Index: win_installer/src/language-pack.nsi =================================================================== diff -u -r9d5528c7193c316993ce208ef2838464af0d720a -r2e2d08c7482caf3ebfe0f20849fcc8ae9fa79f68 --- win_installer/src/language-pack.nsi (.../language-pack.nsi) (revision 9d5528c7193c316993ce208ef2838464af0d720a) +++ win_installer/src/language-pack.nsi (.../language-pack.nsi) (revision 2e2d08c7482caf3ebfe0f20849fcc8ae9fa79f68) @@ -569,9 +569,9 @@ setoutpath "$INSTDIR" File /a insertlocale.sql File /a LanguagePack.xml - #File /r "..\apache-ant-1.6.5" - File /a "..\apache-ant-1.6.5\bin\ant.bat" - File /a "..\apache-ant-1.6.5\lib\ant.jar" + File /r "..\apache-ant-1.6.5" + #File /a "..\apache-ant-1.6.5\bin\ant.bat" + #File /a "..\apache-ant-1.6.5\lib\ant.jar" ; update locals must be stored as a procedure first @@ -684,7 +684,7 @@ done: ; remove the sql scripts - delete "$INSTDIR\insertlocale.sql" + #delete "$INSTDIR\insertlocale.sql" delete "LanguagePack.xml" rmdir /r $TEMP rmdir /r "$INSTDIR\apache-ant-1.6.5"