From: Finn B. <bc...@us...> - 2002-05-26 20:26:40
|
Update of /cvsroot/jython/jython In directory usw-pr-cvs1:/tmp/cvs-serv2815 Modified Files: build.xml Log Message: Copy startup scripts to dist dir. Index: build.xml =================================================================== RCS file: /cvsroot/jython/jython/build.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** build.xml 26 May 2002 20:19:42 -0000 1.29 --- build.xml 26 May 2002 20:26:37 -0000 1.30 *************** *** 273,276 **** --- 273,280 ---- registry, build.xml, + jython.bat, + jythonc.bat, + jython, + jythonc, "/> </copy> |