Author: markt Date: Wed Oct 19 10:10:51 2016 New Revision: 1765570 URL: http://svn.apache.org/viewvc?rev=1765570&view=rev Log: Correct comment
Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1765570&r1=1765569&r2=1765570&view=diff ============================================================================== --- tomcat/trunk/build.xml (original) +++ tomcat/trunk/build.xml Wed Oct 19 10:10:51 2016 @@ -721,7 +721,7 @@ filesId="files.websocket-api" manifest="${tomcat.manifests}/websocket-api.jar.manifest" /> - <!-- JASPIC 1.1 Implementation JAR File --> + <!-- JASPIC 1.1 API JAR File --> <jarIt jarfile="${jaspic-api.jar}" filesDir="${tomcat.classes}" filesId="files.jaspic-api" @@ -2460,7 +2460,7 @@ skip.installer property in build.propert filesDir="java" filesId="files.tomcat-websocket" /> - <!-- JASPIC 1.1 Implementation JAR File --> + <!-- JASPIC 1.1 API JAR File --> <jarIt jarfile="${jaspic-api-src.jar}" filesDir="java" filesId="files.jaspic-api" --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org