Update of /cvsroot/jython/jython
In directory usw-pr-cvs1:/tmp/cvs-serv8441
Modified Files:
build.xml
Log Message:
Only run javadoc in core and util. We can included modules later.
Index: build.xml
===================================================================
RCS file: /cvsroot/jython/jython/build.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** build.xml 2001/02/25 17:06:23 1.9
--- build.xml 2001/03/14 14:28:08 1.10
***************
*** 110,117 ****
Public="Yes"
packagenames="org.python.core,
! org.python.modules,
! org.python.modules.sre,
! org.python.util,
! org.python.rmi"
Windowtitle="Jython API documentation"
bottom="<a href='http://www.jython.org'>Jython homepage</a>"
--- 110,114 ----
Public="Yes"
packagenames="org.python.core,
! org.python.util"
Windowtitle="Jython API documentation"
bottom="<a href='http://www.jython.org'>Jython homepage</a>"
|