summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/modules/node-launcher
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--branches/sca-equinox/modules/node-launcher-equinox/pom.xml15
-rw-r--r--branches/sca-equinox/modules/node-launcher-webapp/pom.xml15
-rw-r--r--branches/sca-equinox/modules/node-launcher/pom.xml14
3 files changed, 0 insertions, 44 deletions
diff --git a/branches/sca-equinox/modules/node-launcher-equinox/pom.xml b/branches/sca-equinox/modules/node-launcher-equinox/pom.xml
index 78e5f893a5..9280e85023 100644
--- a/branches/sca-equinox/modules/node-launcher-equinox/pom.xml
+++ b/branches/sca-equinox/modules/node-launcher-equinox/pom.xml
@@ -113,21 +113,6 @@
</archive>
</configuration>
</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.node.launcher.equinox</Bundle-SymbolicName>
- <Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.node.equinox.launcher</Export-Package>
- <Eclipse-AutoStart>true</Eclipse-AutoStart>
- </instructions>
- </configuration>
- </plugin>
</plugins>
</build>
diff --git a/branches/sca-equinox/modules/node-launcher-webapp/pom.xml b/branches/sca-equinox/modules/node-launcher-webapp/pom.xml
index c8c9fe971e..f9cd20d457 100644
--- a/branches/sca-equinox/modules/node-launcher-webapp/pom.xml
+++ b/branches/sca-equinox/modules/node-launcher-webapp/pom.xml
@@ -58,22 +58,7 @@
</classpathContainers>
</configuration>
</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.node.launcher.webapp</Bundle-SymbolicName>
- <Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.node*</Export-Package>
- </instructions>
- </configuration>
- </plugin>
</plugins>
-
</build>
</project>
diff --git a/branches/sca-equinox/modules/node-launcher/pom.xml b/branches/sca-equinox/modules/node-launcher/pom.xml
index a84baca586..09e5d87217 100644
--- a/branches/sca-equinox/modules/node-launcher/pom.xml
+++ b/branches/sca-equinox/modules/node-launcher/pom.xml
@@ -51,20 +51,6 @@
</archive>
</configuration>
</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.node.launcher</Bundle-SymbolicName>
- <Bundle-Description>${pom.name}</Bundle-Description>
- <Export-Package>org.apache.tuscany.sca.node.launcher</Export-Package>
- </instructions>
- </configuration>
- </plugin>
</plugins>
</build>