summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/interface-java/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-equinox/modules/interface-java/pom.xml')
-rw-r--r--branches/sca-equinox/modules/interface-java/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/branches/sca-equinox/modules/interface-java/pom.xml b/branches/sca-equinox/modules/interface-java/pom.xml
index bab2576ea8..377184afe6 100644
--- a/branches/sca-equinox/modules/interface-java/pom.xml
+++ b/branches/sca-equinox/modules/interface-java/pom.xml
@@ -72,7 +72,11 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.interface.java</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.interfacedef.java*</Export-Package>
+ <Export-Package>
+ org.apache.tuscany.sca.interfacedef.java,
+ org.apache.tuscany.sca.interfacedef.java.impl,
+ org.apache.tuscany.sca.interfacedef.java.introspect
+ </Export-Package>
</instructions>
</configuration>
</plugin>