Skip to content

Commit c00cae8

Browse files
author
Paul Verest
committed
add Jade Editor to Node.js .Features Set
1 parent de5a2ad commit c00cae8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

features/org.nodeclipse.enide.nodejs.feature/feature.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ http://www.apache.org/licenses/
202202
<import feature="org.chromium.sdk" version="0.3.9" match="compatible"/>
203203
<import feature="org.chromium.debug" version="0.3.9" match="compatible"/>
204204
<import feature="org.nodeclipse" version="0.11.0" match="greaterOrEqual"/>
205+
<import feature="org.nodeclipse.enide.editors.jade.feature" version="0.11.0" match="greaterOrEqual"/>
205206
<!-- build: Unable to satisfy dependency:
206207
<import feature="com.eclipsesource.jshint.feature" version="0.9.9" match="greaterOrEqual"/>
207208
-->

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@
112112
<module>features/org.nodeclipse.vertx.feature</module>
113113

114114
<module>features/org.nodeclipse.feature</module>
115-
<module>features/org.nodeclipse.enide.nodejs.feature</module>
116115

117116
<!-- @since 0.12.0 Jade Editor -->
118117
<module>org.nodeclipse.enide.editors.jade</module>
119118
<module>features/org.nodeclipse.enide.editors.jade.feature</module>
120119

120+
<module>features/org.nodeclipse.enide.nodejs.feature</module>
121121

122122
<!-- @since 0.9.0 Gradle Editor -->
123123
<module>org.nodeclipse.enide.editors.gradle</module>

0 commit comments

Comments
 (0)