summaryrefslogtreecommitdiffstats
path: root/branches
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-14 23:06:48 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-14 23:06:48 +0000
commit9d8116592b481805ef2cce444a19c5bf79669859 (patch)
tree0a1d0091ea344456f4cadfad2cf803f0926ed064 /branches
parent639a660ff2701c0dc9f9ecb16bc19a0df48e8a8b (diff)
Remove impl package from Export-Package
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704737 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-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>