Author: antelder
Date: Tue Jan 27 11:45:16 2009
New Revision: 738059
URL: http://svn.apache.org/viewvc?rev=738059&view=rev
Log:
That pesky manifest file
Added:
tuscany/java/sca/modules/launcher/META-INF/
tuscany/java/sca/modules/launcher/META-INF/MANIFEST.MF
Modified:
tuscany/java/sca/modules/launcher/ (props changed)
tuscany/java/sca/modules/launcher/pom.xml
Propchange: tuscany/java/sca/modules/launcher/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Tue Jan 27 11:45:16 2009
@@ -11,6 +11,7 @@
build-dependency.xml
velocity.log*
junit*.properties
+pom.properties
surefire*.properties
.project
.classpath
Added: tuscany/java/sca/modules/launcher/META-INF/MANIFEST.MF
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/modules/launcher/META-INF/MANIFEST.MF?rev=738059&view=auto
==============================================================================
--- tuscany/java/sca/modules/launcher/META-INF/MANIFEST.MF (added)
+++ tuscany/java/sca/modules/launcher/META-INF/MANIFEST.MF Tue Jan 27 11:45:16
2009
@@ -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
Modified: tuscany/java/sca/modules/launcher/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/java/sca/modules/launcher/pom.xml?rev=738059&r1=738058&r2=738059&view=diff
==============================================================================
--- tuscany/java/sca/modules/launcher/pom.xml (original)
+++ tuscany/java/sca/modules/launcher/pom.xml Tue Jan 27 11:45:16 2009
@@ -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>