summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/interface-wsdl-xml/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--branches/sca-equinox/modules/interface-wsdl-xml/pom.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/branches/sca-equinox/modules/interface-wsdl-xml/pom.xml b/branches/sca-equinox/modules/interface-wsdl-xml/pom.xml
index 39b523bf4d..bb7575395a 100644
--- a/branches/sca-equinox/modules/interface-wsdl-xml/pom.xml
+++ b/branches/sca-equinox/modules/interface-wsdl-xml/pom.xml
@@ -67,22 +67,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.interface.wsdl.xml</Bundle-SymbolicName>
- <Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package></Export-Package>
- </instructions>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
</project>