summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/binding-corba-runtime/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--branches/sca-equinox/modules/binding-corba-runtime/pom.xml19
1 files changed, 0 insertions, 19 deletions
diff --git a/branches/sca-equinox/modules/binding-corba-runtime/pom.xml b/branches/sca-equinox/modules/binding-corba-runtime/pom.xml
index 4149cc756a..8f42aedcb7 100644
--- a/branches/sca-equinox/modules/binding-corba-runtime/pom.xml
+++ b/branches/sca-equinox/modules/binding-corba-runtime/pom.xml
@@ -124,25 +124,6 @@
</plugin>
-->
- <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.binding.corba.runtime</Bundle-SymbolicName>
- <Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>
- org.apache.tuscany.sca.binding.corba.provider,
- org.apache.tuscany.sca.binding.corba.provider.exceptions,
- org.apache.tuscany.sca.binding.corba.provider.reference,
- org.apache.tuscany.sca.binding.corba.provider.service,
- org.apache.tuscany.sca.binding.corba.provider.types
- </Export-Package>
- </instructions>
- </configuration>
- </plugin>
</plugins>
</build>