summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>