1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-09 01:05:38 +02:00

Terminal: Move deprecated Terminal features and plug-ins into separate "deprecated" folder.

This commit is contained in:
Uwe Stieber 2015-02-05 10:54:09 +01:00
parent 5950b09451
commit 4890542ccf
152 changed files with 26 additions and 19 deletions

29
pom.xml
View file

@ -22,6 +22,7 @@
<name>Target Management Parent</name>
<modules>
<!-- RSE features and plug-ins -->
<module>rse/doc/org.eclipse.dstore.doc.isv</module>
<module>rse/doc/org.eclipse.rse.doc.isv</module>
<module>rse/doc/org.eclipse.rse.doc.user</module>
@ -93,28 +94,32 @@
<!-- <module>rse/plugins/org.eclipse.rse.useractions.sdk</module> -->
<!-- <module>rse/features/org.eclipse.rse.useractions.sdk-feature</module> -->
<!-- Windows CE subsystem and support for RSE -->
<module>wince/org.eclipse.rse.wince-feature</module>
<module>wince/org.eclipse.rse.subsystems.wince</module>
<module>wince/org.eclipse.tm.rapi</module>
<!-- Terminal Widget features and plug-ins -->
<module>terminal/plugins/org.eclipse.tm.terminal</module>
<module>terminal/plugins/org.eclipse.tm.terminal.serial</module>
<module>terminal/plugins/org.eclipse.tm.terminal.ssh</module>
<module>terminal/plugins/org.eclipse.tm.terminal.telnet</module>
<module>terminal/plugins/org.eclipse.tm.terminal.view</module>
<module>terminal/plugins/org.eclipse.tm.terminal.local</module>
<module>terminal/plugins/org.eclipse.tm.terminal.remote</module>
<module>terminal/features/org.eclipse.tm.terminal-feature</module>
<module>terminal/features/org.eclipse.tm.terminal.serial-feature</module>
<module>terminal/features/org.eclipse.tm.terminal.ssh-feature</module>
<module>terminal/features/org.eclipse.tm.terminal.telnet-feature</module>
<module>terminal/features/org.eclipse.tm.terminal.view-feature</module>
<module>terminal/features/org.eclipse.tm.terminal.core.sdk-feature</module>
<module>terminal/features/org.eclipse.tm.terminal.sdk-feature</module>
<module>terminal/features/org.eclipse.tm.terminal.local-feature</module>
<module>terminal/features/org.eclipse.tm.terminal.local.sdk-feature</module>
<module>terminal/features/org.eclipse.tm.terminal.remote-feature</module>
<module>terminal/features/org.eclipse.tm.terminal.remote.sdk-feature</module>
<module>wince/org.eclipse.rse.wince-feature</module>
<module>wince/org.eclipse.rse.subsystems.wince</module>
<module>wince/org.eclipse.tm.rapi</module>
<!-- Deprecated features and plug-ins. Keep them building until removed -->
<module>terminal/deprecated/plugins/org.eclipse.tm.terminal.view</module>
<module>terminal/deprecated/plugins/org.eclipse.tm.terminal.local</module>
<module>terminal/deprecated/features/org.eclipse.tm.terminal.view-feature</module>
<module>terminal/deprecated/features/org.eclipse.tm.terminal.core.sdk-feature</module>
<module>terminal/deprecated/features/org.eclipse.tm.terminal.sdk-feature</module>
<module>terminal/deprecated/features/org.eclipse.tm.terminal.local-feature</module>
<module>terminal/deprecated/features/org.eclipse.tm.terminal.local.sdk-feature</module>
<module>releng/org.eclipse.tm.repo</module>
</modules>
@ -129,7 +134,9 @@
<module>rse/tests/org.eclipse.rse.tests.framework.examples</module>
<module>terminal/plugins/org.eclipse.tm.terminal.test</module>
<module>terminal/features/org.eclipse.tm.terminal.test-feature</module>
<!-- Deprecated features and plug-ins. Keep them building until removed -->
<module>terminal/deprecated/features/org.eclipse.tm.terminal.test-feature</module>
</modules>
</profile>
</profiles>

View file

@ -6,7 +6,7 @@
<artifactId>org.eclipse.tm.maven-build</artifactId>
<groupId>org.eclipse.tm</groupId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../../admin/pom-build.xml</relativePath>
<relativePath>../../../../admin/pom-build.xml</relativePath>
</parent>
<groupId>org.eclipse.tm.features</groupId>
<artifactId>org.eclipse.tm.terminal.core.sdk</artifactId>

View file

@ -6,7 +6,7 @@
<artifactId>org.eclipse.tm.maven-build</artifactId>
<groupId>org.eclipse.tm</groupId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../../admin/pom-build.xml</relativePath>
<relativePath>../../../../admin/pom-build.xml</relativePath>
</parent>
<groupId>org.eclipse.tm.features</groupId>
<artifactId>org.eclipse.tm.terminal.local</artifactId>

View file

@ -6,7 +6,7 @@
<artifactId>org.eclipse.tm.maven-build</artifactId>
<groupId>org.eclipse.tm</groupId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../../admin/pom-build.xml</relativePath>
<relativePath>../../../../admin/pom-build.xml</relativePath>
</parent>
<groupId>org.eclipse.tm.features</groupId>
<artifactId>org.eclipse.tm.terminal.local.sdk</artifactId>

View file

@ -6,7 +6,7 @@
<artifactId>org.eclipse.tm.maven-build</artifactId>
<groupId>org.eclipse.tm</groupId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../../admin/pom-build.xml</relativePath>
<relativePath>../../../../admin/pom-build.xml</relativePath>
</parent>
<groupId>org.eclipse.tm.features</groupId>
<artifactId>org.eclipse.tm.terminal.sdk</artifactId>

View file

@ -6,7 +6,7 @@
<artifactId>org.eclipse.tm.maven-build</artifactId>
<groupId>org.eclipse.tm</groupId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../../admin/pom-build.xml</relativePath>
<relativePath>../../../../admin/pom-build.xml</relativePath>
</parent>
<groupId>org.eclipse.tm.features</groupId>
<artifactId>org.eclipse.tm.terminal.test</artifactId>

View file

@ -6,7 +6,7 @@
<artifactId>org.eclipse.tm.maven-build</artifactId>
<groupId>org.eclipse.tm</groupId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../../admin/pom-build.xml</relativePath>
<relativePath>../../../../admin/pom-build.xml</relativePath>
</parent>
<groupId>org.eclipse.tm.features</groupId>
<artifactId>org.eclipse.tm.terminal.view</artifactId>

View file

@ -6,7 +6,7 @@
<artifactId>org.eclipse.tm.maven-build</artifactId>
<groupId>org.eclipse.tm</groupId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../../admin/pom-build.xml</relativePath>
<relativePath>../../../../admin/pom-build.xml</relativePath>
</parent>
<groupId>org.eclipse.tm</groupId>
<artifactId>org.eclipse.tm.terminal.local</artifactId>

View file

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Some files were not shown because too many files have changed in this diff Show more