This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository cobertura.
commit e561b278e6dc06cf5e6d0899f2bc1430dd9d642c Author: Emmanuel Bourg <[email protected]> Date: Wed Sep 27 01:05:53 2017 +0200 Updated the man pages --- debian/changelog | 1 + debian/cobertura-instrument.sgml | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index bacf684..d5a4c44 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ cobertura (2.1.1-1) UNRELEASED; urgency=medium [ Emmanuel Bourg ] * New upstream release - Build with Maven instead of Ant + - Updated the man pages * Modified the watch file to catch the old releases * Standards-Version updated to 4.1.0 * Removed the -java-doc package diff --git a/debian/cobertura-instrument.sgml b/debian/cobertura-instrument.sgml index 017287e..8db428b 100644 --- a/debian/cobertura-instrument.sgml +++ b/debian/cobertura-instrument.sgml @@ -133,6 +133,14 @@ manpage.1: manpage.sgml you want. By default no files are ignored.</para> </listitem> </varlistentry> + <varlistentry> + <term><option>--auxClasspath</option> + </term> + <listitem> + <para>Add any classes/jars that cobertura is unable to find during + instrumentation.</para> + </listitem> + </varlistentry> </variablelist> </refsect1> <refsect1> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/cobertura.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

