mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26: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"/>
|
||||
</target>
|
||||
|
||||
<!--pack200-->
|
||||
<target name="pack" depends="init" unless="hasErrors">
|
||||
<echo message="Pack200" />
|
||||
<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="-processAll"/>
|
||||
<arg line="-pack"/>
|
||||
<arg line="-outputDir ${zipsdir}/tmp ${zipsdir}/${masterFile}"/>
|
||||
<arg line="-outputDir ${zipsdir} ${zipsdir}/${masterFile}"/>
|
||||
</java>
|
||||
</target>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue