Terminal: Move deprecated Terminal features and plug-ins into separate "deprecated" folder.
29
pom.xml
|
@ -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>
|
||||
|
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 601 B After Width: | Height: | Size: 601 B |
|
@ -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>
|
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 385 B After Width: | Height: | Size: 385 B |
Before Width: | Height: | Size: 139 B After Width: | Height: | Size: 139 B |