From: Finn B. <bc...@us...> - 2000-11-25 21:36:06
|
Update of /cvsroot/jython/jython/installer In directory slayer.i.sourceforge.net:/tmp/cvs-serv16272 Modified Files: liftoff.filelist Log Message: Added PathVFS.py and additional license files. Index: liftoff.filelist =================================================================== RCS file: /cvsroot/jython/jython/installer/liftoff.filelist,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** liftoff.filelist 2000/11/24 16:58:57 1.1 --- liftoff.filelist 2000/11/25 21:36:03 1.2 *************** *** 33,36 **** --- 33,37 ---- t Tools/jythonc/Object.py ..\Tools\jythonc\Object.py t Tools/jythonc/ObjectFactory.py ..\Tools\jythonc\ObjectFactory.py + t Tools/jythonc/PathVFS.py ..\Tools\jythonc\PathVFS.py t Tools/jythonc/proxies.py ..\Tools\jythonc\proxies.py t Tools/jythonc/PythonInterpreter.py ..\Tools\jythonc\PythonInterpreter.py *************** *** 47,50 **** --- 48,52 ---- # special library modules # + t Lib/LICENSE ..\Lib/LICENSE t Lib/code.py ..\Lib\code.py t Lib/exceptions.py ..\Lib\exceptions.py *************** *** 127,130 **** --- 129,133 ---- # @source:_top_ + t org/apache/LICENSE ..\org/apache/LICENSE t org/apache/oro/text/regex/CharStringPointer.java ..\org\apache\oro\text\regex\CharStringPointer.java t org/apache/oro/text/regex/MalformedPatternException.java ..\org\apache\oro\text\regex\MalformedPatternException.java |