From c974a42c02f6a43b372652c498d70c7c2db2ba28 Mon Sep 17 00:00:00 2001 From: antelder Date: Mon, 17 Nov 2008 12:29:45 +0000 Subject: Copy MANIFEST.MF files from sca-equinox to trunk for the minimal modules to run the calclator sample. Minimal modules as identified in http://apache.markmail.org/message/ofdwyjikioosc7bn. Still need to update for new version, that will be in a seperate commit git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@718231 13f79535-47bb-0310-9956-ffa450edef68 --- java/sca/modules/monitor/META-INF/MANIFEST.MF | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 java/sca/modules/monitor/META-INF/MANIFEST.MF (limited to 'java/sca/modules/monitor/META-INF/MANIFEST.MF') diff --git a/java/sca/modules/monitor/META-INF/MANIFEST.MF b/java/sca/modules/monitor/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..131bbcaf52 --- /dev/null +++ b/java/sca/modules/monitor/META-INF/MANIFEST.MF @@ -0,0 +1,16 @@ +Manifest-Version: 1.0 +Export-Package: org.apache.tuscany.sca.monitor;version="1.4" +Private-Package: org.apache.tuscany.sca.monitor.impl;version="1.4" +Tool: Bnd-0.0.255 +Bundle-Name: Apache Tuscany SCA Monitor +Created-By: 1.6.0_07 (Sun Microsystems Inc.) +Bundle-Vendor: The Apache Software Foundation +Bundle-Version: 1.4 +Bnd-LastModified: 1225397090921 +Bundle-ManifestVersion: 2 +Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt +Bundle-Description: Apache Tuscany SCA Monitor +Import-Package: org.apache.tuscany.sca.monitor;version="1.4" +Bundle-SymbolicName: org.apache.tuscany.sca.monitor +Bundle-DocURL: http://www.apache.org/ + -- cgit v1.2.3