summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/host-corba/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-06-27 06:21:10 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-06-27 06:21:10 +0000
commit585ffe4d37666babae11c0df447f8bf01bd0a8e3 (patch)
treec4df782733488001a5be40148dba980cf5528127 /java/sca/modules/host-corba/pom.xml
parentf85434a29c399b8325a6268163711f916806da66 (diff)
Apply the patch from Wojtek for TUSCANY-2397. Thanks.
I also did some refactoring for the test case to only start the tnameserv once git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@672122 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/modules/host-corba/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sca/modules/host-corba/pom.xml b/java/sca/modules/host-corba/pom.xml
index 499063719d..2427fb9a05 100644
--- a/java/sca/modules/host-corba/pom.xml
+++ b/java/sca/modules/host-corba/pom.xml
@@ -45,9 +45,9 @@
<configuration>
<instructions>
<Bundle-Version>${tuscany.version}</Bundle-Version>
- <Bundle-SymbolicName>org.apache.tuscany.sca.host.http</Bundle-SymbolicName>
+ <Bundle-SymbolicName>org.apache.tuscany.sca.host.corba</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.host.http*</Export-Package>
+ <Export-Package>org.apache.tuscany.sca.host.corba*</Export-Package>
</instructions>
</configuration>
</plugin>