diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-21 20:44:30 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-21 20:44:30 +0000 |
commit | efe3a1df18047632e1c957a76f197c2672349224 (patch) | |
tree | 66c0f89026fda1aaed5f508e24ae4f8a926fff61 | |
parent | c9dbd184c6731e08baf3575a3e66e34993760b23 (diff) |
Adjust Export-Package as a workaround
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706761 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | branches/sca-equinox/modules/policy/pom.xml | 2 |
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> |