Remove impl package from Export-Package

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@704737 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
rfeng 2008-10-14 23:06:48 +00:00
parent 639a660ff2
commit 9d8116592b

View file

@ -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>