summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/node-launcher
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
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-osgi/pom.xml2
-rw-r--r--java/sca/modules/node-launcher-webapp/pom.xml2
-rw-r--r--java/sca/modules/node-launcher/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/java/sca/modules/node-launcher-osgi/pom.xml b/java/sca/modules/node-launcher-osgi/pom.xml
index 682a1725df..f5e9d48f08 100644
--- a/java/sca/modules/node-launcher-osgi/pom.xml
+++ b/java/sca/modules/node-launcher-osgi/pom.xml
@@ -137,7 +137,7 @@
<configuration>
<instructions>
<Bundle-Version>${tuscany.version}</Bundle-Version>
- <Bundle-SymbolicName>org.apache.tuscany.sca.node2.launcher.osgi</Bundle-SymbolicName>
+ <Bundle-SymbolicName>org.apache.tuscany.sca.node.launcher.osgi</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
<Export-Package>org.apache.tuscany.sca.node.osgi.launcher*</Export-Package>
</instructions>
diff --git a/java/sca/modules/node-launcher-webapp/pom.xml b/java/sca/modules/node-launcher-webapp/pom.xml
index de5c843c17..c0c911e63a 100644
--- a/java/sca/modules/node-launcher-webapp/pom.xml
+++ b/java/sca/modules/node-launcher-webapp/pom.xml
@@ -50,7 +50,7 @@
<configuration>
<instructions>
<Bundle-Version>${tuscany.version}</Bundle-Version>
- <Bundle-SymbolicName>org.apache.tuscany.sca.node2.launcher.webapp</Bundle-SymbolicName>
+ <Bundle-SymbolicName>org.apache.tuscany.sca.node.launcher.webapp</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
<Export-Package>org.apache.tuscany.sca.node*</Export-Package>
</instructions>
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>