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 | |
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/.project (renamed from java/sca/tools/eclipse/features/feature/.project) | 2 | ||||
-rw-r--r-- | java/sca/tools/eclipse/features/core/LICENSE (renamed from java/sca/tools/eclipse/features/feature/LICENSE) | 0 | ||||
-rw-r--r-- | java/sca/tools/eclipse/features/core/META-INF/MANIFEST.MF | 6 | ||||
-rw-r--r-- | java/sca/tools/eclipse/features/core/NOTICE (renamed from java/sca/tools/eclipse/features/feature/NOTICE) | 0 | ||||
-rw-r--r-- | java/sca/tools/eclipse/features/core/build.properties (renamed from java/sca/tools/eclipse/features/feature/build.properties) | 0 | ||||
-rw-r--r-- | java/sca/tools/eclipse/features/core/feature.xml (renamed from java/sca/tools/eclipse/features/feature/feature.xml) | 6 | ||||
-rw-r--r-- | java/sca/tools/eclipse/features/core/pom.xml (renamed from java/sca/tools/eclipse/features/feature/pom.xml) | 4 | ||||
-rw-r--r-- | java/sca/tools/eclipse/features/feature/META-INF/MANIFEST.MF | 6 |
8 files changed, 12 insertions, 12 deletions
diff --git a/java/sca/tools/eclipse/features/feature/.project b/java/sca/tools/eclipse/features/core/.project index b333add441..762ebae4a1 100644 --- a/java/sca/tools/eclipse/features/feature/.project +++ b/java/sca/tools/eclipse/features/core/.project @@ -1,5 +1,5 @@ <projectDescription> - <name>org.apache.tuscany.sca.feature</name> + <name>org.apache.tuscany.sca.feature.core</name> <comment>The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. diff --git a/java/sca/tools/eclipse/features/feature/LICENSE b/java/sca/tools/eclipse/features/core/LICENSE index 8aa906c321..8aa906c321 100644 --- a/java/sca/tools/eclipse/features/feature/LICENSE +++ b/java/sca/tools/eclipse/features/core/LICENSE diff --git a/java/sca/tools/eclipse/features/core/META-INF/MANIFEST.MF b/java/sca/tools/eclipse/features/core/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..63215d7c6f --- /dev/null +++ b/java/sca/tools/eclipse/features/core/META-INF/MANIFEST.MF @@ -0,0 +1,6 @@ +Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Apache Tuscany SCA Tools Core Feature
+Bundle-SymbolicName: org.apache.tuscany.sca.feature.core
+Bundle-Version: 1.4.0
+Bundle-Vendor: Apache Software Foundation
diff --git a/java/sca/tools/eclipse/features/feature/NOTICE b/java/sca/tools/eclipse/features/core/NOTICE index fdfa0e9faa..fdfa0e9faa 100644 --- a/java/sca/tools/eclipse/features/feature/NOTICE +++ b/java/sca/tools/eclipse/features/core/NOTICE diff --git a/java/sca/tools/eclipse/features/feature/build.properties b/java/sca/tools/eclipse/features/core/build.properties index f36e15c5d3..f36e15c5d3 100644 --- a/java/sca/tools/eclipse/features/feature/build.properties +++ b/java/sca/tools/eclipse/features/core/build.properties 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"> diff --git a/java/sca/tools/eclipse/features/feature/pom.xml b/java/sca/tools/eclipse/features/core/pom.xml index 9c27356ad2..30756fe9d6 100644 --- a/java/sca/tools/eclipse/features/feature/pom.xml +++ b/java/sca/tools/eclipse/features/core/pom.xml @@ -25,8 +25,8 @@ <version>1.4-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> - <artifactId>org.apache.tuscany.sca.feature</artifactId> - <name>Apache Tuscany SCA Eclipse Tools Feature</name> + <artifactId>org.apache.tuscany.sca.feature.core</artifactId> + <name>Apache Tuscany SCA Eclipse Tools Core Feature</name> <build> <resources> diff --git a/java/sca/tools/eclipse/features/feature/META-INF/MANIFEST.MF b/java/sca/tools/eclipse/features/feature/META-INF/MANIFEST.MF deleted file mode 100644 index 8177e148f9..0000000000 --- a/java/sca/tools/eclipse/features/feature/META-INF/MANIFEST.MF +++ /dev/null @@ -1,6 +0,0 @@ -Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: Apache Tuscany SCA Tools
-Bundle-SymbolicName: org.apache.tuscany.sca.feature
-Bundle-Version: 1.4.0
-Bundle-Vendor: Apache Software Foundation
|