summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/binding-rmi/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--branches/sca-equinox/modules/binding-rmi/pom.xml26
1 files changed, 3 insertions, 23 deletions
diff --git a/branches/sca-equinox/modules/binding-rmi/pom.xml b/branches/sca-equinox/modules/binding-rmi/pom.xml
index 44b4ded5b4..ce3ce52eaf 100644
--- a/branches/sca-equinox/modules/binding-rmi/pom.xml
+++ b/branches/sca-equinox/modules/binding-rmi/pom.xml
@@ -26,35 +26,16 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>tuscany-binding-rmi</artifactId>
- <name>Apache Tuscany SCA RMI Binding Extension</name>
+ <name>Apache Tuscany SCA RMI Binding Model</name>
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-extension-helper</artifactId>
+ <artifactId>tuscany-assembly</artifactId>
<version>1.4-SNAPSHOT</version>
</dependency>
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-host-rmi</artifactId>
- <version>1.4-SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <groupId>cglib</groupId>
- <artifactId>cglib-nodep</artifactId>
- <version>2.1_3</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-implementation-java-runtime</artifactId>
- <version>1.4-SNAPSHOT</version>
- <scope>test</scope>
- </dependency>
-
</dependencies>
<build>
@@ -68,8 +49,7 @@
<Bundle-Version>${tuscany.version}</Bundle-Version>
<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>
- <DynamicImport-Package>*</DynamicImport-Package>
+ <Export-Package>org.apache.tuscany.sca.binding.rmi</Export-Package>
</instructions>
</configuration>
</plugin>