mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-19 06:05:56 +02:00
[releng] Build RSE Terminals after Terminals SDK
This commit is contained in:
parent
27bfd21fa5
commit
f4a6927bbb
1 changed files with 10 additions and 10 deletions
|
@ -41,10 +41,6 @@
|
|||
<property name="type" value="feature" />
|
||||
<property name="id" value="org.eclipse.rse.remotecdt" />
|
||||
</ant>
|
||||
<ant antfile="${genericTargets}" target="${target}">
|
||||
<property name="type" value="feature" />
|
||||
<property name="id" value="org.eclipse.rse.terminals" />
|
||||
</ant>
|
||||
<ant antfile="${genericTargets}" target="${target}">
|
||||
<property name="type" value="feature" />
|
||||
<property name="id" value="org.eclipse.rse.wince" />
|
||||
|
@ -65,6 +61,10 @@
|
|||
<property name="type" value="feature" />
|
||||
<property name="id" value="org.eclipse.tm.terminal.sdk" />
|
||||
</ant>
|
||||
<ant antfile="${genericTargets}" target="${target}">
|
||||
<property name="type" value="feature" />
|
||||
<property name="id" value="org.eclipse.rse.terminals" />
|
||||
</ant>
|
||||
</target>
|
||||
|
||||
<!-- ===================================================================== -->
|
||||
|
@ -140,12 +140,6 @@
|
|||
<antcall target="unpackUpdateJarsForPackaging" />
|
||||
</target>
|
||||
|
||||
<target name="assemble.org.eclipse.rse.terminals">
|
||||
<property name="archiveName" value="RSE-terminals-incubation-${buildId}.zip"/>
|
||||
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
|
||||
<antcall target="unpackUpdateJarsForPackaging" />
|
||||
</target>
|
||||
|
||||
<target name="assemble.org.eclipse.rse.tests">
|
||||
<property name="archiveName" value="RSE-tests-${buildId}.zip"/>
|
||||
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
|
||||
|
@ -164,6 +158,12 @@
|
|||
<antcall target="unpackUpdateJarsForPackaging" />
|
||||
</target>
|
||||
|
||||
<target name="assemble.org.eclipse.rse.terminals">
|
||||
<property name="archiveName" value="RSE-terminals-incubation-${buildId}.zip"/>
|
||||
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
|
||||
<antcall target="unpackUpdateJarsForPackaging" />
|
||||
</target>
|
||||
|
||||
<target name="unpackUpdateJarsForPackaging" depends="myInit">
|
||||
<property name="tmpsite" value="${buildDirectory}/tmpsite" />
|
||||
<mkdir dir="${tmpsite}/new/eclipse/features" />
|
||||
|
|
Loading…
Add table
Reference in a new issue