This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository java-policy.
commit 13c0b0cff45d3395599ba93a42c7983fd14ff4c2 Author: Stephane Bortzmeyer <[email protected]> Date: Fri Jul 28 08:42:50 2000 +0000 Java FAQ from CVS --- Makefile | 2 ++ debian-java-faq.sgml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index af7c941..0430ab9 100644 --- a/Makefile +++ b/Makefile @@ -64,6 +64,8 @@ clean: # For the debian-java-FAQ # by Javier Fern�ndez-Sanguino Pe�a <[email protected]> +# TODO: get the FAQ from CVS before? + debian-java-faq: debian-java-faq.html debian-java-faq.ps debian-java-faq.txt OUTPUTS += debian-java-faq.ps debian-java-faq.txt diff --git a/debian-java-faq.sgml b/debian-java-faq.sgml index 08b86f1..6e1e7ee 100644 --- a/debian-java-faq.sgml +++ b/debian-java-faq.sgml @@ -508,9 +508,9 @@ They are far from complete but they do work for most purposes <sect>What Java compilers are available in Debian? <p> <list> -<item><package>guavac</package>. The compiler of Effective Edge Technologies. This compiler is orphaned upstream, for real work use gcj or yikes. +<item><package>guavac</package>. The compiler of Effective Edge Technologies. This compiler is orphaned upstream, for real work use gcj or jikes. <item><package>tya</package>. A just in time compiler, used to compile java to byte code. -<item><package>yikes</package>. +<item><package>jikes</package>. <item><package>bock</package>. Java to C compiler. <item><package>gcj</package>. Compiles Java source to native code, also source to bytecode, or bytecode to native code. <item><package>gck</package>. Is this available? -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-policy.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

