summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/contribution
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-10 22:28:22 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-10 22:28:22 +0000
commit9134aecc4e049bfa5df2fc2f17c90f3088b1e2f1 (patch)
treed17cd7f2330bd4b216069eeaea49f93324c21711 /branches/sca-equinox/modules/contribution
parent267c37371ae406d89c59fe039d45a13f09472047 (diff)
Restrict Export-Package and convert test cases to Junit 4
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@703589 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox/modules/contribution')
-rw-r--r--branches/sca-equinox/modules/contribution/pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/branches/sca-equinox/modules/contribution/pom.xml b/branches/sca-equinox/modules/contribution/pom.xml
index 5a1c4b55b5..fd9afc327c 100644
--- a/branches/sca-equinox/modules/contribution/pom.xml
+++ b/branches/sca-equinox/modules/contribution/pom.xml
@@ -59,7 +59,13 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.contribution</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.contribution*</Export-Package>
+ <Export-Package>
+ org.apache.tuscany.sca.contribution,
+ org.apache.tuscany.sca.contribution.processor,
+ org.apache.tuscany.sca.contribution.resolver,
+ org.apache.tuscany.sca.contribution.scanner,
+ org.apache.tuscany.sca.contribution.service
+ </Export-Package>
</instructions>
</configuration>
</plugin>