summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/binding-atom/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/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/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/branches/sca-equinox/modules/binding-atom/pom.xml b/branches/sca-equinox/modules/binding-atom/pom.xml
index 388f203e1d..8c8aad875a 100644
--- a/branches/sca-equinox/modules/binding-atom/pom.xml
+++ b/branches/sca-equinox/modules/binding-atom/pom.xml
@@ -71,8 +71,7 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.binding.atom</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.binding.atom*</Export-Package>
- <Import-Package>org.apache.tuscany.sca.assembly.xml;version="1.4", *</Import-Package>
+ <Export-Package>org.apache.tuscany.sca.binding.atom</Export-Package>
</instructions>
</configuration>
</plugin>