ooo-build r15270 - branches/ooo-build-3-0-1



Author: strba
Date: Mon Feb  2 12:27:39 2009
New Revision: 15270
URL: http://svn.gnome.org/viewvc/ooo-build?rev=15270&view=rev

Log:
when ./download receives the --all option, download also the apache-ant, needed for GoOoWin32 build

Modified:
   branches/ooo-build-3-0-1/ChangeLog
   branches/ooo-build-3-0-1/download.in

Modified: branches/ooo-build-3-0-1/download.in
==============================================================================
--- branches/ooo-build-3-0-1/download.in	(original)
+++ branches/ooo-build-3-0-1/download.in	Mon Feb  2 12:27:39 2009
@@ -267,6 +267,9 @@
     if ('@ENABLE_MONO@' ne 'FALSE') {
 	push @files, ( 'ooo-cli-prebuilt-3.0.1.tar.bz2' );
     }
+    if ( $download_all ) {
+    	push @files, ( "apache-ant-1.7.0-bin.tar.gz" );
+    }
 }
 
 # Prebuilt dictionaries



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]