summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/calculator-osgi/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-01-28 22:22:21 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-01-28 22:22:21 +0000
commitbec8aa745f084c90f92b3198cb54930bc4d4217f (patch)
treeed467120e1d4fb68cd89e8faf11d8126696a42b9 /java/sca/samples/calculator-osgi/META-INF/MANIFEST.MF
parent92079d9d7d1a9c5871f4029e3fb9f54e2976da7a (diff)
Change bundle version to 2.0.0
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738647 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/samples/calculator-osgi/META-INF/MANIFEST.MF10
1 files changed, 5 insertions, 5 deletions
diff --git a/java/sca/samples/calculator-osgi/META-INF/MANIFEST.MF b/java/sca/samples/calculator-osgi/META-INF/MANIFEST.MF
index 40e2f360ca..ceb52dc19c 100644
--- a/java/sca/samples/calculator-osgi/META-INF/MANIFEST.MF
+++ b/java/sca/samples/calculator-osgi/META-INF/MANIFEST.MF
@@ -1,19 +1,19 @@
Manifest-Version: 1.0
-Private-Package: calculator;version="1.4"
+Private-Package: calculator;version="2.0.0"
Tool: Bnd-0.0.255
Bundle-Name: Apache Tuscany SCA Calculator OSGi Sample
Created-By: 1.6.0_07 (Sun Microsystems Inc.)
Bundle-Vendor: The Apache Software Foundation
Eclipse-LazyStart: false
-Bundle-Version: 1.4
+Bundle-Version: 2.0.0
Bnd-LastModified: 1223949424781
Bundle-Activator: calculator.CalculatorActivator
Bundle-ManifestVersion: 2
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
-Bundle-Description: Apache Tuscany SCA Calculator RCP Sample
-Import-Package: org.apache.tuscany.sca.node;version="1.4",
+Bundle-Description: Apache Tuscany SCA Calculator OSGi Sample
+Import-Package: org.apache.tuscany.sca.node;version="2.0.0",
org.osgi.framework;version="1.4",
- org.oasisopen.sca.annotation;version="1.4"
+ org.oasisopen.sca.annotations;version="2.0.0"
Bundle-SymbolicName: sample-calculator-osgi
Bundle-DocURL: http://www.apache.org/