Author: nextgens
Date: 2006-06-17 15:36:58 +0000 (Sat, 17 Jun 2006)
New Revision: 9265

Modified:
   trunk/apps/installer/build.xml
Log:
installer; maybe fix recent un-jaring issues

Modified: trunk/apps/installer/build.xml
===================================================================
--- trunk/apps/installer/build.xml      2006-06-17 14:57:09 UTC (rev 9264)
+++ trunk/apps/installer/build.xml      2006-06-17 15:36:58 UTC (rev 9265)
@@ -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="&quot;${antinstaller.jar}&quot;" dest="${basedir}" 
encoding="native-encoding"/>
        </target>

        <target name="darknet" if="is_darknet">


Reply via email to