You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sd...@apache.org on 2018/08/23 06:27:28 UTC

[incubator-netbeans] branch master updated: [NETBEANS-1074] Module Review javascript2.nodejs - followup (#760)

This is an automated email from the ASF dual-hosted git repository.

sdedic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ee0d11  [NETBEANS-1074] Module Review javascript2.nodejs - followup (#760)
5ee0d11 is described below

commit 5ee0d1162fbde7497c13193e3bfe85cfe510590b
Author: Svatopluk Dedic <sv...@oracle.com>
AuthorDate: Thu Aug 23 08:27:25 2018 +0200

    [NETBEANS-1074] Module Review javascript2.nodejs - followup (#760)
    
    [NETBEANS-1074] Module Review javascript2.nodejs - followup
---
 javascript2.nodejs/.gitignore                                    | 2 ++
 javascript2.nodejs/build.xml                                     | 2 +-
 javascript2.nodejs/external/binaries-list                        | 2 +-
 .../{nodejs-license.txt => nodejs-resources-8.4.0-license.txt}   | 9 +++++++++
 .../external/nodejs-license.txt => nbbuild/licenses/MIT-nodejs   | 0
 5 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/javascript2.nodejs/.gitignore b/javascript2.nodejs/.gitignore
new file mode 100644
index 0000000..6f0da0e
--- /dev/null
+++ b/javascript2.nodejs/.gitignore
@@ -0,0 +1,2 @@
+test/unit/data/NodeJsRuntime/*
+
diff --git a/javascript2.nodejs/build.xml b/javascript2.nodejs/build.xml
index ee301ba..de7913e 100644
--- a/javascript2.nodejs/build.xml
+++ b/javascript2.nodejs/build.xml
@@ -24,6 +24,6 @@
     <import file="../nbbuild/templates/projectized.xml"/>
 
     <target name="build-init" depends="projectized.build-init">
-        <unzip src="external/javascript2.nodejs-nodejs-resources.zip" dest="./test/unit/data/NodeJsRuntime"/>
+        <unzip src="external/nodejs-resources-8.4.0.zip" dest="./test/unit/data/NodeJsRuntime"/>
    </target>
 </project>
diff --git a/javascript2.nodejs/external/binaries-list b/javascript2.nodejs/external/binaries-list
index f3e4210..1e4970f 100644
--- a/javascript2.nodejs/external/binaries-list
+++ b/javascript2.nodejs/external/binaries-list
@@ -14,4 +14,4 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-39405F982F7D0E5D0932219BE1D91358D316D0AE javascript2.nodejs-nodejs-resources.zip
+39405F982F7D0E5D0932219BE1D91358D316D0AE nodejs-resources-8.4.0.zip
diff --git a/javascript2.nodejs/external/nodejs-license.txt b/javascript2.nodejs/external/nodejs-resources-8.4.0-license.txt
similarity index 99%
copy from javascript2.nodejs/external/nodejs-license.txt
copy to javascript2.nodejs/external/nodejs-resources-8.4.0-license.txt
index c5aee58..0fbcb1a 100644
--- a/javascript2.nodejs/external/nodejs-license.txt
+++ b/javascript2.nodejs/external/nodejs-resources-8.4.0-license.txt
@@ -1,3 +1,12 @@
+Name: Nodejs
+Version: 8.4.0
+License: MIT-nodejs
+Origin: https://nodejs.org/en/
+Source: https://github.com/nodejs/node/archive/v8.4.0.zip
+Description: Nodejs
+Type: compile-time
+Comment: Nodejs files are used for testing only, they are not distributed in the convenience binary.
+
 Copyright Node.js contributors. All rights reserved.
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/javascript2.nodejs/external/nodejs-license.txt b/nbbuild/licenses/MIT-nodejs
similarity index 100%
rename from javascript2.nodejs/external/nodejs-license.txt
rename to nbbuild/licenses/MIT-nodejs


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists