You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jl...@apache.org on 2017/09/12 20:51:52 UTC

incubator-netbeans git commit: Explicitely downloading the binaries

Repository: incubator-netbeans
Updated Branches:
  refs/heads/master 44ceb002b -> b3bdbf5c2


Explicitely downloading the binaries


Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/b3bdbf5c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/b3bdbf5c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/b3bdbf5c

Branch: refs/heads/master
Commit: b3bdbf5c2dbb23c27b8699fa1ef86b5755f36e5c
Parents: 44ceb00
Author: Jan Lahoda <jl...@netbeans.org>
Authored: Tue Sep 12 22:50:59 2017 +0200
Committer: Jan Lahoda <jl...@netbeans.org>
Committed: Tue Sep 12 22:50:59 2017 +0200

----------------------------------------------------------------------
 nbbuild/build.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/b3bdbf5c/nbbuild/build.xml
----------------------------------------------------------------------
diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index 0d4e3e5..e87f1aa 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -1960,6 +1960,11 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d
     </target>
 
     <target name="rat" depends="bootstrap">
+        <downloadbinaries cache="${binaries.cache}" server="${binaries.server}">
+            <manifest dir="${nb_all}">
+                <include name="nbbuild/external/binaries-list"/>
+            </manifest>
+        </downloadbinaries>
         <taskdef uri="antlib:org.apache.rat.anttasks" resource="org/apache/rat/anttasks/antlib.xml">
             <classpath>
                 <pathelement location="external/apache-rat-0.12.jar"/>