1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 12:03:16 +02:00

Fix feature dependency pattern matching., and names of inferior features

This commit is contained in:
Martin Oberhuber 2007-02-23 12:08:08 +00:00
parent 623844876e
commit f529020974
35 changed files with 39 additions and 39 deletions

View file

@ -28,7 +28,7 @@
<import plugin="org.eclipse.core.runtime"/> <import plugin="org.eclipse.core.runtime"/>
<!-- Feature dependency due to bug 175004 (UM doesnt use plugins for "Select Required" --> <!-- Feature dependency due to bug 175004 (UM doesnt use plugins for "Select Required" -->
<!-- But take care of bug 154505 (UM "Select Required" selects container features) --> <!-- But take care of bug 154505 (UM "Select Required" selects container features) -->
<import feature="org.eclipse.rse.core" version="2.0.0.qualifier" match="compatible"/> <import feature="org.eclipse.rse.core" version="2.0.0" match="compatible"/>
</requires> </requires>
<plugin <plugin

View file

@ -13,7 +13,7 @@
# NLS_ENCODING=UTF-8 # NLS_ENCODING=UTF-8
# "featureName" property - name of the feature # "featureName" property - name of the feature
featureName=Remote System Explorer DStore Services featureName=RSE DStore Services
# "providerName" property - name of the company that provides the feature # "providerName" property - name of the company that provides the feature
providerName=Eclipse.org providerName=Eclipse.org

View file

@ -28,7 +28,7 @@
<import plugin="org.eclipse.ui.views"/> <import plugin="org.eclipse.ui.views"/>
<!-- Feature dependency due to bug 175004 (UM doesnt use plugins for "Select Required" --> <!-- Feature dependency due to bug 175004 (UM doesnt use plugins for "Select Required" -->
<!-- But take care of bug 154505 (UM "Select Required" selects container features) --> <!-- But take care of bug 154505 (UM "Select Required" selects container features) -->
<import feature="org.eclipse.rse.core" version="2.0.0.qualifier" match="compatible"/> <import feature="org.eclipse.rse.core" version="2.0.0" match="compatible"/>
</requires> </requires>
<plugin <plugin

View file

@ -15,7 +15,7 @@
# This file should be translated. # This file should be translated.
# "featureName" property - name of the feature # "featureName" property - name of the feature
featureName=Remote System Explorer DStore Services Source featureName=RSE DStore Services Source
# "providerName" property - name of the company that provides the feature # "providerName" property - name of the company that provides the feature
providerName=Eclipse.org providerName=Eclipse.org

View file

@ -16,7 +16,7 @@
# #
# Do not translate any values surrounded by {} # Do not translate any values surrounded by {}
blurb=Remote System Explorer DStore Services Source\n\ blurb=RSE DStore Services Source\n\
\n\ \n\
Version: {featureVersion}\n\ Version: {featureVersion}\n\
Build id: {0}\n\ Build id: {0}\n\

View file

@ -8,5 +8,5 @@
# Contributors: # Contributors:
# IBM Corporation - initial API and implementation # IBM Corporation - initial API and implementation
############################################################################### ###############################################################################
pluginName=Remote System Explorer DStore Services Source pluginName=RSE DStore Services Source
providerName=Eclipse.org providerName=Eclipse.org

View file

@ -31,7 +31,7 @@
<import plugin="org.eclipse.core.resources"/> <import plugin="org.eclipse.core.resources"/>
<!-- Feature dependency due to bug 175004 (UM doesnt use plugins for "Select Required" --> <!-- Feature dependency due to bug 175004 (UM doesnt use plugins for "Select Required" -->
<!-- But take care of bug 154505 (UM "Select Required" selects container features) --> <!-- But take care of bug 154505 (UM "Select Required" selects container features) -->
<import feature="org.eclipse.rse.core" version="2.0.0.qualifier" match="compatible"/> <import feature="org.eclipse.rse.core" version="2.0.0" match="compatible"/>
</requires> </requires>
<plugin <plugin

View file

@ -13,7 +13,7 @@
# NLS_ENCODING=UTF-8 # NLS_ENCODING=UTF-8
# "featureName" property - name of the feature # "featureName" property - name of the feature
featureName=Remote System Explorer FTP Services featureName=RSE FTP Services
# "providerName" property - name of the company that provides the feature # "providerName" property - name of the company that provides the feature
providerName=Eclipse.org providerName=Eclipse.org

View file

@ -35,7 +35,7 @@
<import plugin="org.eclipse.core.runtime"/> <import plugin="org.eclipse.core.runtime"/>
<!-- Feature dependency due to bug 175004 (UM doesnt use plugins for "Select Required" --> <!-- Feature dependency due to bug 175004 (UM doesnt use plugins for "Select Required" -->
<!-- But take care of bug 154505 (UM "Select Required" selects container features) --> <!-- But take care of bug 154505 (UM "Select Required" selects container features) -->
<import feature="org.eclipse.rse.core" version="2.0.0.qualifier" match="compatible"/> <import feature="org.eclipse.rse.core" version="2.0.0" match="compatible"/>
<!-- <!--
<import plugin="org.eclipse.rse.services"/> <import plugin="org.eclipse.rse.services"/>
<import plugin="org.eclipse.rse.files.ui"/> <import plugin="org.eclipse.rse.files.ui"/>

View file

@ -15,7 +15,7 @@
# This file should be translated. # This file should be translated.
# "featureName" property - name of the feature # "featureName" property - name of the feature
featureName=Remote System Explorer FTP Services Source featureName=RSE FTP Services Source
# "providerName" property - name of the company that provides the feature # "providerName" property - name of the company that provides the feature
providerName=Eclipse.org providerName=Eclipse.org

View file

@ -16,7 +16,7 @@
# #
# Do not translate any values surrounded by {} # Do not translate any values surrounded by {}
blurb=Remote System Explorer FTP Services Source\n\ blurb=RSE FTP Services Source\n\
\n\ \n\
Version: {featureVersion}\n\ Version: {featureVersion}\n\
Build id: {0}\n\ Build id: {0}\n\

View file

@ -8,5 +8,5 @@
# Contributors: # Contributors:
# IBM Corporation - initial API and implementation # IBM Corporation - initial API and implementation
############################################################################### ###############################################################################
pluginName=Remote System Explorer FTP Services Source pluginName=RSE FTP Services Source
providerName=Eclipse.org providerName=Eclipse.org

View file

@ -13,7 +13,7 @@
# NLS_ENCODING=UTF-8 # NLS_ENCODING=UTF-8
# "featureName" property - name of the feature # "featureName" property - name of the feature
featureName=Remote System Explorer Local Services featureName=RSE Local Services
# "providerName" property - name of the company that provides the feature # "providerName" property - name of the company that provides the feature
providerName=Eclipse.org providerName=Eclipse.org

View file

@ -27,7 +27,7 @@
<import plugin="org.eclipse.core.runtime"/> <import plugin="org.eclipse.core.runtime"/>
<!-- Feature dependency due to bug 175004 (UM doesnt use plugins for "Select Required" --> <!-- Feature dependency due to bug 175004 (UM doesnt use plugins for "Select Required" -->
<!-- But take care of bug 154505 (UM "Select Required" selects container features) --> <!-- But take care of bug 154505 (UM "Select Required" selects container features) -->
<import feature="org.eclipse.rse.core" version="2.0.0.qualifier" match="compatible"/> <import feature="org.eclipse.rse.core" version="2.0.0" match="compatible"/>
<!-- <!--
<import plugin="org.eclipse.rse.services"/> <import plugin="org.eclipse.rse.services"/>
<import plugin="org.eclipse.rse.files.ui"/> <import plugin="org.eclipse.rse.files.ui"/>

View file

@ -15,7 +15,7 @@
# This file should be translated. # This file should be translated.
# "featureName" property - name of the feature # "featureName" property - name of the feature
featureName=Remote System Explorer Local Services Source featureName=RSE Local Services Source
# "providerName" property - name of the company that provides the feature # "providerName" property - name of the company that provides the feature
providerName=Eclipse.org providerName=Eclipse.org

View file

@ -16,7 +16,7 @@
# #
# Do not translate any values surrounded by {} # Do not translate any values surrounded by {}
blurb=Remote System Explorer Local Services Source\n\ blurb=RSE Local Services Source\n\
\n\ \n\
Version: {featureVersion}\n\ Version: {featureVersion}\n\
Build id: {0}\n\ Build id: {0}\n\

View file

@ -8,5 +8,5 @@
# Contributors: # Contributors:
# IBM Corporation - initial API and implementation # IBM Corporation - initial API and implementation
############################################################################### ###############################################################################
pluginName=Remote System Explorer Local Services Source pluginName=RSE Local Services Source
providerName=Eclipse.org providerName=Eclipse.org

View file

@ -26,7 +26,7 @@
<requires> <requires>
<!-- Feature dependency due to bug 175004 (UM doesnt use plugins for "Select Required" --> <!-- Feature dependency due to bug 175004 (UM doesnt use plugins for "Select Required" -->
<!-- But take care of bug 154505 (UM "Select Required" selects container features) --> <!-- But take care of bug 154505 (UM "Select Required" selects container features) -->
<import feature="org.eclipse.rse.core" version="2.0.0.qualifier" match="compatible"/> <import feature="org.eclipse.rse.core" version="2.0.0" match="compatible"/>
<import feature="org.eclipse.cdt"/> <import feature="org.eclipse.cdt"/>
</requires> </requires>

View file

@ -13,7 +13,7 @@
# NLS_ENCODING=UTF-8 # NLS_ENCODING=UTF-8
# "featureName" property - name of the feature # "featureName" property - name of the feature
featureName=Remote System Explorer SSH Services featureName=RSE SSH Services
# "providerName" property - name of the company that provides the feature # "providerName" property - name of the company that provides the feature
providerName=Eclipse.org providerName=Eclipse.org

View file

@ -27,7 +27,7 @@
<import plugin="org.eclipse.ui"/> <import plugin="org.eclipse.ui"/>
<!-- Feature dependency due to bug 175004 (UM doesnt use plugins for "Select Required" --> <!-- Feature dependency due to bug 175004 (UM doesnt use plugins for "Select Required" -->
<!-- But take care of bug 154505 (UM "Select Required" selects container features) --> <!-- But take care of bug 154505 (UM "Select Required" selects container features) -->
<import feature="org.eclipse.rse.core" version="2.0.0.qualifier" match="compatible"/> <import feature="org.eclipse.rse.core" version="2.0.0" match="compatible"/>
<!-- <!--
<import plugin="org.eclipse.rse.subsystems.files.core"/> <import plugin="org.eclipse.rse.subsystems.files.core"/>
<import plugin="org.eclipse.rse.files.ui"/> <import plugin="org.eclipse.rse.files.ui"/>

View file

@ -15,7 +15,7 @@
# This file should be translated. # This file should be translated.
# "featureName" property - name of the feature # "featureName" property - name of the feature
featureName=Remote System Explorer SSH Services Source featureName=RSE SSH Services Source
# "providerName" property - name of the company that provides the feature # "providerName" property - name of the company that provides the feature
providerName=Eclipse.org providerName=Eclipse.org

View file

@ -16,7 +16,7 @@
# #
# Do not translate any values surrounded by {} # Do not translate any values surrounded by {}
blurb=Remote System Explorer SSH Services Source\n\ blurb=RSE SSH Services Source\n\
\n\ \n\
Version: {featureVersion}\n\ Version: {featureVersion}\n\
Build id: {0}\n\ Build id: {0}\n\

View file

@ -20,7 +20,7 @@
# #
# Do not translate any values surrounded by {} # Do not translate any values surrounded by {}
blurb=Remote System Explorer DStore Services\n\ blurb=RSE DStore Services\n\
\n\ \n\
Version: {featureVersion}\n\ Version: {featureVersion}\n\
Build id: {0}\n\ Build id: {0}\n\

View file

@ -12,5 +12,5 @@
# NLS_MESSAGEFORMAT_NONE # NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8 # NLS_ENCODING=UTF-8
pluginName = Remote System Explorer DStore Services pluginName = RSE DStore Services
providerName = Eclipse.org providerName = Eclipse.org

View file

@ -20,7 +20,7 @@
# #
# Do not translate any values surrounded by {} # Do not translate any values surrounded by {}
blurb=Remote System Explorer FTP Services\n\ blurb=RSE FTP Services\n\
\n\ \n\
Version: {featureVersion}\n\ Version: {featureVersion}\n\
Build id: {0}\n\ Build id: {0}\n\

View file

@ -12,5 +12,5 @@
# NLS_MESSAGEFORMAT_NONE # NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8 # NLS_ENCODING=UTF-8
pluginName = Remote System Explorer FTP Services pluginName = RSE FTP Services
providerName = Eclipse.org providerName = Eclipse.org

View file

@ -20,7 +20,7 @@
# #
# Do not translate any values surrounded by {} # Do not translate any values surrounded by {}
blurb=Remote System Explorer Local Services\n\ blurb=RSE Local Services\n\
\n\ \n\
Version: {featureVersion}\n\ Version: {featureVersion}\n\
Build id: {0}\n\ Build id: {0}\n\

View file

@ -12,5 +12,5 @@
# NLS_MESSAGEFORMAT_NONE # NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8 # NLS_ENCODING=UTF-8
pluginName = Remote System Explorer Local Services pluginName = RSE Local Services
providerName = Eclipse.org providerName = Eclipse.org

View file

@ -20,7 +20,7 @@
# #
# Do not translate any values surrounded by {} # Do not translate any values surrounded by {}
blurb=Remote System Explorer SSH Services\n\ blurb=RSE SSH Services\n\
\n\ \n\
Version: {featureVersion}\n\ Version: {featureVersion}\n\
Build id: {0}\n\ Build id: {0}\n\

View file

@ -12,6 +12,6 @@
# NLS_MESSAGEFORMAT_NONE # NLS_MESSAGEFORMAT_NONE
# NLS_ENCODING=UTF-8 # NLS_ENCODING=UTF-8
pluginName = Remote System Explorer SSH Services pluginName = RSE SSH Services
providerName = Eclipse.org providerName = Eclipse.org

View file

@ -15,7 +15,7 @@
# This file should be translated. # This file should be translated.
# "featureName" property - name of the feature # "featureName" property - name of the feature
featureName=Remote System Explorer Unit Tests featureName=RSE Unit Tests
# "providerName" property - name of the company that provides the feature # "providerName" property - name of the company that provides the feature
providerName=Eclipse.org providerName=Eclipse.org
@ -24,7 +24,7 @@ providerName=Eclipse.org
tmUpdateSiteName=Target Management 2.0 Milestone Updates tmUpdateSiteName=Target Management 2.0 Milestone Updates
# "description" property - description of the feature # "description" property - description of the feature
description=Remote System Explorer Unit Tests. Includes Source. description=RSE Unit Tests. Includes Source.
# "copyright" property - text of the "Feature Update Copyright" # "copyright" property - text of the "Feature Update Copyright"
copyright=\ copyright=\

View file

@ -24,16 +24,16 @@
<requires> <requires>
<!-- Feature dependency due to bug 175004 (UM doesnt use plugins for "Select Required" --> <!-- Feature dependency due to bug 175004 (UM doesnt use plugins for "Select Required" -->
<!-- But take care of bug 154505 (UM "Select Required" selects container features) --> <!-- But take care of bug 154505 (UM "Select Required" selects container features) -->
<import feature="org.eclipse.rse.core" version="2.0.0.qualifier" match="equivalent"/> <import feature="org.eclipse.rse.core" version="2.0.0" match="equivalent"/>
<import feature="org.eclipse.rse.local" version="2.0.0.qualifier" match="equivalent"/> <import feature="org.eclipse.rse.local" version="2.0.0" match="equivalent"/>
<import feature="org.eclipse.rse.ftp" version="2.0.0.qualifier" match="equivalent"/> <import feature="org.eclipse.rse.ftp" version="2.0.0" match="equivalent"/>
<!-- org.junit either comes with the JDT feature (org.eclipse.jdt), --> <!-- org.junit either comes with the JDT feature (org.eclipse.jdt), -->
<!-- or with the eclipse-test-framework download. So, don't put a --> <!-- or with the eclipse-test-framework download. So, don't put a -->
<!-- feature dependency here since it is no hard dependency --> <!-- feature dependency here since it is no hard dependency -->
<!-- (although it would help Europa users to get their stuff, but --> <!-- (although it would help Europa users to get their stuff, but -->
<!-- it could invalidate the configuration for Platform users: --> <!-- it could invalidate the configuration for Platform users: -->
<!-- bug 151797) --> <!-- bug 151797) -->
<import plugin="org.junit" version="3.8.2" match="compatible"/> <import plugin="org.junit" version="3.8.1" match="compatible"/>
</requires> </requires>
<plugin <plugin

View file

@ -8,5 +8,5 @@
# Contributors: # Contributors:
# Martin Oberhuber - initial API and implementation # Martin Oberhuber - initial API and implementation
################################################################################ ################################################################################
pluginName=Remote System Explorer Unit Tests Source pluginName=RSE Unit Tests Source
providerName=Eclipse.org providerName=Eclipse.org

View file

@ -16,7 +16,7 @@
# #
# Do not translate any values surrounded by {} # Do not translate any values surrounded by {}
blurb=Remote System Explorer Unit Tests\n\ blurb=RSE Unit Tests\n\
\n\ \n\
Version: {featureVersion}\n\ Version: {featureVersion}\n\
Build id: {0}\n\ Build id: {0}\n\

View file

@ -9,7 +9,7 @@
# IBM Corporation - initial API and implementation # IBM Corporation - initial API and implementation
# Martin Oberhuber (Wind River) - fix ant build for "Assert", make consistent # Martin Oberhuber (Wind River) - fix ant build for "Assert", make consistent
############################################################################### ###############################################################################
pluginName=Remote System Explorer Unit Tests pluginName=RSE Unit Tests
providerName=Eclipse.org providerName=Eclipse.org
testSubSystemName = Tests testSubSystemName = Tests