From: Finn B. <bc...@us...> - 2001-11-25 13:22:30
|
Update of /cvsroot/jython/jython In directory usw-pr-cvs1:/tmp/cvs-serv9859 Modified Files: build.xml Log Message: This lets the link on generated API doc work also in the framed pages. Index: build.xml =================================================================== RCS file: /cvsroot/jython/jython/build.xml,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** build.xml 2001/11/20 04:58:58 1.17 --- build.xml 2001/11/25 13:22:28 1.18 *************** *** 206,210 **** com.ziclix.python.sql" windowtitle="Jython API documentation" ! bottom="<a href='http://www.jython.org'>Jython homepage</a>" /> </target> --- 206,210 ---- com.ziclix.python.sql" windowtitle="Jython API documentation" ! bottom="<a href='http://www.jython.org' target='_top'>Jython homepage</a>" /> </target> |