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

jlahoda pushed a commit to branch generate-license-notice-dependencies
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git


The following commit(s) were added to 
refs/heads/generate-license-notice-dependencies by this push:
     new 5afc0bc  Generate LICENSE for source bundles.
5afc0bc is described below

commit 5afc0bc12a78d82aeba922ffb6344ebe96c1f855
Author: Jan Lahoda <[email protected]>
AuthorDate: Fri Oct 20 20:07:31 2017 +0200

    Generate LICENSE for source bundles.
---
 nbbuild/build.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index e4dfda4..533852c 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -1510,6 +1510,9 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y 
to start the system in d
       <fileset dir="${nb_all}"
               includes="*/notice.txt" />
     </concat>
+    <concat destfile="${nb.build.dir}/LICENSE">
+      <fileset file="${nb_all}/nbbuild/license-stub.txt" />
+    </concat>
     <taskdef name="createdependencies" 
classname="org.netbeans.nbbuild.extlibs.CreateDependencies" 
classpath="${nbantext.jar}"/>
     <createdependencies refid="source.dirset" 
dependencies="${nb.build.dir}/DEPENDENCIES" sourceDependencies="true"/>
     <zip zipfile="${nb.build.dir}/${cluster.config}-src-${buildnum}.zip" 
duplicate="preserve">
@@ -1522,6 +1525,7 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y 
to start the system in d
       </zipfileset>
       <zipfileset file="${nb.build.dir}/DEPENDENCIES" />
       <zipfileset file="${nb.build.dir}/NOTICE" />
+      <zipfileset file="${nb.build.dir}/LICENSE" />
       <zipfileset file="${nb_all}/DISCLAIMER" />
     </zip>
   </target>

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to