Update of /cvsroot/jython/jython/installer
In directory slayer.i.sourceforge.net:/tmp/cvs-serv16106
Modified Files:
mklist.py
Log Message:
Add the additional license files to the distribution.
Index: mklist.py
===================================================================
RCS file: /cvsroot/jython/jython/installer/mklist.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** mklist.py 2000/11/24 16:58:57 1.1
--- mklist.py 2000/11/25 21:35:21 1.2
***************
*** 162,165 ****
--- 162,166 ----
comment("special library modules")
+ text("Lib/LICENSE")
listfiles(None, "Lib", '*.py', 'pawt/*.py')
***************
*** 182,185 ****
--- 183,187 ----
comment("The source files")
print "@source:_top_"
+ text("org/apache/LICENSE")
listfiles(None, "org/apache/oro/text/regex", *javafiles)
listfiles(None, "org/python/compiler", *javafiles)
|