summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/binding-corba-runtime/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-equinox/modules/binding-corba-runtime/pom.xml')
-rw-r--r--branches/sca-equinox/modules/binding-corba-runtime/pom.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/branches/sca-equinox/modules/binding-corba-runtime/pom.xml b/branches/sca-equinox/modules/binding-corba-runtime/pom.xml
index 69321c9345..4149cc756a 100644
--- a/branches/sca-equinox/modules/binding-corba-runtime/pom.xml
+++ b/branches/sca-equinox/modules/binding-corba-runtime/pom.xml
@@ -131,9 +131,15 @@
<configuration>
<instructions>
<Bundle-Version>${tuscany.version}</Bundle-Version>
- <Bundle-SymbolicName>org.apache.tuscany.sca.binding.corba</Bundle-SymbolicName>
+ <Bundle-SymbolicName>org.apache.tuscany.sca.binding.corba.runtime</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.binding.corba*</Export-Package>
+ <Export-Package>
+ org.apache.tuscany.sca.binding.corba.provider,
+ org.apache.tuscany.sca.binding.corba.provider.exceptions,
+ org.apache.tuscany.sca.binding.corba.provider.reference,
+ org.apache.tuscany.sca.binding.corba.provider.service,
+ org.apache.tuscany.sca.binding.corba.provider.types
+ </Export-Package>
</instructions>
</configuration>
</plugin>