Author: markt Date: Tue Oct 10 10:53:54 2017 New Revision: 1811663 URL: http://svn.apache.org/viewvc?rev=1811663&view=rev Log: Remove references file JAR specific license/notice files that were removed some time ago
Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1811663&r1=1811662&r2=1811663&view=diff ============================================================================== --- tomcat/trunk/build.xml (original) +++ tomcat/trunk/build.xml Tue Oct 10 10:53:54 2017 @@ -2553,9 +2553,7 @@ skip.installer property in build.propert <!-- Protocol handlers - Coyote --> <jarIt jarfile="${tomcat-coyote-src.jar}" filesDir="java" - filesId="files.tomcat-coyote" - notice="${tomcat.manifests}/tomcat-coyote.jar.notice" - license="${tomcat.manifests}/tomcat-coyote.license" /> + filesId="files.tomcat-coyote" /> <!-- JNI --> <jarIt jarfile="${tomcat-jni-src.jar}" --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org