Update of /cvsroot/jython/jython
In directory usw-pr-cvs1:/tmp/cvs-serv4829
Modified Files:
build.xml
Log Message:
Copy the entire CPython testsuite to dist. Obviously I can't decide
what I want to use dist for.
Index: build.xml
===================================================================
RCS file: /cvsroot/jython/jython/build.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** build.xml 26 May 2002 20:26:37 -0000 1.30
--- build.xml 29 May 2002 18:41:51 -0000 1.31
***************
*** 412,416 ****
warnings.py,
encodings/*.py,
! test/pystone.py,
"/>
--- 412,416 ----
warnings.py,
encodings/*.py,
! test/**,
"/>
|