summaryrefslogtreecommitdiffstats
path: root/java/sca
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-01-29 11:46:08 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-01-29 11:46:08 +0000
commite818837066851140570472aaad0e28a3b8cc6362 (patch)
tree0d0d50718752f2da5177eeaee6b8bb103ff05421 /java/sca
parent73ebfa396d7c032a107f64f876739db0efe12d27 (diff)
Fix import name to match OASIS package name
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738828 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca')
-rw-r--r--java/sca/samples/calculator-osgi/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sca/samples/calculator-osgi/META-INF/MANIFEST.MF b/java/sca/samples/calculator-osgi/META-INF/MANIFEST.MF
index ceb52dc19c..56d59b05ff 100644
--- a/java/sca/samples/calculator-osgi/META-INF/MANIFEST.MF
+++ b/java/sca/samples/calculator-osgi/META-INF/MANIFEST.MF
@@ -12,8 +12,8 @@ Bundle-ManifestVersion: 2
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
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.annotations;version="2.0.0"
+ org.oasisopen.sca.annotation;version="2.0.0",
+ org.osgi.framework;version="1.4"
Bundle-SymbolicName: sample-calculator-osgi
Bundle-DocURL: http://www.apache.org/