summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/host-corba-jse/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--branches/sca-equinox/modules/host-corba-jse/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/branches/sca-equinox/modules/host-corba-jse/pom.xml b/branches/sca-equinox/modules/host-corba-jse/pom.xml
index cde59fa5fe..d0296a49ca 100644
--- a/branches/sca-equinox/modules/host-corba-jse/pom.xml
+++ b/branches/sca-equinox/modules/host-corba-jse/pom.xml
@@ -47,7 +47,11 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.host.corba.jse</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.host.corba*</Export-Package>
+ <!-- FIXME: These packages are used by tuscany-host-corba-jse-tns. We need to find a better way. -->
+ <Export-Package>
+ org.apache.tuscany.sca.host.corba.jse,
+ org.apache.tuscany.sca.host.corba.naming
+ </Export-Package>
</instructions>
</configuration>
</plugin>