summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/policy
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-21 20:44:30 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-21 20:44:30 +0000
commitefe3a1df18047632e1c957a76f197c2672349224 (patch)
tree66c0f89026fda1aaed5f508e24ae4f8a926fff61 /branches/sca-equinox/modules/policy
parentc9dbd184c6731e08baf3575a3e66e34993760b23 (diff)
Adjust Export-Package as a workaround
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706761 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox/modules/policy')
-rw-r--r--branches/sca-equinox/modules/policy/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/branches/sca-equinox/modules/policy/pom.xml b/branches/sca-equinox/modules/policy/pom.xml
index 740bbefc6e..dfec275a66 100644
--- a/branches/sca-equinox/modules/policy/pom.xml
+++ b/branches/sca-equinox/modules/policy/pom.xml
@@ -48,8 +48,10 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.policy</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
+ <!-- FIXME: o.a.t.s.p.impl should be removed -->
<Export-Package>
org.apache.tuscany.sca.policy,
+ org.apache.tuscany.sca.policy.impl,
org.apache.tuscany.sca.policy.util
</Export-Package>
</instructions>