mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 17:35:35 +02:00
[236123][releng] Integrate RSE-Terminals into RSE-Runtime -- update downloads page
This commit is contained in:
parent
acbbbd85b1
commit
4054309424
1 changed files with 10 additions and 10 deletions
|
@ -5,6 +5,10 @@
|
|||
<!-- Add one <ant> task for each top level element being built. -->
|
||||
<!-- ===================================================================== -->
|
||||
<target name="allElements">
|
||||
<ant antfile="${genericTargets}" target="${target}">
|
||||
<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.core" />
|
||||
|
@ -69,10 +73,6 @@
|
|||
<property name="type" value="feature" />
|
||||
<property name="id" value="org.eclipse.tm.discovery" />
|
||||
</ant>
|
||||
<ant antfile="${genericTargets}" target="${target}">
|
||||
<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" />
|
||||
|
@ -86,6 +86,12 @@
|
|||
<!-- Add one target for each root element and each configuration -->
|
||||
<!-- ===================================================================== -->
|
||||
|
||||
<target name="assemble.org.eclipse.tm.terminal.sdk">
|
||||
<property name="archiveName" value="TM-terminal-${buildId}.zip"/>
|
||||
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
|
||||
<antcall target="unpackUpdateJarsForPackaging" />
|
||||
</target>
|
||||
|
||||
<target name="assemble.org.eclipse.rse.core">
|
||||
<property name="archiveName" value="RSE-runtime-core-${buildId}.zip"/>
|
||||
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
|
||||
|
@ -171,12 +177,6 @@
|
|||
<antcall target="unpackUpdateJarsForPackaging" />
|
||||
</target>
|
||||
|
||||
<target name="assemble.org.eclipse.tm.terminal.sdk">
|
||||
<property name="archiveName" value="TM-terminal-${buildId}.zip"/>
|
||||
<ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
|
||||
<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}"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue