|
From: Finn B. <bc...@us...> - 2001-01-15 18:22:15
|
Update of /cvsroot/jython/jython
In directory usw-pr-cvs1:/tmp/cvs-serv14794
Modified Files:
build.xml
Log Message:
Added compilation of the sources in jxxload_help.
Index: build.xml
===================================================================
RCS file: /cvsroot/jython/jython/build.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** build.xml 2000/12/17 19:47:22 1.5
--- build.xml 2001/01/15 18:21:44 1.6
***************
*** 76,79 ****
--- 76,85 ----
/>
+ <javac
+ srcdir="${sourceDir}/Lib"
+ includes="jxxload_help/**"
+ destdir="${outputDir}/"
+ />
+
<copy file="org/python/modules/ucnhash.dat"
todir="${outputDir}/org/python/modules" />
|