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:
parent
639a660ff2
commit
9d8116592b
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue