summaryrefslogtreecommitdiffstats
path: root/branches
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-21 20:11:30 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2008-10-21 20:11:30 +0000
commit39d2d6a4a829a2e2d7ba6e4b6cab58aef5504ac5 (patch)
treed45f64f1035d2f9cb7e00298e5ffae67c8b46f93 /branches
parent02337e4a7c49f36b6e0a1c19535f635dec7926b0 (diff)
Adjust Export-Package
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@706749 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches')
-rw-r--r--branches/sca-equinox/modules/databinding-saxon/pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/branches/sca-equinox/modules/databinding-saxon/pom.xml b/branches/sca-equinox/modules/databinding-saxon/pom.xml
index 90d9439f13..4cc9ad5e08 100644
--- a/branches/sca-equinox/modules/databinding-saxon/pom.xml
+++ b/branches/sca-equinox/modules/databinding-saxon/pom.xml
@@ -115,7 +115,10 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.databinding.saxon</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package></Export-Package>
+ <Export-Package>
+ org.apache.tuscany.sca.databinding.saxon,
+ org.apache.tuscany.sca.databinding.saxon.collection
+ </Export-Package>
</instructions>
</configuration>
</plugin>