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:
parent
25849afcfc
commit
9961ebe58b
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue