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:
parent
41bc88121f
commit
eed11c79c9
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue