File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
org.nodeclipse.ui/templates/hello-world Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11/*
2- * Nodeclipse/Enide build.gradle template/drop-in for Node.js/Avatar.js project
2+ * Nodeclipse/Enide build.gradle template/drop-in for Node.js/Avatar.js project, version 0.15.1
33* https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.ui/templates/hello-world/build.gradle
44* This file lets you optionally run Node.js app as Java Avatar.js app
55* Usage
66* 1. put in project root
7- * 2. check version numbers
8- * 3. use from command line `gradle run` or with http://marketplace.eclipse.org/content/gradle Run As ->
7+ * 2. check version numbers, OS
8+ * 3. execute `gradle copyLibs` to get libraries locally (then you can proceed even without gradle)
9+ * 4. use from command line `gradle run` or with http://marketplace.eclipse.org/content/gradle Run As ->
910* Support for this template
1011* https://github.com/nodeclipse/nodeclipse-1/issues/
1112* History
1213* 2014-04-25 rename to run, add <<
14+ * 2014-04-29 state that `gradle copyLibs` step is required
1315* @author Paul Verest
1416*/
1517println GradleVersion . current(). prettyPrint()
You can’t perform that action at this time.
0 commit comments