Author: nextgens
Date: 2006-06-18 19:59:30 +0000 (Sun, 18 Jun 2006)
New Revision: 9307
Modified:
trunk/apps/installer/build.xml
Log:
installer: revert r9265, wasn't a good idea
Modified: trunk/apps/installer/build.xml
===================================================================
--- trunk/apps/installer/build.xml 2006-06-18 19:09:08 UTC (rev 9306)
+++ trunk/apps/installer/build.xml 2006-06-18 19:59:30 UTC (rev 9307)
@@ -33,7 +33,7 @@
<!-- Antinstaller isn't able to deal with native encodings...
it leads to problems on windows :( let's ask ant to do
it on its own insteed -->
- <unjar src=""${antinstaller.jar}"" dest="${basedir}"
encoding="native-encoding"/>
+ <unjar src="${antinstaller.jar}" dest="${basedir}"
encoding="native-encoding"/>
</target>
<target name="darknet" if="is_darknet">