summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/node-launcher/pom.xml
diff options
context:
space:
mode:
authorrsivaram <rsivaram@13f79535-47bb-0310-9956-ffa450edef68>2008-08-22 18:39:18 +0000
committerrsivaram <rsivaram@13f79535-47bb-0310-9956-ffa450edef68>2008-08-22 18:39:18 +0000
commit9a885a1f48a4e8bd4d57d5fe4cef038bd8613ffd (patch)
treee4c7f4d108e8c080afc5a5fcc730f136fa34de50 /java/sca/modules/node-launcher/pom.xml
parent5412883f03a9276a6bc76a2be7ccf46995ffe3e6 (diff)
Fixes for itest/osgi-tuscany
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@688168 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/modules/node-launcher/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/modules/node-launcher/pom.xml b/java/sca/modules/node-launcher/pom.xml
index 4277f5109e..606a4f9164 100644
--- a/java/sca/modules/node-launcher/pom.xml
+++ b/java/sca/modules/node-launcher/pom.xml
@@ -60,7 +60,7 @@
<configuration>
<instructions>
<Bundle-Version>${tuscany.version}</Bundle-Version>
- <Bundle-SymbolicName>org.apache.tuscany.sca.node2.launcher</Bundle-SymbolicName>
+ <Bundle-SymbolicName>org.apache.tuscany.sca.node.launcher</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
<Export-Package>org.apache.tuscany.sca.node*</Export-Package>
</instructions>