2014-06-25 23:11 GMT+04:00  <ma...@apache.org>:
> Author: markt
> Date: Wed Jun 25 19:11:03 2014
> New Revision: 1605561
>
> URL: http://svn.apache.org/r1605561
> Log:
> Add the initial hooks to get the Windows binaries signed by Symantec's code 
> signing service. This work is still at the evaluation stage.
>
> Added:
>     tomcat/trunk/java/org/apache/tomcat/buildutil/SignCode.java   (with props)
> Modified:
>     tomcat/trunk/build.xml
>
> Modified: tomcat/trunk/build.xml
> URL: 
> http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1605561&r1=1605560&r2=1605561&view=diff
> ==============================================================================
> --- tomcat/trunk/build.xml (original)
> +++ tomcat/trunk/build.xml Wed Jun 25 19:11:03 2014
> @@ -2088,8 +2088,25 @@ Apache Tomcat ${version} native binaries
>      </antcall>
>    </target>
>
> +  <target name="sign-windows-binaries" depends="installer">
> +

I think this target should be conditioned on some "if" property,
so that it can be easily skipped if Tomcat is being rebuilt by some third party.


Best regards,
Konstantin Kolinko

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

Reply via email to