Skip to content

Commit b66419c

Browse files
committed
reference project home http://www.nodeclipse.org/projects/gradle ; put
examples into folder
1 parent 552c5e2 commit b66419c

File tree

5 files changed

+4
-2
lines changed

5 files changed

+4
-2
lines changed

org.nodeclipse.enide.editors.gradle/docs/android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* http://www.nodeclipse.org/projects/gradle
23
* Nodeclipse/Enide build.gradle template for classic Android project
34
* https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.enide.editors.gradle/docs/android/build.gradle
45
* Gradle Plugin User Guide:

org.nodeclipse.enide.editors.gradle/docs/java/basic/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/*
2+
* http://www.nodeclipse.org/projects/gradle
23
* Nodeclipse/Enide build.gradle template for basic Java project
34
* https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.enide.editors.gradle/docs/java/basic/build.gradle
45
* Initially asked on

org.nodeclipse.enide.editors.gradle/docs/build.gradle renamed to org.nodeclipse.enide.editors.gradle/docs/java/examples/build.gradle

File renamed without changes.

org.nodeclipse.enide.editors.gradle/docs/java/build.gradle renamed to org.nodeclipse.enide.editors.gradle/docs/java/examples/initSourceFolders.gradle

File renamed without changes.

org.nodeclipse.ui/templates/hello-world/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
/*
2+
* http://www.nodeclipse.org/projects/gradle
23
* Nodeclipse/Enide build.gradle template/drop-in for Node.js/Avatar.js project, version 0.15.1
34
* https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.ui/templates/hello-world/build.gradle
45
* This file lets you optionally run Node.js app as Java Avatar.js app
56
* Usage
67
* 1. put in project root
7-
* 2. check version numbers, OS
8+
* 2. check version numbers, OS (no x32 bit OS support)
89
* 3. execute `gradle copyLibs` to get libraries locally (then you can proceed even without gradle)
910
* 4. use from command line `gradle run` or with http://marketplace.eclipse.org/content/gradle Run As ->
1011
* Support for this template
@@ -54,7 +55,6 @@ task initSourceFolders { // add << before { to prevent executing during configur
5455
}
5556
*/
5657

57-
//http://stackoverflow.com/questions/23148214/gradle-task-to-run-nashorn-javascript
5858
task run(type: Exec) <<{
5959
println 'runHelloWorld1'
6060
// java -Djava.library.path=lib -jar lib/avatar-js.jar hello-world-server.js

0 commit comments

Comments
 (0)