CVS lucene/debian

Barry Hawkins barryh-guest@haydn.debian.org
Thu Mar 10 19:19:02 2005


Update of /cvsroot/pkg-java/lucene/debian
In directory haydn:/tmp/cvs-serv15371/debian

Modified Files:
      Tag: RB_1_4_3
	rules 
Log Message:
Enhanced comment for java command invocation.
Removed -verbose switch from Ant invocation.


--- /cvsroot/pkg-java/lucene/debian/rules	2005/03/09 04:13:17	1.3.2.3
+++ /cvsroot/pkg-java/lucene/debian/rules	2005/03/11 02:18:54	1.3.2.4
@@ -23,7 +23,6 @@
 # Set the invocation of the java command;
 # a stack size augmentation of -Xss 768k 
 # is necessary to address an issue with kjc
-# if it is used as the Java compiler.
 JAVACMD=${JAVA_HOME}/bin/java 
 
 # Class path: Ant requires and JAXP-compatible XML parser
@@ -40,7 +39,7 @@
 # place '-verbose' before -propertyfile to 
 # obtain detailed build output.
 ANT=${JAVACMD} -classpath ${ANT_CLASSPATH} \
-        org.apache.tools.ant.Main -propertyfile ${ANT_PROPS}
+        org.apache.tools.ant.Main -verbose -propertyfile ${ANT_PROPS}
 
 build: build-stamp