You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by pt...@apache.org on 2008/03/29 15:43:53 UTC

svn commit: r642541 - in /jakarta/cactus/trunk/framework/framework-uberjars: javaEE-12-uberjar/pom.xml javaEE-13-uberjar/pom.xml javaEE-14-uberjar/pom.xml javaEE-15-uberjar/pom.xml

Author: ptahchiev
Date: Sat Mar 29 07:43:52 2008
New Revision: 642541

URL: http://svn.apache.org/viewvc?rev=642541&view=rev
Log:
added manifest entries.

Modified:
    jakarta/cactus/trunk/framework/framework-uberjars/javaEE-12-uberjar/pom.xml
    jakarta/cactus/trunk/framework/framework-uberjars/javaEE-13-uberjar/pom.xml
    jakarta/cactus/trunk/framework/framework-uberjars/javaEE-14-uberjar/pom.xml
    jakarta/cactus/trunk/framework/framework-uberjars/javaEE-15-uberjar/pom.xml

Modified: jakarta/cactus/trunk/framework/framework-uberjars/javaEE-12-uberjar/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/framework/framework-uberjars/javaEE-12-uberjar/pom.xml?rev=642541&r1=642540&r2=642541&view=diff
==============================================================================
--- jakarta/cactus/trunk/framework/framework-uberjars/javaEE-12-uberjar/pom.xml (original)
+++ jakarta/cactus/trunk/framework/framework-uberjars/javaEE-12-uberjar/pom.xml Sat Mar 29 07:43:52 2008
@@ -48,6 +48,12 @@
 				  <descriptors>
 					 <descriptor>src/assemble/main.xml</descriptor>
 					</descriptors>
+					<archive>
+						<manifest>
+							<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+              <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+						</manifest>
+          </archive>
 				</configuration>
 				<executions>
 					<execution>

Modified: jakarta/cactus/trunk/framework/framework-uberjars/javaEE-13-uberjar/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/framework/framework-uberjars/javaEE-13-uberjar/pom.xml?rev=642541&r1=642540&r2=642541&view=diff
==============================================================================
--- jakarta/cactus/trunk/framework/framework-uberjars/javaEE-13-uberjar/pom.xml (original)
+++ jakarta/cactus/trunk/framework/framework-uberjars/javaEE-13-uberjar/pom.xml Sat Mar 29 07:43:52 2008
@@ -48,6 +48,12 @@
 				  <descriptors>
 					 <descriptor>src/assemble/main.xml</descriptor>
 					</descriptors>
+					<archive>
+						<manifest>
+							<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+							<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+						</manifest>
+          </archive>
 				</configuration>
 				<executions>
 					<execution>

Modified: jakarta/cactus/trunk/framework/framework-uberjars/javaEE-14-uberjar/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/framework/framework-uberjars/javaEE-14-uberjar/pom.xml?rev=642541&r1=642540&r2=642541&view=diff
==============================================================================
--- jakarta/cactus/trunk/framework/framework-uberjars/javaEE-14-uberjar/pom.xml (original)
+++ jakarta/cactus/trunk/framework/framework-uberjars/javaEE-14-uberjar/pom.xml Sat Mar 29 07:43:52 2008
@@ -48,6 +48,12 @@
 				  <descriptors>
 						<descriptor>src/assemble/main.xml</descriptor>
 					</descriptors>
+					<archive>
+						<manifest>
+							<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+							<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+						</manifest>
+          </archive>
 				</configuration>
 				<executions>
 					<execution>

Modified: jakarta/cactus/trunk/framework/framework-uberjars/javaEE-15-uberjar/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/framework/framework-uberjars/javaEE-15-uberjar/pom.xml?rev=642541&r1=642540&r2=642541&view=diff
==============================================================================
--- jakarta/cactus/trunk/framework/framework-uberjars/javaEE-15-uberjar/pom.xml (original)
+++ jakarta/cactus/trunk/framework/framework-uberjars/javaEE-15-uberjar/pom.xml Sat Mar 29 07:43:52 2008
@@ -45,6 +45,12 @@
 				  <descriptors>
 					   <descriptor>src/assemble/main.xml</descriptor>
 					</descriptors>
+					<archive>
+						<manifest>
+							<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+							<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+						</manifest>
+          </archive>
 				</configuration>
 				<executions>
 					<execution>



---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org