Author: markt
Date: Thu Jun 26 15:28:18 2014
New Revision: 1605818
URL: http://svn.apache.org/r1605818
Log:
Add a property to skip code signing as suggested by kkolinko
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1605818&r1=1605817&r2=1605818&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Thu Jun 26 15:28:18 2014
@@ -2088,7 +2088,7 @@ Apache Tomcat ${version} native binaries
</antcall>
</target>
- <target name="sign-windows-binaries" depends="installer">
+ <target name="sign-windows-binaries" depends="installer"
unless="skip.codesigning">
<taskdef name="signcode"
classname="org.apache.tomcat.buildutil.SignCode"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]