Author: ebourg-guest Date: 2014-01-06 16:31:00 +0000 (Mon, 06 Jan 2014) New Revision: 17640
Modified: trunk/ant/debian/ant.1 trunk/ant/debian/changelog Log: Documented the -silent flag in the man page (new in Ant 1.9.0) Modified: trunk/ant/debian/ant.1 =================================================================== --- trunk/ant/debian/ant.1 2014-01-06 13:25:59 UTC (rev 17639) +++ trunk/ant/debian/ant.1 2014-01-06 16:31:00 UTC (rev 17640) @@ -38,6 +38,9 @@ \fB\-quiet, \-q\fR be extra quiet .TP +\fB\-silent, \-S\fR +print nothing but task outputs and build failures +.TP \fB\-verbose, \-v\fR be extra verbose .TP @@ -95,7 +98,7 @@ Run ant without using CLASSPATH .TP \fB\-autoproxy\fR -Java 1.5+ : use the OS proxies +Java 5 or later : use the OS proxy settings .TP \fB\-main\fR <\fIclass\fR> Override Ant's normal entry point Modified: trunk/ant/debian/changelog =================================================================== --- trunk/ant/debian/changelog 2014-01-06 13:25:59 UTC (rev 17639) +++ trunk/ant/debian/changelog 2014-01-06 16:31:00 UTC (rev 17640) @@ -6,6 +6,7 @@ * Updated the description of 0008-junit4-replace-assumeFalse.patch * debian/rules: Improved the clean target to allow rebuilds * Use XZ compression for the upstream tarball + * Documented the -silent flag in the man page (new in Ant 1.9.0) -- Emmanuel Bourg <[email protected]> Mon, 06 Jan 2014 14:19:29 +0100 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

