diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-08-08 01:47:06 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-08-08 01:47:06 +0000 |
commit | 76ab228dde78d76d060dc3b5bcdf3ffad157bcf5 (patch) | |
tree | 57a19ab4cf15d83d75fe9c0813dcd4e4e974e586 /java/sca/tools/eclipse/features/feature/feature.xml | |
parent | d871213247418623e67dce7cb90698c3d5dbb6f8 (diff) |
Renamed features/feature to features/core, which will make more sense if we add more features later (which was the intent of having a features directory in the first place).
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@683794 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | java/sca/tools/eclipse/features/core/feature.xml (renamed from java/sca/tools/eclipse/features/feature/feature.xml) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/sca/tools/eclipse/features/feature/feature.xml b/java/sca/tools/eclipse/features/core/feature.xml index 81928c304e..d6f10a0fd6 100644 --- a/java/sca/tools/eclipse/features/feature/feature.xml +++ b/java/sca/tools/eclipse/features/core/feature.xml @@ -18,14 +18,14 @@ * under the License. --> <feature - id="org.apache.tuscany.sca.feature" - label="Apache Tuscany SCA Tools" + id="org.apache.tuscany.sca.feature.core" + label="Apache Tuscany SCA Tools Core Feature" version="1.4.0" provider-name="Apache Software Foundation"> <install-handler handler="org.eclipse.update.core.DefaultInstallHandler"/> <description url="http://incubator.apache.org/tuscany"> - Apache Tuscany SCA Tools. + Apache Tuscany SCA Tools Core Feature. </description> <license url="http://www.apache.org/licenses/LICENSE-2.0"> |