summaryrefslogtreecommitdiffstats
path: root/sdo-java/trunk/tools/src/main/resources/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-10 19:18:51 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-10 19:18:51 +0000
commit9833a542bb75c2008c71809e4fdfebc41e67fb46 (patch)
treed89597c3f9308f70cd89c2e8e2cf4b9adeb43994 /sdo-java/trunk/tools/src/main/resources/META-INF/MANIFEST.MF
parent5b2262864f55b51575f381a823ffacf6b7c27a74 (diff)
Move the SDO folder as new trunk for SDO sub project
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@834610 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sdo-java/trunk/tools/src/main/resources/META-INF/MANIFEST.MF')
-rw-r--r--sdo-java/trunk/tools/src/main/resources/META-INF/MANIFEST.MF21
1 files changed, 21 insertions, 0 deletions
diff --git a/sdo-java/trunk/tools/src/main/resources/META-INF/MANIFEST.MF b/sdo-java/trunk/tools/src/main/resources/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..8bb7dea1fe
--- /dev/null
+++ b/sdo-java/trunk/tools/src/main/resources/META-INF/MANIFEST.MF
@@ -0,0 +1,21 @@
+Manifest-Version: 1.0
+Extension-Name: tuscany-sdo-tools
+Specification-Title: Tuscany SDO Tools Implementation
+Specification-Vendor: Apache Software Foundation
+Implementation-Vendor: Apache Software Foundation
+Implementation-Vendor-Id: org.apache
+Implementation-Title: tuscany-sdo-tools
+Implementation-Version: incubating-M3
+Bundle-ManifestVersion: 2
+Bundle-Name: Tuscany SDO Tools Implementation
+Bundle-SymbolicName: org.apache.tuscany.sdo.tools
+Bundle-Version: 1.0.0
+Bundle-Vendor: Apache Software Foundation
+Require-Bundle: org.eclipse.emf.common,
+ org.eclipse.emf.ecore,
+ org.eclipse.emf.ecore.change,
+ org.eclipse.emf.ecore.xmi,
+ org.eclipse.xsd,
+ org.apache.tuscany.sdo.spec;visibility:=reexport
+Export-Package: org.apache.tuscany.sdo.generate,
+ org.apache.tuscany.sdo.generate.util