You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2010/03/06 11:22:07 UTC

svn commit: r919733 - in /tomcat/tc6.0.x/trunk: STATUS.txt res/META-INF/annotations-api.jar.manifest res/META-INF/el-api.jar.manifest res/META-INF/jsp-api.jar.manifest res/META-INF/servlet-api.jar.manifest

Author: kkolinko
Date: Sat Mar  6 10:22:06 2010
New Revision: 919733

URL: http://svn.apache.org/viewvc?rev=919733&view=rev
Log:
Move source/target JDK versions to the main section of the manifest,
because these values belong to the JAR file as the whole, not to some subset of it.

Modified:
    tomcat/tc6.0.x/trunk/STATUS.txt
    tomcat/tc6.0.x/trunk/res/META-INF/annotations-api.jar.manifest
    tomcat/tc6.0.x/trunk/res/META-INF/el-api.jar.manifest
    tomcat/tc6.0.x/trunk/res/META-INF/jsp-api.jar.manifest
    tomcat/tc6.0.x/trunk/res/META-INF/servlet-api.jar.manifest

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=919733&r1=919732&r2=919733&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Sat Mar  6 10:22:06 2010
@@ -120,12 +120,6 @@
   +1: kkolinko, markt, rjung
   -1:
 
-* Move source/target JDK versions to the main section of the manifest,
-  because these values belong to the JAR file as the whole, not to some subset of it.
-  http://svn.apache.org/viewvc?rev=918923&view=rev
-  +1: kkolinko, rjung, markt
-  -1:
-
 * Replace UTF-8 characters with the proper \uxxxx encoding in the French translation.
   That prevents deployment of applications when using french language.
 +++

Modified: tomcat/tc6.0.x/trunk/res/META-INF/annotations-api.jar.manifest
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/res/META-INF/annotations-api.jar.manifest?rev=919733&r1=919732&r2=919733&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/res/META-INF/annotations-api.jar.manifest (original)
+++ tomcat/tc6.0.x/trunk/res/META-INF/annotations-api.jar.manifest Sat Mar  6 10:22:06 2010
@@ -1,4 +1,6 @@
 Manifest-version: 1.0
+X-Compile-Source-JDK: @source.jdk@
+X-Compile-Target-JDK: @target.jdk@
 
 Name: javax/servlet/
 Specification-Title: Java API for Servlets (Annotations)
@@ -7,5 +9,3 @@
 Implementation-Title: javax.servlet
 Implementation-Version: 2.5.@servlet.revision@
 Implementation-Vendor: Apache Software Foundation
-X-Compile-Source-JDK: @source.jdk@
-X-Compile-Target-JDK: @target.jdk@

Modified: tomcat/tc6.0.x/trunk/res/META-INF/el-api.jar.manifest
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/res/META-INF/el-api.jar.manifest?rev=919733&r1=919732&r2=919733&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/res/META-INF/el-api.jar.manifest (original)
+++ tomcat/tc6.0.x/trunk/res/META-INF/el-api.jar.manifest Sat Mar  6 10:22:06 2010
@@ -1,4 +1,6 @@
 Manifest-version: 1.0
+X-Compile-Source-JDK: @source.jdk@
+X-Compile-Target-JDK: @target.jdk@
 
 Name: javax/el/
 Specification-Title: Expression Language
@@ -7,5 +9,3 @@
 Implementation-Title: javax.el
 Implementation-Version: 2.1.@el.revision@
 Implementation-Vendor: Apache Software Foundation
-X-Compile-Source-JDK: @source.jdk@
-X-Compile-Target-JDK: @target.jdk@

Modified: tomcat/tc6.0.x/trunk/res/META-INF/jsp-api.jar.manifest
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/res/META-INF/jsp-api.jar.manifest?rev=919733&r1=919732&r2=919733&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/res/META-INF/jsp-api.jar.manifest (original)
+++ tomcat/tc6.0.x/trunk/res/META-INF/jsp-api.jar.manifest Sat Mar  6 10:22:06 2010
@@ -1,4 +1,6 @@
 Manifest-version: 1.0
+X-Compile-Source-JDK: @source.jdk@
+X-Compile-Target-JDK: @target.jdk@
 
 Name: javax/servlet/jsp/
 Specification-Title: Java API for JavaServer Pages
@@ -7,5 +9,3 @@
 Implementation-Title: javax.servlet.jsp
 Implementation-Version: 2.1.@jsp.revision@
 Implementation-Vendor: Apache Software Foundation
-X-Compile-Source-JDK: @source.jdk@
-X-Compile-Target-JDK: @target.jdk@

Modified: tomcat/tc6.0.x/trunk/res/META-INF/servlet-api.jar.manifest
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/res/META-INF/servlet-api.jar.manifest?rev=919733&r1=919732&r2=919733&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/res/META-INF/servlet-api.jar.manifest (original)
+++ tomcat/tc6.0.x/trunk/res/META-INF/servlet-api.jar.manifest Sat Mar  6 10:22:06 2010
@@ -1,4 +1,6 @@
 Manifest-version: 1.0
+X-Compile-Source-JDK: @source.jdk@
+X-Compile-Target-JDK: @target.jdk@
 
 Name: javax/servlet/
 Specification-Title: Java API for Servlets
@@ -7,5 +9,3 @@
 Implementation-Title: javax.servlet
 Implementation-Version: 2.5.@servlet.revision@
 Implementation-Vendor: Apache Software Foundation
-X-Compile-Source-JDK: @source.jdk@
-X-Compile-Target-JDK: @target.jdk@



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