Author: markt
Date: Fri May 25 19:15:18 2018
New Revision: 1832271

URL: http://svn.apache.org/viewvc?rev=1832271&view=rev
Log:
Correct version information

Modified:
    tomcat/tc8.5.x/trunk/build.xml

Modified: tomcat/tc8.5.x/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/build.xml?rev=1832271&r1=1832270&r2=1832271&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/build.xml (original)
+++ tomcat/tc8.5.x/trunk/build.xml Fri May 25 19:15:18 2018
@@ -50,7 +50,7 @@
   <property name="websocket.revision" value="FR" />
   <!-- MR B but this was first 1.1 release so use FR -->
   <property name="jaspic.revision" value="FR" />
-  <!-- MR 3 but this was first 1.3 release so use FR -->
+  <!-- MR 2 but this was first 1.2 release so use FR -->
   <property name="annotation.revision" value="FR" />
 
   <!-- Release artifact base names -->
@@ -711,7 +711,7 @@
   </target>
 
   <target name="package" depends="compile,build-manifests" >
-    <!-- Common Annotations 1.0 JAR File -->
+    <!-- Common Annotations 1.2 JAR File -->
     <jarIt jarfile="${annotations-api.jar}"
       filesDir="${tomcat.classes}"
       filesId="files.annotations-api"
@@ -2455,7 +2455,7 @@ skip.installer property in build.propert
 
     <mkdir dir="${tomcat.src.jars}" />
 
-    <!-- Common Annotations 1.0 JAR File -->
+    <!-- Common Annotations 1.2 JAR File -->
     <jarIt jarfile="${annotations-api-src.jar}"
       filesDir="java"
       filesId="files.annotations-api"



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to