r4539 - trunk

leinfelder at ecoinformatics.org leinfelder at ecoinformatics.org
Mon Nov 10 11:05:19 PST 2008


Author: leinfelder
Date: 2008-11-10 11:05:19 -0800 (Mon, 10 Nov 2008)
New Revision: 4539

Modified:
   trunk/build.xml
Log:
install-ecogrid is required for the distbin
addresses bug #3618

Modified: trunk/build.xml
===================================================================
--- trunk/build.xml	2008-11-07 19:02:54 UTC (rev 4538)
+++ trunk/build.xml	2008-11-10 19:05:19 UTC (rev 4539)
@@ -1155,7 +1155,7 @@
       <delete file="./${name}-${release}.tar" />
   </target>
 
-	<target name="distbin" depends="war" description="prepares a binary distribution">
+	<target name="distbin" depends="install-ecogrid,war" description="prepares a binary distribution">
 		<copy todir="${dist.dir}">
 			<fileset dir="./bin/install"  />
 		</copy>	



More information about the Metacat-cvs mailing list