[freenet-cvs] r16471 - trunk/apps/new_installer

nextgens at freenetproject.org nextgens at freenetproject.org
Tue Dec 11 00:10:12 UTC 2007


Author: nextgens
Date: 2007-12-11 00:10:12 +0000 (Tue, 11 Dec 2007)
New Revision: 16471

Modified:
   trunk/apps/new_installer/build.xml
Log:
new_installer: doh

Modified: trunk/apps/new_installer/build.xml
===================================================================
--- trunk/apps/new_installer/build.xml	2007-12-11 00:03:48 UTC (rev 16470)
+++ trunk/apps/new_installer/build.xml	2007-12-11 00:10:12 UTC (rev 16471)
@@ -118,10 +118,11 @@
 		<exec  executable="7z" dir="${temp}">
 			<arg line="a freenet-win32.7z *"/>
 		</exec>
+		<delete file="${temp}/freenet-win32.7z"/>
 		
 		<copy file="${jre.lib}" tofile="${temp}/jre.exe"/>
 		<exec  executable="7z" dir="${temp}">
-			<arg line="a freenet-win32-with_jre.7z jre.exe"/>
+			<arg line="a freenet-win32-with_jre.7z *"/>
 		</exec>
 	</target>
 </project>




More information about the cvs mailing list