[Batchserver-cvs] batchserver/src/org/jmonks/batchserver/framework/repository/jdbc JdbcRepository.
Brought to you by:
suresh_pragada
From: Suresh <sur...@us...> - 2006-09-15 06:21:15
|
Update of /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/repository/jdbc In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16940/framework/repository/jdbc Modified Files: JdbcRepository.java Log Message: no message Index: JdbcRepository.java =================================================================== RCS file: /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/repository/jdbc/JdbcRepository.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** JdbcRepository.java 13 Sep 2006 23:29:45 -0000 1.5 --- JdbcRepository.java 15 Sep 2006 06:21:12 -0000 1.6 *************** *** 51,55 **** * The database user specified in the configuration should have update, insert & delete * privileges on the following objects in the database. ! * <table> * <tr><td>JOB_DATA_TRANSFER</td></tr> * <tr><td>JOB_STATISTICS</td></tr> --- 51,55 ---- * The database user specified in the configuration should have update, insert & delete * privileges on the following objects in the database. ! * <table border="1"> * <tr><td>JOB_DATA_TRANSFER</td></tr> * <tr><td>JOB_STATISTICS</td></tr> |