summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/policy/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-equinox/modules/policy/pom.xml')
-rw-r--r--branches/sca-equinox/modules/policy/pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/branches/sca-equinox/modules/policy/pom.xml b/branches/sca-equinox/modules/policy/pom.xml
index 2c76db7f89..740bbefc6e 100644
--- a/branches/sca-equinox/modules/policy/pom.xml
+++ b/branches/sca-equinox/modules/policy/pom.xml
@@ -48,7 +48,10 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.policy</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.policy*</Export-Package>
+ <Export-Package>
+ org.apache.tuscany.sca.policy,
+ org.apache.tuscany.sca.policy.util
+ </Export-Package>
</instructions>
</configuration>
</plugin>