Restrict Export-Package

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705682 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
rfeng 2008-10-17 17:42:30 +00:00
parent 25849afcfc
commit 9961ebe58b
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.implementation.resource.runtime</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
<Export-Package>org.apache.tuscany.sca.implementation.resource*</Export-Package>
<Export-Package></Export-Package>
</instructions>
</configuration>
</plugin>

View file

@ -69,7 +69,7 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.implementation.resource</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
<Export-Package>org.apache.tuscany.sca.implementation.resource*</Export-Package>
<Export-Package>org.apache.tuscany.sca.implementation.resource</Export-Package>
</instructions>
</configuration>
</plugin>