You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2017/11/29 19:50:57 UTC

svn commit: r1816647 - in /tomcat/trunk: build.xml webapps/docs/changelog.xml

Author: markt
Date: Wed Nov 29 19:50:57 2017
New Revision: 1816647

URL: http://svn.apache.org/viewvc?rev=1816647&view=rev
Log:
Update the Java EE 8 XML schema to the released versions.
- Picks up a couple of element name changes for web .xml
- Lots of whitespace changes (as with the previous versions I converted tabs to spaces and removed trailing spaces before committing)
- Adds (yes adds!) a handful of typos
- Some additional commentary

No change to licensing. We are electing to distribute under the CDDL.

Modified:
    tomcat/trunk/build.xml
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1816647&r1=1816646&r2=1816647&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Wed Nov 29 19:50:57 2017
@@ -1297,6 +1297,7 @@
         <exclude name="*.asc" />
         <exclude name="*.md5" />
         <exclude name="*.sha1" />
+        <exclude name="*.sha512" />
         <exclude name="*.zip" />
         <exclude name="*.tar.gz" />
       </fileset>
@@ -1314,6 +1315,7 @@
         <exclude name="*.asc" />
         <exclude name="*.md5" />
         <exclude name="*.sha1" />
+        <exclude name="*.sha512" />
         <exclude name="*.zip" />
         <exclude name="*.tar.gz" />
       </tarfileset>
@@ -2127,6 +2129,7 @@ skip.installer property in build.propert
     <delete file="${tomcat.release}/v${version}/bin/${final.name}.exe.asc" />
     <delete file="${tomcat.release}/v${version}/bin/${final.name}.exe.md5" />
     <delete file="${tomcat.release}/v${version}/bin/${final.name}.exe.sha1" />
+    <delete file="${tomcat.release}/v${version}/bin/${final.name}.exe.sha512" />
     <hashAndSign file="${tomcat.release}/v${version}/bin/${final.name}.exe" />
   </target>
 
@@ -2167,6 +2170,7 @@ skip.installer property in build.propert
         <include name="*.asc"/>
         <include name="*.md5"/>
         <include name="*.sha1"/>
+        <include name="*.sha512"/>
       </fileset>
     </copy>
 

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1816647&r1=1816646&r2=1816647&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Wed Nov 29 19:50:57 2017
@@ -61,6 +61,10 @@
         Add an additional system property for the system property replacement.
         (remm)
       </fix>
+      <fix>
+        Add missing SHA-512 hash for release artifacts to the build script.
+        (markt) 
+      </fix>
     </changelog>
   </subsection>
 </section>



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