summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/host-rmi
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--branches/sca-equinox/modules/host-rmi/pom.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/branches/sca-equinox/modules/host-rmi/pom.xml b/branches/sca-equinox/modules/host-rmi/pom.xml
index 76bfd755f0..124f9a7474 100644
--- a/branches/sca-equinox/modules/host-rmi/pom.xml
+++ b/branches/sca-equinox/modules/host-rmi/pom.xml
@@ -36,22 +36,4 @@
</dependency>
</dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-bundle-plugin</artifactId>
-
- <configuration>
- <instructions>
- <Bundle-Version>${tuscany.version}</Bundle-Version>
- <Bundle-SymbolicName>org.apache.tuscany.sca.host.rmi</Bundle-SymbolicName>
- <Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.host.rmi</Export-Package>
- </instructions>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
</project>