summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/workspace/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-equinox/modules/workspace/pom.xml')
-rw-r--r--branches/sca-equinox/modules/workspace/pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/branches/sca-equinox/modules/workspace/pom.xml b/branches/sca-equinox/modules/workspace/pom.xml
index 751b17b59f..f9ae84d6f6 100644
--- a/branches/sca-equinox/modules/workspace/pom.xml
+++ b/branches/sca-equinox/modules/workspace/pom.xml
@@ -54,7 +54,10 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.workspace</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.workspace*</Export-Package>
+ <Export-Package>
+ org.apache.tuscany.sca.workspace,
+ org.apache.tuscany.sca.workspace.builder
+ </Export-Package>
</instructions>
</configuration>
</plugin>