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