summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/launcher
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
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')
-rw-r--r--java/sca/modules/launcher/META-INF/MANIFEST.MF27
-rw-r--r--java/sca/modules/launcher/pom.xml18
2 files changed, 27 insertions, 18 deletions
diff --git a/java/sca/modules/launcher/META-INF/MANIFEST.MF b/java/sca/modules/launcher/META-INF/MANIFEST.MF
new file mode 100644
index 0000000000..7dde36f02d
--- /dev/null
+++ b/java/sca/modules/launcher/META-INF/MANIFEST.MF
@@ -0,0 +1,27 @@
+Manifest-Version: 1.0
+Archiver-Version: Plexus Archiver
+Created-By: 1.6.0 (IBM Corporation)
+Built-By: gb000131
+Build-Jdk: 1.6.0
+Extension-Name: tuscany-launcher
+Implementation-Title: Apache Tuscany Launcher
+Implementation-Vendor: The Apache Software Foundation
+Implementation-Vendor-Id: org.apache
+Implementation-Version: 2.0-SNAPSHOT
+Specification-Title: Apache Tuscany Launcher
+Specification-Vendor: The Apache Software Foundation
+Specification-Version: 2.0-SNAPSHOT
+Bundle-DocURL: http://www.apache.org/
+Bundle-SymbolicName: org.apache.tuscany.sca.launcher
+Originally-Created-By: 1.6.0 (IBM Corporation)
+Bundle-Version: 2.0
+Bundle-Description: Apache Tuscany Launcher
+Bundle-Vendor: The Apache Software Foundation
+Bnd-LastModified: 1231166325921
+Bundle-Name: Apache Tuscany Launcher
+Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
+Tool: Bnd-0.0.255
+Bundle-ManifestVersion: 2
+Import-Package: org.apache.tuscany.sca.launcher;version="2.0"
+Export-Package: org.apache.tuscany.sca.launcher;version="2.0"
+Main-Class: org.apache.tuscany.launcher.sca.LauncherMain
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>