Author: nextgens
Date: 2006-06-05 08:32:43 +0000 (Mon, 05 Jun 2006)
New Revision: 9056
Modified:
trunk/apps/installer/build.xml
Log:
installer: second part of the fix
Modified: trunk/apps/installer/build.xml
===================================================================
--- trunk/apps/installer/build.xml 2006-06-05 06:59:01 UTC (rev 9055)
+++ trunk/apps/installer/build.xml 2006-06-05 08:32:43 UTC (rev 9056)
@@ -30,6 +30,10 @@
<condition property="offline" value="true">
<equals arg1="${online}" arg2="1"/>
</condition>
+
+ <!-- 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"/>
</target>
<target name="darknet" if="is_darknet">