Author: kkolinko Date: Thu Mar 4 10:19:52 2010 New Revision: 918923 URL: http://svn.apache.org/viewvc?rev=918923&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/trunk/res/META-INF/annotations-api.jar.manifest tomcat/trunk/res/META-INF/el-api.jar.manifest tomcat/trunk/res/META-INF/jsp-api.jar.manifest tomcat/trunk/res/META-INF/servlet-api.jar.manifest Modified: tomcat/trunk/res/META-INF/annotations-api.jar.manifest URL: http://svn.apache.org/viewvc/tomcat/trunk/res/META-INF/annotations-api.jar.manifest?rev=918923&r1=918922&r2=918923&view=diff ============================================================================== --- tomcat/trunk/res/META-INF/annotations-api.jar.manifest (original) +++ tomcat/trunk/res/META-INF/annotations-api.jar.manifest Thu Mar 4 10:19:52 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: 3...@servlet.revision@ Implementation-Vendor: Apache Software Foundation -X-Compile-Source-JDK: @source.jdk@ -X-Compile-Target-JDK: @target.jdk@ Modified: tomcat/trunk/res/META-INF/el-api.jar.manifest URL: http://svn.apache.org/viewvc/tomcat/trunk/res/META-INF/el-api.jar.manifest?rev=918923&r1=918922&r2=918923&view=diff ============================================================================== --- tomcat/trunk/res/META-INF/el-api.jar.manifest (original) +++ tomcat/trunk/res/META-INF/el-api.jar.manifest Thu Mar 4 10:19:52 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...@el.revision@ Implementation-Vendor: Apache Software Foundation -X-Compile-Source-JDK: @source.jdk@ -X-Compile-Target-JDK: @target.jdk@ Modified: tomcat/trunk/res/META-INF/jsp-api.jar.manifest URL: http://svn.apache.org/viewvc/tomcat/trunk/res/META-INF/jsp-api.jar.manifest?rev=918923&r1=918922&r2=918923&view=diff ============================================================================== --- tomcat/trunk/res/META-INF/jsp-api.jar.manifest (original) +++ tomcat/trunk/res/META-INF/jsp-api.jar.manifest Thu Mar 4 10:19:52 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...@jsp.revision@ Implementation-Vendor: Apache Software Foundation -X-Compile-Source-JDK: @source.jdk@ -X-Compile-Target-JDK: @target.jdk@ Modified: tomcat/trunk/res/META-INF/servlet-api.jar.manifest URL: http://svn.apache.org/viewvc/tomcat/trunk/res/META-INF/servlet-api.jar.manifest?rev=918923&r1=918922&r2=918923&view=diff ============================================================================== --- tomcat/trunk/res/META-INF/servlet-api.jar.manifest (original) +++ tomcat/trunk/res/META-INF/servlet-api.jar.manifest Thu Mar 4 10:19:52 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: 3...@servlet.revision@ Implementation-Vendor: Apache Software Foundation -X-Compile-Source-JDK: @source.jdk@ -X-Compile-Target-JDK: @target.jdk@ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org