summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/implementation-spring-xml/META-INF
diff options
context:
space:
mode:
authorramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2009-04-20 13:15:09 +0000
committerramkumar <ramkumar@13f79535-47bb-0310-9956-ffa450edef68>2009-04-20 13:15:09 +0000
commit2507e211718440864bb84b9568d2ccafd3d61478 (patch)
tree9f6e4613f5055a44d75f00d90e2ac5a41a4bc810 /java/sca/modules/implementation-spring-xml/META-INF
parent82a5f5e0fe472c81e4f86630a254933259c96ec5 (diff)
Porting Spring Modules into 2.x
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@766685 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/implementation-spring-xml/META-INF')
-rw-r--r--java/sca/modules/implementation-spring-xml/META-INF/MANIFEST.MF25
1 files changed, 25 insertions, 0 deletions
diff --git a/java/sca/modules/implementation-spring-xml/META-INF/MANIFEST.MF b/java/sca/modules/implementation-spring-xml/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..12f50db96d
--- /dev/null
+++ b/java/sca/modules/implementation-spring-xml/META-INF/MANIFEST.MF
@@ -0,0 +1,25 @@
+Manifest-Version: 1.0
+Tool: Bnd-0.0.255
+Bundle-Name: Apache Tuscany SCA Spring Implementation XML Model
+Created-By: 1.6.0_07 (Sun Microsystems Inc.)
+Bundle-Vendor: The Apache Software Foundation
+Bundle-Version: 2.0.0
+Bnd-LastModified: 1225397170750
+Bundle-ManifestVersion: 2
+Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
+Bundle-Description: Apache Tuscany SCA Spring Implementation XML Model
+Import-Package: javax.xml.namespace,
+ javax.xml.stream,
+ org.apache.tuscany.sca.assembly;version="2.0.0",
+ org.apache.tuscany.sca.assembly.xml;version="2.0.0",
+ org.apache.tuscany.sca.contribution.processor;version="2.0.0",
+ org.apache.tuscany.sca.contribution.resolver;version="2.0.0",
+ org.apache.tuscany.sca.core;version="2.0.0",
+ org.apache.tuscany.sca.implementation.spring;version="2.0.0",
+ org.apache.tuscany.sca.implementation.spring.introspect;version="2.0.0",
+ org.apache.tuscany.sca.interfacedef.java;version="2.0.0",
+ org.apache.tuscany.sca.monitor;version="2.0.0",
+ org.apache.tuscany.sca.policy;version="2.0.0"
+Bundle-SymbolicName: org.apache.tuscany.sca.implementation.spring.xml
+Bundle-DocURL: http://www.apache.org/
+Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6