summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-equinox/modules')
-rw-r--r--branches/sca-equinox/modules/binding-jsonrpc/pom.xml1
-rw-r--r--branches/sca-equinox/modules/binding-rmi-runtime/pom.xml2
-rw-r--r--branches/sca-equinox/modules/binding-rmi/pom.xml1
3 files changed, 3 insertions, 1 deletions
diff --git a/branches/sca-equinox/modules/binding-jsonrpc/pom.xml b/branches/sca-equinox/modules/binding-jsonrpc/pom.xml
index 4b3e2c3788..63fa6d181c 100644
--- a/branches/sca-equinox/modules/binding-jsonrpc/pom.xml
+++ b/branches/sca-equinox/modules/binding-jsonrpc/pom.xml
@@ -62,6 +62,7 @@
<Bundle-SymbolicName>org.apache.tuscany.sca.binding.jsonrpc</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
<Export-Package>org.apache.tuscany.sca.binding.jsonrpc</Export-Package>
+ <Import-Package>org.apache.tuscany.sca.assembly.xml;version="1.4", *</Import-Package>
</instructions>
</configuration>
</plugin>
diff --git a/branches/sca-equinox/modules/binding-rmi-runtime/pom.xml b/branches/sca-equinox/modules/binding-rmi-runtime/pom.xml
index d0ee8050d9..d081514773 100644
--- a/branches/sca-equinox/modules/binding-rmi-runtime/pom.xml
+++ b/branches/sca-equinox/modules/binding-rmi-runtime/pom.xml
@@ -81,7 +81,7 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<Bundle-SymbolicName>org.apache.tuscany.sca.binding.rmi.runtime</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.binding.rmi.provider</Export-Package>
+ <Export-Package></Export-Package>
</instructions>
</configuration>
</plugin>
diff --git a/branches/sca-equinox/modules/binding-rmi/pom.xml b/branches/sca-equinox/modules/binding-rmi/pom.xml
index ce3ce52eaf..845b22f6ed 100644
--- a/branches/sca-equinox/modules/binding-rmi/pom.xml
+++ b/branches/sca-equinox/modules/binding-rmi/pom.xml
@@ -50,6 +50,7 @@
<Bundle-SymbolicName>org.apache.tuscany.sca.binding.rmi</Bundle-SymbolicName>
<Bundle-Description>${pom.name}</Bundle-Description>
<Export-Package>org.apache.tuscany.sca.binding.rmi</Export-Package>
+ <Import-Package>org.apache.tuscany.sca.assembly.xml;version="1.4", *</Import-Package>
</instructions>
</configuration>
</plugin>