summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/interface
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--branches/sca-equinox/modules/interface-java-jaxws/pom.xml34
-rw-r--r--branches/sca-equinox/modules/interface-java-xml/pom.xml18
-rw-r--r--branches/sca-equinox/modules/interface-java/pom.xml23
-rw-r--r--branches/sca-equinox/modules/interface-wsdl-xml/pom.xml18
-rw-r--r--branches/sca-equinox/modules/interface-wsdl/pom.xml19
-rw-r--r--branches/sca-equinox/modules/interface/pom.xml22
6 files changed, 0 insertions, 134 deletions
diff --git a/branches/sca-equinox/modules/interface-java-jaxws/pom.xml b/branches/sca-equinox/modules/interface-java-jaxws/pom.xml
index c755307aac..bb5e6c76da 100644
--- a/branches/sca-equinox/modules/interface-java-jaxws/pom.xml
+++ b/branches/sca-equinox/modules/interface-java-jaxws/pom.xml
@@ -234,41 +234,7 @@
</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.interface.java.jaxws</Bundle-SymbolicName>
- <Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.interfacedef.java.jaxws</Export-Package>
- </instructions>
- </configuration>
- </plugin>
</plugins>
</build>
- <profiles>
- <profile>
- <id>default-tools.jar</id>
- <activation>
- <property>
- <name>java.vendor</name>
- <value>Sun Microsystems Inc.</value>
- </property>
- </activation>
- <dependencies>
- <dependency>
- <groupId>com.sun</groupId>
- <artifactId>tools</artifactId>
- <version>1.5.0</version>
- <scope>system</scope>
- <systemPath>${java.home}/../lib/tools.jar</systemPath>
- </dependency>
- </dependencies>
- </profile>
- </profiles>
-
</project>
diff --git a/branches/sca-equinox/modules/interface-java-xml/pom.xml b/branches/sca-equinox/modules/interface-java-xml/pom.xml
index 77fc659d3e..736e62554b 100644
--- a/branches/sca-equinox/modules/interface-java-xml/pom.xml
+++ b/branches/sca-equinox/modules/interface-java-xml/pom.xml
@@ -55,22 +55,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.java.xml</Bundle-SymbolicName>
- <Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package></Export-Package>
- </instructions>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
</project>
diff --git a/branches/sca-equinox/modules/interface-java/pom.xml b/branches/sca-equinox/modules/interface-java/pom.xml
index 377184afe6..3cbb87d509 100644
--- a/branches/sca-equinox/modules/interface-java/pom.xml
+++ b/branches/sca-equinox/modules/interface-java/pom.xml
@@ -60,27 +60,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.java</Bundle-SymbolicName>
- <Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>
- org.apache.tuscany.sca.interfacedef.java,
- org.apache.tuscany.sca.interfacedef.java.impl,
- org.apache.tuscany.sca.interfacedef.java.introspect
- </Export-Package>
- </instructions>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
</project>
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>
diff --git a/branches/sca-equinox/modules/interface-wsdl/pom.xml b/branches/sca-equinox/modules/interface-wsdl/pom.xml
index 891b453d3d..f4c0cfb117 100644
--- a/branches/sca-equinox/modules/interface-wsdl/pom.xml
+++ b/branches/sca-equinox/modules/interface-wsdl/pom.xml
@@ -81,23 +81,4 @@
</repository>
</repositories>
-
- <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</Bundle-SymbolicName>
- <Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.interfacedef.wsdl</Export-Package>
- </instructions>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
</project>
diff --git a/branches/sca-equinox/modules/interface/pom.xml b/branches/sca-equinox/modules/interface/pom.xml
index a78081c3de..c86b8d617e 100644
--- a/branches/sca-equinox/modules/interface/pom.xml
+++ b/branches/sca-equinox/modules/interface/pom.xml
@@ -36,26 +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.interface</Bundle-SymbolicName>
- <Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>
- org.apache.tuscany.sca.interfacedef,
- org.apache.tuscany.sca.interfacedef.impl,
- org.apache.tuscany.sca.interfacedef.util
- </Export-Package>
- </instructions>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
</project>