From: brian z. <bz...@us...> - 2001-11-27 04:54:26
|
Update of /cvsroot/jython/jython/Doc In directory usw-pr-cvs1:/tmp/cvs-serv13943/Doc Modified Files: compile.ht Log Message: added JDBC driver info Index: compile.ht =================================================================== RCS file: /cvsroot/jython/jython/Doc/compile.ht,v retrieving revision 2.7 retrieving revision 2.8 diff -C2 -d -r2.7 -r2.8 *** compile.ht 2001/11/25 17:01:09 2.7 --- compile.ht 2001/11/27 04:54:23 2.8 *************** *** 20,23 **** --- 20,24 ---- <code>ant.properties</code> which can contain values to control paths and local options. My <code>ant.properties</code> file look like this: + <blockquote><pre> # javaccHome2 is needed when making modification to the grammar. *************** *** 57,61 **** postgresql.jar=d:/java/lib/postgresql.jar jdbc.jar=d:/java/lib/jdbc2_0-stdext.jar - </pre></blockquote> <p> --- 58,61 ---- *************** *** 120,126 **** <ul> ! <li> <A HREF="http://www.metamata.com/javacc/">JavaCC 2.0</A> ! <li> <A HREF="http://jakarta.apache.org/ant/">Ant 1.2</A> <li> <A HREF="http://java.sun.com/products/servlet/index.html">Servlet classes</A> </ul> --- 120,130 ---- <ul> ! <li> <A HREF="http://www.webgain.com/products/java_cc/">JavaCC 2.0</A> ! <li> <A HREF="http://jakarta.apache.org/ant/">Ant</A> <li> <A HREF="http://java.sun.com/products/servlet/index.html">Servlet classes</A> + <li> <A HREF="http://mmmysql.sourceforge.net/">MySQL JDBC Driver</A> + <li> <A HREF="http://www.informix.com/evaluate/">Informix JDBC Driver</A> + <li> <A HREF="http://jdbc.postgresql.org/">Postgresql JDBC Driver</A> + <li> <A HREF="http://otn.oracle.com/software/tech/java/sqlj_jdbc/content.html">Oracle JDBC Driver</A> </ul> |