1
0
Fork 0
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:
Uwe Stieber 2012-11-18 16:13:05 +01:00
parent a5ce299d26
commit 2913f9bfd5
5 changed files with 8 additions and 8 deletions

View file

@ -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"> <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"/> <category name="tm_34_optional"/>
</feature> </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"/> <category name="tm_34_main"/>
</feature> </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"> <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"/> <category name="tm_34_main"/>
</feature> </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> <description>
TM and RSE Main Features TM and RSE Main Features
</description> </description>
</category-def> </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> <description>
Examples, Tests and Incubation Plug-ins. Examples, Tests and Incubation Plug-ins.
</description> </description>

View file

@ -8,7 +8,7 @@
<relativePath>../../</relativePath> <relativePath>../../</relativePath>
</parent> </parent>
<groupId>org.eclipse.tm</groupId> <groupId>org.eclipse.tm</groupId>
<version>3.4.1-SNAPSHOT</version> <version>3.4.2-SNAPSHOT</version>
<artifactId>org.eclipse.tm.repo</artifactId> <artifactId>org.eclipse.tm.repo</artifactId>
<packaging>eclipse-repository</packaging> <packaging>eclipse-repository</packaging>
<properties> <properties>
@ -85,7 +85,7 @@
<target> <target>
<property name="buildDirectory" value="${project.build.directory}/../../../"/> <property name="buildDirectory" value="${project.build.directory}/../../../"/>
<property name="builder" value="${project.build.directory}/../../../releng/org.eclipse.rse.build/"/> <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"> <ant antfile="${project.build.directory}/../../../dstoreTargets-git.xml">
<target name="serverruntime"/> <target name="serverruntime"/>
</ant> </ant>

View file

@ -10,6 +10,6 @@
</parent> </parent>
<groupId>org.eclipse.tm.features</groupId> <groupId>org.eclipse.tm.features</groupId>
<artifactId>org.eclipse.tm.terminal.sdk</artifactId> <artifactId>org.eclipse.tm.terminal.sdk</artifactId>
<version>3.3.1-SNAPSHOT</version> <version>3.3.2-SNAPSHOT</version>
<packaging>eclipse-feature</packaging> <packaging>eclipse-feature</packaging>
</project> </project>

View file

@ -10,6 +10,6 @@
</parent> </parent>
<groupId>org.eclipse.tm.features</groupId> <groupId>org.eclipse.tm.features</groupId>
<artifactId>org.eclipse.tm.terminal.view</artifactId> <artifactId>org.eclipse.tm.terminal.view</artifactId>
<version>2.3.0-SNAPSHOT</version> <version>2.4.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging> <packaging>eclipse-feature</packaging>
</project> </project>

View file

@ -10,6 +10,6 @@
</parent> </parent>
<groupId>org.eclipse.tm</groupId> <groupId>org.eclipse.tm</groupId>
<artifactId>org.eclipse.tm.terminal.view</artifactId> <artifactId>org.eclipse.tm.terminal.view</artifactId>
<version>2.3.0-SNAPSHOT</version> <version>2.4.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging> <packaging>eclipse-plugin</packaging>
</project> </project>