From 1bd9e7aa1c2a091e7c5b3619348d25ade8fc508a Mon Sep 17 00:00:00 2001 From: Nikolaus Krismer <niko@krismer.de> Date: Thu, 20 Feb 2014 17:16:28 +0100 Subject: [PATCH] added javascript facet for eclipse (remove eclipse plugin, since eclipse-wtp plugin is sufficient) --- build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1d82cad4..651d551f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,4 @@ apply plugin: 'asciidoctor' -apply plugin: 'eclipse' apply plugin: 'eclipse-wtp' apply plugin: 'findbugs' apply plugin: 'jacoco' @@ -154,8 +153,11 @@ eclipse { } facet { + // when tomcat 8 becomes usable in eclipse this jst.web version should be set to 3.1 + //facet name: 'jst.web', version: '3.1' facet name: 'jst.web', version: '3.0' facet name: 'jst.java', version: '1.7' + facet name: 'wst.jsdt.web', version: '1.0' } } } -- GitLab