File tree Expand file tree Collapse file tree
org.nodeclipse.site.quick Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,12 +89,12 @@ Maven build is optional for full build with other plugins.
8989
9090From Nodeclipse-1 base folder just run ` mvn package ` . Run offline when to re-build ` mvn clean package -o ` .
9191
92- ` mvn clean package -Pquick ` builds in ` org.nodeclipse.updates /target ` with less external dependencies.
92+ ` mvn clean package -Pquick ` builds in ` org.nodeclipse.site.quick /target ` with less external dependencies.
9393It is not enough for release, e.g. because JSHint is external plugin and there are 20 more others.
9494
9595` mvn clean package -Pfull ` builds in ` org.nodeclipse.site/target ` . For release.
9696
97- -[ ] TODO: How to not repeat definitions in ` .site ` and ` .updates `
97+ -[ ] TODO not to repeat definitions in ` .site ` and ` .updates `
9898
9999Before release
100100
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 134134 <module >org.nodeclipse.enide.maven</module >
135135 <module >features/org.nodeclipse.enide.maven.feature</module >
136136
137- <!--
138- <module>org.nodeclipse.site</module>
139- <module>org.nodeclipse.updates</module>
140- -->
141137 </modules >
142138
143139 <profiles >
144140 <profile >
145141 <id >quick</id >
146142 <modules >
147- <module >org.nodeclipse.updates </module >
143+ <module >org.nodeclipse.site.quick </module >
148144 </modules >
149145 </profile >
150146 <profile >
You can’t perform that action at this time.
0 commit comments