Update of /cvsroot/queryviewer/queryviewer
In directory sc8-pr-cvs1:/tmp/cvs-serv11002
Modified Files:
build.xml
Log Message:
ajout de la propriété build.compiler avec la valeur jikes
Index: build.xml
===================================================================
RCS file: /cvsroot/queryviewer/queryviewer/build.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** build.xml 12 Jun 2003 14:22:37 -0000 1.8
--- build.xml 16 Jun 2003 07:34:41 -0000 1.9
***************
*** 28,31 ****
--- 28,33 ----
<property name="html.stylesheet" value="${src}/stylesheet/html.xsl" />
+ <property name="build.compiler" value="jikes"/>
+
<!-- Setting the classpath -->
<path id="classpath">
|