This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit 4502a69952edce253937e8c4202cdcf0dc7f591a Author: tony mancill <[email protected]> Date: Tue Aug 3 12:46:32 2010 +0000 update debian/README.source regarding new BstLexer/Parser generated with ANTLR 3.2 --- debian/README.source | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/debian/README.source b/debian/README.source index 7df3fd2..64f0496 100644 --- a/debian/README.source +++ b/debian/README.source @@ -4,3 +4,16 @@ debian/patches and applied during the build. See /usr/share/doc/quilt/README.source for a detailed explanation. +The files ./src/java/net/sf/jabref/bst/BstLexer.java and +./src/java/net/sf/jabref/bst/BstParser.java are generated with +the command (also note that the Bst.g file is included in the patch +debian/patches/05_antlrv32.patch): + + antlr3 Bst.g + +After generation, they are hand-edited to contain the proper +Java package name and to correct an issue with the _channel +member field. The maintainers are working with upstream to +either include the generation as part of the build process +or to ship the upstream tarball with versions of the parser +and lexer that operate with antlr 3.2. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jabref.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

