Explorar o código

- re-enable pack200 in build file

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8790 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
nor..67 %!s(int64=14) %!d(string=hai) anos
pai
achega
e004ba58d6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build.xml

+ 1 - 1
build.xml

@@ -39,7 +39,7 @@
             <property name="generate.installer.for.platforms" value="windows linux macosx"/>
             <property name="generator-jdk-location-forward-slashes" value="${java.home}"/>
             <property name="generated-installers-location-forward-slashes" value="${basedir}/build/installer"/>
-            <property name="pack200.enabled" value="false"/>
+            <property name="pack200.enabled" value="true"/>
             <property name="nbi.icon.file" value="${basedir}/jmonkeyplatform.png"/>
             <property name="nbi.dock.icon.file" value="${basedir}/jmonkeyplatform.icns"/>
         </ant>