Author: markt
Date: Thu Feb 25 20:21:30 2016
New Revision: 1732358

URL: http://svn.apache.org/viewvc?rev=1732358&view=rev
Log:
Add a description for the main installer build task so it is listed when using 
-projecthelp

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1732358&r1=1732357&r2=1732358&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Thu Feb 25 20:21:30 2016
@@ -2258,7 +2258,7 @@ skip.installer property in build.propert
     </signcode>
   </target>
 
-  <target name="-installer" description="Builds Windows installer"
+  <target name="-installer" description="Builds the installer executable"
       unless="skip.installer" depends="-installer-sign-uninstaller">
     <exec dir="${tomcat.dist}" executable="${nsis.exe}" osfamily="windows">
       <arg value="/DNSISDIR=${nsis.home}" />
@@ -2275,7 +2275,8 @@ skip.installer property in build.propert
     <hashAndSign file="${tomcat.release}/v${version}/bin/${final.name}.exe" />
   </target>
 
-  <target name="installer-sign" depends="-installer" if="${do.codesigning}" >
+  <target name="installer-sign" description="Builds and signs the Windows 
installer"
+      depends="-installer" if="${do.codesigning}" >
     <taskdef name="signcode"
         classname="org.apache.tomcat.buildutil.SignCode"
         classpath="${tomcat.classes}" />



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

Reply via email to