You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2007/06/20 07:37:07 UTC

svn commit: r548942 - in /incubator/tuscany/java/das: ./ rdb/src/main/resources/META-INF/ samples/customer/src/main/resources/META-INF/ samples/dbconfig/src/main/resources/META-INF/ samples/testing/tomcat/companyweb/src/main/resources/META-INF/ samples...

Author: lresende
Date: Tue Jun 19 22:37:06 2007
New Revision: 548942

URL: http://svn.apache.org/viewvc?view=rev&rev=548942
Log:
Removing MANIFEST.MF and adding configuration to maven plugin to generate the MANIFEST.MF during build time

Removed:
    incubator/tuscany/java/das/rdb/src/main/resources/META-INF/MANIFEST.MF
    incubator/tuscany/java/das/samples/customer/src/main/resources/META-INF/MANIFEST.MF
    incubator/tuscany/java/das/samples/dbconfig/src/main/resources/META-INF/MANIFEST.MF
    incubator/tuscany/java/das/samples/testing/tomcat/companyweb/src/main/resources/META-INF/MANIFEST.MF
    incubator/tuscany/java/das/samples/testing/tomcat/sample-ajax-das/src/main/resources/META-INF/MANIFEST.MF
Modified:
    incubator/tuscany/java/das/pom.xml

Modified: incubator/tuscany/java/das/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/das/pom.xml?view=diff&rev=548942&r1=548941&r2=548942
==============================================================================
--- incubator/tuscany/java/das/pom.xml (original)
+++ incubator/tuscany/java/das/pom.xml Tue Jun 19 22:37:06 2007
@@ -113,9 +113,19 @@
                 <artifactId>maven-jar-plugin</artifactId>
                 <configuration>
                     <archive>
-                        <manifestFile>src/main/resources/META-INF/MANIFEST.MF</manifestFile>
+			<manifestEntries>
+			    <Extension-Name>${project.artifactId}</Extension-Name>
+			    <Specification-Title>${name}</Specification-Title>
+			    <Specification-Vendor>The Apache Software Foundation</Specification-Vendor>
+			    <Specification-Version>${version}</Specification-Version>
+			    <Implementation-Title>${name}</Implementation-Title>
+			    <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
+			    <Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
+			    <Implementation-Version>${version}</Implementation-Version>
+			</manifestEntries>                        
                     </archive>
                 </configuration>
+		<version>2.1</version>
             </plugin>
         </plugins>
     </build>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org