- re-enable pack200 in build file

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8790 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
nor..67 2011-11-23 15:11:16 +00:00
parent a8a01575f1
commit 1b601f57a7

View File

@ -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>