[Nice-commit] Nice/debian rules,1.11,1.12
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2006-01-25 11:13:26
|
Update of /cvsroot/nice/Nice/debian In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16263/debian Modified Files: rules Log Message: Use ant.jar directly, now that we can depend on ant. Index: rules =================================================================== RCS file: /cvsroot/nice/Nice/debian/rules,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** rules 17 Sep 2004 16:51:08 -0000 1.11 --- rules 25 Jan 2006 11:13:13 -0000 1.12 *************** *** 24,28 **** # Ask javac to produce optimized code, but no debugging info # so that the package is smaller. ! $(MAKE) complete JAVAC_FLAGS="-O" java="kaffe" javac="jikes-classpath -nowarn" NICE_ANTJAR=/usr/share/java/ant-1.6.jar #/usr/bin/docbook-to-man debian/nice.sgml > nice.1 --- 24,28 ---- # Ask javac to produce optimized code, but no debugging info # so that the package is smaller. ! $(MAKE) complete JAVAC_FLAGS="-O" java="kaffe" javac="jikes-classpath -nowarn" NICE_ANTJAR=/usr/share/java/ant.jar #/usr/bin/docbook-to-man debian/nice.sgml > nice.1 |