summaryrefslogtreecommitdiffstats
path: root/branches
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-17 17:40:56 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-17 17:40:56 +0000
commit25849afcfc788c062729bb8d67982af945870d4b (patch)
tree1169233b4c20c9c6a5f5920db3350a11da72cc93 /branches
parent9c40cd1e2d9bc3caa11eeb164741d87ea4641edc (diff)
Restrict Export-Package
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@705681 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r--branches/sca-equinox/modules/implementation-java-runtime/pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/branches/sca-equinox/modules/implementation-java-runtime/pom.xml b/branches/sca-equinox/modules/implementation-java-runtime/pom.xml
index 96510ea576..94ead762f0 100644
--- a/branches/sca-equinox/modules/implementation-java-runtime/pom.xml
+++ b/branches/sca-equinox/modules/implementation-java-runtime/pom.xml
@@ -71,7 +71,10 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.implementation.java.runtime</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.implementation.java*</Export-Package>
+ <Export-Package>
+ org.apache.tuscany.sca.implementation.java.context,
+ org.apache.tuscany.sca.implementation.java.injection,
+ </Export-Package>
</instructions>
</configuration>
</plugin>