You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sk...@apache.org on 2019/12/20 00:14:38 UTC

[netbeans] branch release90 updated: branding process to match release112 fix bad removed line

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

skygo pushed a commit to branch release90
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/release90 by this push:
     new f7d3851  branding process to match release112 fix bad removed line
     new c7c986a  Merge pull request #1801 from ebarboni/release90apidocfix
f7d3851 is described below

commit f7d3851601bdf457f22d0fefe674a563b9c19c78
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Fri Dec 20 01:12:54 2019 +0100

    branding process to match release112 fix bad removed line
---
 nbbuild/build.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index be2fa76..61c38a4 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -102,7 +102,8 @@
       <zipfileset dir="${nb_all}/nbbuild" includes="notice-stub.txt" fullpath="META-INF/NOTICE"/>
       <zipfileset dir="${nb_all}" includes="DISCLAIMER" fullpath="META-INF/DISCLAIMER"/>
     </jar>
-  <!-- get all json info we have on apache gitbox  -->
+    <taskdef name="createlicensesummary" classname="org.netbeans.nbbuild.extlibs.CreateLicenseSummary" classpath="${nbantext.jar}"/>
+   <!-- get all json info we have on apache gitbox  -->
     <property name="metabuild.releasejson" value="${nb_all}/nbbuild/build/netbeansrelease.json"/>
     <condition property="metabuild.jsonurl" value="https://gitbox.apache.org/repos/asf?p=netbeans-jenkins-lib.git;a=blob_plain;f=meta/netbeansrelease.json">
         <not>


---------------------------------------------------------------------
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