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 2018/06/27 21:44:57 UTC

svn commit: r1834548 - /tomcat/trunk/build.properties.default

Author: kkolinko
Date: Wed Jun 27 21:44:57 2018
New Revision: 1834548

URL: http://svn.apache.org/viewvc?rev=1834548&view=rev
Log:
Add a comment where to look for a checksum for ECJ.

The path may be obvious, but as different versions of Tomcat use different versions of ECJ it is easy to get confused.

Modified:
    tomcat/trunk/build.properties.default

Modified: tomcat/trunk/build.properties.default
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.properties.default?rev=1834548&r1=1834547&r2=1834548&view=diff
==============================================================================
--- tomcat/trunk/build.properties.default (original)
+++ tomcat/trunk/build.properties.default Wed Jun 27 21:44:57 2018
@@ -123,6 +123,11 @@ wsdl4j-lib.loc=${base-maven.loc}/wsdl4j/
 
 # ----- Eclipse JDT, version 4.7 or later -----#
 # See https://wiki.apache.org/tomcat/JDTCoreBatchCompiler before updating
+#
+# Checksum is from "SHA512 Checksums for 4.7.3a" link at
+# http://download.eclipse.org/eclipse/downloads/drops4/R-4.7.3a-201803300640/
+# http://download.eclipse.org/eclipse/downloads/drops4/R-4.7.3a-201803300640/checksum/eclipse-4.7.3a-SUMSSHA512
+#
 jdt.version=4.7.3a
 jdt.release=R-4.7.3a-201803300640
 jdt.checksum.enabled=true



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