1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 17:56:01 +02:00

use pack200 - bug 275577

This commit is contained in:
Vivian Kong 2009-05-11 19:48:41 +00:00
parent 41bc88121f
commit eed11c79c9

View file

@ -174,6 +174,7 @@
basedir="${buildDirectory}/site/eclipse"/> basedir="${buildDirectory}/site/eclipse"/>
</target> </target>
<!--pack200-->
<target name="pack" depends="init" unless="hasErrors"> <target name="pack" depends="init" unless="hasErrors">
<echo message="Pack200" /> <echo message="Pack200" />
<property name="launcher" value="${basedir}/tools/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.jar"/> <property name="launcher" value="${basedir}/tools/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.jar"/>
@ -183,7 +184,7 @@
<arg line="-verbose"/> <arg line="-verbose"/>
<arg line="-processAll"/> <arg line="-processAll"/>
<arg line="-pack"/> <arg line="-pack"/>
<arg line="-outputDir ${zipsdir}/tmp ${zipsdir}/${masterFile}"/> <arg line="-outputDir ${zipsdir} ${zipsdir}/${masterFile}"/>
</java> </java>
</target> </target>