mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 20:05:35 +02:00
Terminal: Synchronize with updated version ids
This commit is contained in:
parent
a5ce299d26
commit
2913f9bfd5
5 changed files with 8 additions and 8 deletions
|
@ -25,18 +25,18 @@
|
|||
<feature url="features/org.eclipse.tm.terminal.local.sdk_0.3.0.qualifier.jar" id="org.eclipse.tm.terminal.local.sdk" version="0.3.0.qualifier">
|
||||
<category name="tm_34_optional"/>
|
||||
</feature>
|
||||
<feature url="features/org.eclipse.tm.terminal.sdk_3.3.1.qualifier.jar" id="org.eclipse.tm.terminal.sdk" version="3.3.1.qualifier">
|
||||
<feature url="features/org.eclipse.tm.terminal.sdk_3.3.2.qualifier.jar" id="org.eclipse.tm.terminal.sdk" version="3.3.2.qualifier">
|
||||
<category name="tm_34_main"/>
|
||||
</feature>
|
||||
<feature url="features/org.eclipse.tm.terminal.core.sdk_3.3.1.qualifier.jar" id="org.eclipse.tm.terminal.core.sdk" version="3.3.1.qualifier">
|
||||
<category name="tm_34_main"/>
|
||||
</feature>
|
||||
<category-def name="tm_34_main" label="TM and RSE 3.4.1 Main Features">
|
||||
<category-def name="tm_34_main" label="TM and RSE 3.4.2 Main Features">
|
||||
<description>
|
||||
TM and RSE Main Features
|
||||
</description>
|
||||
</category-def>
|
||||
<category-def name="tm_34_optional" label="TM and RSE 3.4.1 Optional Add-Ons">
|
||||
<category-def name="tm_34_optional" label="TM and RSE 3.4.2 Optional Add-Ons">
|
||||
<description>
|
||||
Examples, Tests and Incubation Plug-ins.
|
||||
</description>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<relativePath>../../</relativePath>
|
||||
</parent>
|
||||
<groupId>org.eclipse.tm</groupId>
|
||||
<version>3.4.1-SNAPSHOT</version>
|
||||
<version>3.4.2-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.tm.repo</artifactId>
|
||||
<packaging>eclipse-repository</packaging>
|
||||
<properties>
|
||||
|
@ -85,7 +85,7 @@
|
|||
<target>
|
||||
<property name="buildDirectory" value="${project.build.directory}/../../../"/>
|
||||
<property name="builder" value="${project.build.directory}/../../../releng/org.eclipse.rse.build/"/>
|
||||
<property name="buildId" value="3.4.1"/>
|
||||
<property name="buildId" value="3.4.2"/>
|
||||
<ant antfile="${project.build.directory}/../../../dstoreTargets-git.xml">
|
||||
<target name="serverruntime"/>
|
||||
</ant>
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
</parent>
|
||||
<groupId>org.eclipse.tm.features</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.sdk</artifactId>
|
||||
<version>3.3.1-SNAPSHOT</version>
|
||||
<version>3.3.2-SNAPSHOT</version>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
</parent>
|
||||
<groupId>org.eclipse.tm.features</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.view</artifactId>
|
||||
<version>2.3.0-SNAPSHOT</version>
|
||||
<version>2.4.0-SNAPSHOT</version>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
</project>
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
</parent>
|
||||
<groupId>org.eclipse.tm</groupId>
|
||||
<artifactId>org.eclipse.tm.terminal.view</artifactId>
|
||||
<version>2.3.0-SNAPSHOT</version>
|
||||
<version>2.4.0-SNAPSHOT</version>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
||||
|
|
Loading…
Add table
Reference in a new issue