Skip to content
Snippets Groups Projects
Commit 1bd9e7aa authored by Nikolaus Krismer's avatar Nikolaus Krismer
Browse files

added javascript facet for eclipse (remove eclipse plugin, since

eclipse-wtp plugin is sufficient)
parent e7d7d16e
No related branches found
No related tags found
No related merge requests found
apply plugin: 'asciidoctor' apply plugin: 'asciidoctor'
apply plugin: 'eclipse'
apply plugin: 'eclipse-wtp' apply plugin: 'eclipse-wtp'
apply plugin: 'findbugs' apply plugin: 'findbugs'
apply plugin: 'jacoco' apply plugin: 'jacoco'
...@@ -154,8 +153,11 @@ eclipse { ...@@ -154,8 +153,11 @@ eclipse {
} }
facet { 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.web', version: '3.0'
facet name: 'jst.java', version: '1.7' facet name: 'jst.java', version: '1.7'
facet name: 'wst.jsdt.web', version: '1.0'
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment