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