Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2015-04-30 09:46:01 +0000
committerUwe Stieber2015-04-30 09:46:01 +0000
commitb57b88664cbd3d68651fbc07e104a06d031d3fb2 (patch)
tree79471abf0da3a9f0d1157f75b6bf98348f726cb0
parent8bb5fcf6bdf2326cc0bc0ee3b91f9fa64b25d068 (diff)
downloadorg.eclipse.tcf-b57b88664cbd3d68651fbc07e104a06d031d3fb2.tar.gz
org.eclipse.tcf-b57b88664cbd3d68651fbc07e104a06d031d3fb2.tar.xz
org.eclipse.tcf-b57b88664cbd3d68651fbc07e104a06d031d3fb2.zip
Terminals: Re-add the old "TCF Terminals" feature to provide backward compatibility if the Terminal got installed from the marketplace
-rw-r--r--features/org.eclipse.tcf.repo/category.xml4
-rw-r--r--pom.xml3
-rw-r--r--target_explorer/features/org.eclipse.tcf.te.terminals.feature/.project28
-rw-r--r--target_explorer/features/org.eclipse.tcf.te.terminals.feature/build.properties12
-rw-r--r--target_explorer/features/org.eclipse.tcf.te.terminals.feature/feature.properties35
-rw-r--r--target_explorer/features/org.eclipse.tcf.te.terminals.feature/feature.xml26
-rw-r--r--target_explorer/features/org.eclipse.tcf.te.terminals.feature/pom.xml21
-rw-r--r--target_explorer/features/org.eclipse.tcf.te.terminals.sdk.feature/.project33
-rw-r--r--target_explorer/features/org.eclipse.tcf.te.terminals.sdk.feature/build.properties12
-rw-r--r--target_explorer/features/org.eclipse.tcf.te.terminals.sdk.feature/feature.properties35
-rw-r--r--target_explorer/features/org.eclipse.tcf.te.terminals.sdk.feature/feature.xml27
-rw-r--r--target_explorer/features/org.eclipse.tcf.te.terminals.sdk.feature/pom.xml21
12 files changed, 257 insertions, 0 deletions
diff --git a/features/org.eclipse.tcf.repo/category.xml b/features/org.eclipse.tcf.repo/category.xml
index 9af8d1a1f..f369b4884 100644
--- a/features/org.eclipse.tcf.repo/category.xml
+++ b/features/org.eclipse.tcf.repo/category.xml
@@ -54,6 +54,10 @@
<feature url="features/org.eclipse.tcf.te.tcf.remote.sdk.feature_0.0.0.qualifier.jar" id="org.eclipse.tcf.te.tcf.remote.sdk.feature" version="0.0.0">
<category name="org.eclipse.tcf.te"/>
</feature>
+
+ <feature url="features/org.eclipse.tcf.te.terminals.feature_0.0.0.qualifier.jar" id="org.eclipse.tcf.te.terminals.feature" version="0.0.0"/>
+ <feature url="features/org.eclipse.tcf.te.terminals.sdk.feature_0.0.0.qualifier.jar" id="org.eclipse.tcf.te.terminals.sdk.feature" version="0.0.0"/>
+
<bundle id="com.google.gson" version="2.2.4.v201311231704">
<category name="org.eclipse.tcf.te"/>
</bundle>
diff --git a/pom.xml b/pom.xml
index 5ac187b0a..63ceff51c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,6 +88,9 @@
<module>target_explorer/features/org.eclipse.tcf.te.tcf.remote.feature</module>
<module>target_explorer/features/org.eclipse.tcf.te.tcf.remote.sdk.feature</module>
+ <module>target_explorer/features/org.eclipse.tcf.te.terminals.feature</module>
+ <module>target_explorer/features/org.eclipse.tcf.te.terminals.sdk.feature</module>
+
<module>features/org.eclipse.tcf.repo</module>
</modules>
diff --git a/target_explorer/features/org.eclipse.tcf.te.terminals.feature/.project b/target_explorer/features/org.eclipse.tcf.te.terminals.feature/.project
new file mode 100644
index 000000000..9c5ef5a01
--- /dev/null
+++ b/target_explorer/features/org.eclipse.tcf.te.terminals.feature/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.tcf.te.terminals.feature</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.FeatureBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.FeatureNature</nature>
+ </natures>
+ <filteredResources>
+ <filter>
+ <id>1311579318584</id>
+ <name></name>
+ <type>10</type>
+ <matcher>
+ <id>org.eclipse.ui.ide.multiFilter</id>
+ <arguments>1.0-name-matches-false-false-target</arguments>
+ </matcher>
+ </filter>
+ </filteredResources>
+</projectDescription>
diff --git a/target_explorer/features/org.eclipse.tcf.te.terminals.feature/build.properties b/target_explorer/features/org.eclipse.tcf.te.terminals.feature/build.properties
new file mode 100644
index 000000000..7aae4d5ac
--- /dev/null
+++ b/target_explorer/features/org.eclipse.tcf.te.terminals.feature/build.properties
@@ -0,0 +1,12 @@
+###############################################################################
+# Copyright (c) 2012, 2015 Wind River Systems, Inc. and others. All rights reserved.
+# This program and the accompanying materials are made available under the terms
+# of the Eclipse Public License v1.0 which accompanies this distribution, and is
+# available at http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Wind River Systems - initial API and implementation
+###############################################################################
+bin.includes = feature.xml,\
+ feature.properties
+src.includes = feature.properties
diff --git a/target_explorer/features/org.eclipse.tcf.te.terminals.feature/feature.properties b/target_explorer/features/org.eclipse.tcf.te.terminals.feature/feature.properties
new file mode 100644
index 000000000..bcab61878
--- /dev/null
+++ b/target_explorer/features/org.eclipse.tcf.te.terminals.feature/feature.properties
@@ -0,0 +1,35 @@
+##################################################################################
+# Copyright (c) 2011, 2015 Wind River Systems, Inc. and others. All rights reserved.
+# This program and the accompanying materials are made available under the terms
+# of the Eclipse Public License v1.0 which accompanies this distribution, and is
+# available at http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Wind River Systems - initial API and implementation
+##################################################################################
+# feature.properties
+# contains externalized strings for feature.xml
+# "%foo" in feature.xml corresponds to the key "foo" in this file
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file should be translated.
+
+# "featureName" property - name of the feature
+featureName=Terminals View (Compatibility)
+
+# "providerName" property - name of the company that provides the feature
+providerName=Eclipse.org - Target Explorer
+
+# "description" property - description of the feature
+description=Pulls in the new TM Terminal 4.0 "All-In-One" feature. This feature exist \
+for backward compatibility reasons to allow a seamless update of the Terminal from the \
+Eclipse Marketplace.
+
+# "copyright" property - text of the "Feature Update Copyright"
+copyright=\
+Copyright (c) 2011, 2015 Wind River Systems, Inc. and others.\n\
+All rights reserved. This program and the accompanying materials\n\
+are made available under the terms of the Eclipse Public License v1.0\n\
+which accompanies this distribution, and is available at\n\
+http://www.eclipse.org/legal/epl-v10.html
+
+################ end of copyright property ####################################
diff --git a/target_explorer/features/org.eclipse.tcf.te.terminals.feature/feature.xml b/target_explorer/features/org.eclipse.tcf.te.terminals.feature/feature.xml
new file mode 100644
index 000000000..f000892a6
--- /dev/null
+++ b/target_explorer/features/org.eclipse.tcf.te.terminals.feature/feature.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.tcf.te.terminals.feature"
+ label="%featureName"
+ version="1.3.1.qualifier"
+ provider-name="%providerName"
+ license-feature="org.eclipse.license"
+ license-feature-version="1.0.1.qualifier">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <requires>
+ <import feature="org.eclipse.tm.terminal.feature" version="4.0.0" match="greaterOrEqual"/>
+ </requires>
+
+</feature>
diff --git a/target_explorer/features/org.eclipse.tcf.te.terminals.feature/pom.xml b/target_explorer/features/org.eclipse.tcf.te.terminals.feature/pom.xml
new file mode 100644
index 000000000..b00a96bf5
--- /dev/null
+++ b/target_explorer/features/org.eclipse.tcf.te.terminals.feature/pom.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.eclipse.tcf</groupId>
+ <artifactId>org.eclipse.tcf.maven-build</artifactId>
+ <version>1.3.0-SNAPSHOT</version>
+ <relativePath>../../../admin/pom-build.xml</relativePath>
+ </parent>
+
+ <version>1.3.0.qualifier</version>
+ <artifactId>org.eclipse.tcf.te.terminals.feature</artifactId>
+ <packaging>eclipse-feature</packaging>
+
+ <properties>
+ <jacoco.skip>true</jacoco.skip>
+ </properties>
+</project>
diff --git a/target_explorer/features/org.eclipse.tcf.te.terminals.sdk.feature/.project b/target_explorer/features/org.eclipse.tcf.te.terminals.sdk.feature/.project
new file mode 100644
index 000000000..22f119139
--- /dev/null
+++ b/target_explorer/features/org.eclipse.tcf.te.terminals.sdk.feature/.project
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.tcf.te.terminals.sdk.feature</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.FeatureBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ds.core.builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.FeatureNature</nature>
+ </natures>
+ <filteredResources>
+ <filter>
+ <id>1311579318584</id>
+ <name></name>
+ <type>10</type>
+ <matcher>
+ <id>org.eclipse.ui.ide.multiFilter</id>
+ <arguments>1.0-name-matches-false-false-target</arguments>
+ </matcher>
+ </filter>
+ </filteredResources>
+</projectDescription>
diff --git a/target_explorer/features/org.eclipse.tcf.te.terminals.sdk.feature/build.properties b/target_explorer/features/org.eclipse.tcf.te.terminals.sdk.feature/build.properties
new file mode 100644
index 000000000..d9e56c50b
--- /dev/null
+++ b/target_explorer/features/org.eclipse.tcf.te.terminals.sdk.feature/build.properties
@@ -0,0 +1,12 @@
+###############################################################################
+# Copyright (c) 2012, 2014 Wind River Systems, Inc. and others. All rights reserved.
+# This program and the accompanying materials are made available under the terms
+# of the Eclipse Public License v1.0 which accompanies this distribution, and is
+# available at http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Wind River Systems - initial API and implementation
+###############################################################################
+bin.includes = feature.xml,\
+ feature.properties
+src.includes = feature.properties
diff --git a/target_explorer/features/org.eclipse.tcf.te.terminals.sdk.feature/feature.properties b/target_explorer/features/org.eclipse.tcf.te.terminals.sdk.feature/feature.properties
new file mode 100644
index 000000000..e6ea675b5
--- /dev/null
+++ b/target_explorer/features/org.eclipse.tcf.te.terminals.sdk.feature/feature.properties
@@ -0,0 +1,35 @@
+##################################################################################
+# Copyright (c) 2011, 2015 Wind River Systems, Inc. and others. All rights reserved.
+# This program and the accompanying materials are made available under the terms
+# of the Eclipse Public License v1.0 which accompanies this distribution, and is
+# available at http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Wind River Systems - initial API and implementation
+##################################################################################
+# feature.properties
+# contains externalized strings for feature.xml
+# "%foo" in feature.xml corresponds to the key "foo" in this file
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file should be translated.
+
+# "featureName" property - name of the feature
+featureName=Terminals View (Compatibility), SDK
+
+# "providerName" property - name of the company that provides the feature
+providerName=Eclipse.org - Target Explorer
+
+# "description" property - description of the feature
+description=Pulls in the new TM Terminal 4.0 "All-In-One" feature. This feature exist \
+for backward compatibility reasons to allow a seamless update of the Terminal from the \
+Eclipse Marketplace.
+
+# "copyright" property - text of the "Feature Update Copyright"
+copyright=\
+Copyright (c) 2011, 2015 Wind River Systems, Inc. and others.\n\
+All rights reserved. This program and the accompanying materials\n\
+are made available under the terms of the Eclipse Public License v1.0\n\
+which accompanies this distribution, and is available at\n\
+http://www.eclipse.org/legal/epl-v10.html
+
+################ end of copyright property ####################################
diff --git a/target_explorer/features/org.eclipse.tcf.te.terminals.sdk.feature/feature.xml b/target_explorer/features/org.eclipse.tcf.te.terminals.sdk.feature/feature.xml
new file mode 100644
index 000000000..8d25a9465
--- /dev/null
+++ b/target_explorer/features/org.eclipse.tcf.te.terminals.sdk.feature/feature.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.tcf.te.terminals.sdk.feature"
+ label="%featureName"
+ version="1.3.1.qualifier"
+ provider-name="%providerName"
+ license-feature="org.eclipse.license"
+ license-feature-version="1.0.1.qualifier">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <requires>
+ <import feature="org.eclipse.tcf.te.terminals.feature" version="1.3.1" match="greaterOrEqual"/>
+ <import feature="org.eclipse.tm.terminal.sdk.feature" version="4.0.0" match="greaterOrEqual"/>
+ </requires>
+
+</feature>
diff --git a/target_explorer/features/org.eclipse.tcf.te.terminals.sdk.feature/pom.xml b/target_explorer/features/org.eclipse.tcf.te.terminals.sdk.feature/pom.xml
new file mode 100644
index 000000000..57048c75e
--- /dev/null
+++ b/target_explorer/features/org.eclipse.tcf.te.terminals.sdk.feature/pom.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.eclipse.tcf</groupId>
+ <artifactId>org.eclipse.tcf.maven-build</artifactId>
+ <version>1.3.0-SNAPSHOT</version>
+ <relativePath>../../../admin/pom-build.xml</relativePath>
+ </parent>
+
+ <version>1.3.0.qualifier</version>
+ <artifactId>org.eclipse.tcf.te.terminals.sdk.feature</artifactId>
+ <packaging>eclipse-feature</packaging>
+
+ <properties>
+ <jacoco.skip>true</jacoco.skip>
+ </properties>
+</project>

Back to the top