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

nextgens at freenetproject.org nextgens at freenetproject.org
Tue Dec 11 00:22:56 UTC 2007


Author: nextgens
Date: 2007-12-11 00:22:56 +0000 (Tue, 11 Dec 2007)
New Revision: 16472

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:10:12 UTC (rev 16471)
+++ trunk/apps/new_installer/build.xml	2007-12-11 00:22:56 UTC (rev 16472)
@@ -116,13 +116,12 @@
 		</copy>
 
 		<exec  executable="7z" dir="${temp}">
-			<arg line="a freenet-win32.7z *"/>
+			<arg line="a -x!*7z 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 *"/>
+			<arg line="a -x!*7z freenet-win32-with_jre.7z *"/>
 		</exec>
 	</target>
 </project>




More information about the cvs mailing list