summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/assembly
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--branches/sca-equinox/modules/assembly-xml/pom.xml18
-rw-r--r--branches/sca-equinox/modules/assembly-xsd/pom.xml18
-rw-r--r--branches/sca-equinox/modules/assembly/pom.xml23
3 files changed, 0 insertions, 59 deletions
diff --git a/branches/sca-equinox/modules/assembly-xml/pom.xml b/branches/sca-equinox/modules/assembly-xml/pom.xml
index b45ba6b82c..27534bf329 100644
--- a/branches/sca-equinox/modules/assembly-xml/pom.xml
+++ b/branches/sca-equinox/modules/assembly-xml/pom.xml
@@ -113,22 +113,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.assembly.xml</Bundle-SymbolicName>
- <Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.assembly.xml</Export-Package>
- </instructions>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
</project>
diff --git a/branches/sca-equinox/modules/assembly-xsd/pom.xml b/branches/sca-equinox/modules/assembly-xsd/pom.xml
index 90bb93222d..b3896593b8 100644
--- a/branches/sca-equinox/modules/assembly-xsd/pom.xml
+++ b/branches/sca-equinox/modules/assembly-xsd/pom.xml
@@ -28,22 +28,4 @@
<artifactId>tuscany-assembly-xsd</artifactId>
<name>Apache Tuscany SCA Assembly Model XML Schemas</name>
-
- <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.assembly.xsd</Bundle-SymbolicName>
- <Bundle-Description>${pom.name}</Bundle-Description>
- </instructions>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
</project>
diff --git a/branches/sca-equinox/modules/assembly/pom.xml b/branches/sca-equinox/modules/assembly/pom.xml
index 72feae6185..89a6ac9b5e 100644
--- a/branches/sca-equinox/modules/assembly/pom.xml
+++ b/branches/sca-equinox/modules/assembly/pom.xml
@@ -54,27 +54,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.assembly</Bundle-SymbolicName>
- <Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>
- org.apache.tuscany.sca.assembly,
- org.apache.tuscany.sca.assembly.builder,
- org.apache.tuscany.sca.assembly.impl,
- </Export-Package>
- </instructions>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
</project>