summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/binding-atom-abdera/pom.xml
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-09-23 23:44:47 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-09-23 23:44:47 +0000
commit635fe997f91dbec1cf8ab0b7aeb8c76c56330013 (patch)
tree439e0a407f1fa2c51456b8dd028dc3b03a7c2c73 /branches/sca-equinox/modules/binding-atom-abdera/pom.xml
parent1aba7b831e19fa8f9b718f42c1a0c4d09f6d52ad (diff)
Starting to fix jetty OSGi import/exports.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@698404 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-equinox/modules/binding-atom-abdera/pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/branches/sca-equinox/modules/binding-atom-abdera/pom.xml b/branches/sca-equinox/modules/binding-atom-abdera/pom.xml
index 4b922be0a7..42a484bde6 100644
--- a/branches/sca-equinox/modules/binding-atom-abdera/pom.xml
+++ b/branches/sca-equinox/modules/binding-atom-abdera/pom.xml
@@ -206,7 +206,10 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.binding.atom.abdera</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.binding.atom*</Export-Package>
+ <Export-Package>
+ org.apache.tuscany.sca.binding.atom.collection,
+ org.apache.tuscany.sca.binding.atom.provider
+ </Export-Package>
</instructions>
</configuration>
</plugin>