Author: ebourg-guest Date: 2014-10-07 22:46:38 +0000 (Tue, 07 Oct 2014) New Revision: 18531
Modified: trunk/ant/debian/build.xml.5 trunk/ant/debian/changelog Log: Refreshed the man page for build.xml Modified: trunk/ant/debian/build.xml.5 =================================================================== --- trunk/ant/debian/build.xml.5 2014-10-07 22:36:27 UTC (rev 18530) +++ trunk/ant/debian/build.xml.5 2014-10-07 22:46:38 UTC (rev 18531) @@ -1,6 +1,6 @@ -.TH build.xml 5 "February 2010" "Debian GNU/Linux" +.TH build.xml 5 "February 2010" "Debian Linux" .SH NAME -build.xml \- configuration file used by ant to build projects +build.xml \- configuration file used by Apache Ant to build projects .SH DESCRIPTION @@ -98,13 +98,9 @@ indicates whether source should be compiled with debug information; defaults to off -.B optimize -indicates whether source should be compiled -with optimization; defaults to off - .B target generate class files for specific VM version -(e.g., 1.1 or 1.2). +(e.g., 1.4, 1.5, etc). .B includes comma-separated list of patterns of files that @@ -154,8 +150,7 @@ it is set in the name attribute of <project>. .TP \fBant.java.version\fR -the JVM version Ant detected; currently it can hold -the values "1.1", "1.2" and "1.3". +the JVM version Ant detected. .SH Classpath @@ -175,4 +170,4 @@ .SH AUTHOR This manpage is made by Egon Willighagen <[email protected]> -and based on the Ant Manual <\fIhttp://jakarta.apache.org/ant/manual/\fR>. +and based on the Ant Manual <\fIhttp://ant.apache.org/manual/\fR>. Modified: trunk/ant/debian/changelog =================================================================== --- trunk/ant/debian/changelog 2014-10-07 22:36:27 UTC (rev 18530) +++ trunk/ant/debian/changelog 2014-10-07 22:46:38 UTC (rev 18531) @@ -5,6 +5,7 @@ * Removed the dependency on libxerces2-java and libjaxp1.3-java * debian/rules: Removed the unused compile.debug and compile.optimize properties + * Refreshed the man page for build.xml -- Emmanuel Bourg <[email protected]> Wed, 08 Oct 2014 00:06:55 +0200 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

