summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/launcher/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-01-27 11:45:16 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-01-27 11:45:16 +0000
commitc9623d99ffcc4931296a3c92efeb7be822be3a7e (patch)
treebf0a9a0200461e00275233419be29de59fd2752a /java/sca/modules/launcher/pom.xml
parent1299ed5bdafce2b99839423eb3b05ca8a0766017 (diff)
That pesky manifest file
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@738059 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/launcher/pom.xml')
-rw-r--r--java/sca/modules/launcher/pom.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/java/sca/modules/launcher/pom.xml b/java/sca/modules/launcher/pom.xml
index b58e9b0efd..cc91a7fb7a 100644
--- a/java/sca/modules/launcher/pom.xml
+++ b/java/sca/modules/launcher/pom.xml
@@ -32,22 +32,4 @@
<dependencies>
</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.launcher</Bundle-SymbolicName>
- <Bundle-Description>${pom.name}</Bundle-Description>
- <Main-Class>org.apache.tuscany.launcher.sca.LauncherMain</Main-Class>
- </instructions>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
</project>