summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/shell/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-09-06 10:29:31 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-09-06 10:29:31 +0000
commitfc55e1ced3cb5be7b5732757b2f8e861f0e1d98b (patch)
tree471436abde941aa11218c881804a5862b2c0acf1 /sca-java-2.x/trunk/modules/shell/META-INF/MANIFEST.MF
parentc298b01922ab03d078f33ec1ceb3e7471277f48c (diff)
TUSCANY-3938 - Correct various manifest mistakes to bring runtime up in OSGi again.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1165594 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/shell/META-INF/MANIFEST.MF')
-rw-r--r--sca-java-2.x/trunk/modules/shell/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/modules/shell/META-INF/MANIFEST.MF b/sca-java-2.x/trunk/modules/shell/META-INF/MANIFEST.MF
index 11092b9b34..37668a669d 100644
--- a/sca-java-2.x/trunk/modules/shell/META-INF/MANIFEST.MF
+++ b/sca-java-2.x/trunk/modules/shell/META-INF/MANIFEST.MF
@@ -6,7 +6,7 @@ Bundle-Vendor: The Apache Software Foundation
Bundle-Version: 2.0.0
Bundle-ManifestVersion: 2
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
-Bundle-Description: Apache Tuscany SCA Domain Node
+Bundle-Description: Apache Tuscany SCA Shell
Import-Package:
org.apache.tuscany.sca;version="2.0.0",
org.apache.tuscany.sca.context;version="2.0.0",
@@ -17,6 +17,6 @@ Import-Package:
org.apache.tuscany.sca.node.impl;version="2.0.0",
org.apache.tuscany.sca.runtime;version="2.0.0",
org.apache.tuscany.sca.work;version="2.0.0"
-Bundle-SymbolicName: org.apache.tuscany.sca.domain.node
+Bundle-SymbolicName: org.apache.tuscany.sca.shell
Bundle-DocURL: http://www.apache.org/
Bundle-RequiredExecutionEnvironment: J2SE-1.5,JavaSE-1.6