Update of /cvsroot/batchserver/batchserver
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv26222
Modified Files:
build_framework.xml
Log Message:
no message
Index: build_framework.xml
===================================================================
RCS file: /cvsroot/batchserver/batchserver/build_framework.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** build_framework.xml 19 Sep 2006 02:18:57 -0000 1.1
--- build_framework.xml 19 Sep 2006 12:09:57 -0000 1.2
***************
*** 40,43 ****
--- 40,51 ----
<pathelement location="${lib.home}/stax/ri/stax_impl_1.2.zip"/>
<pathelement location="${lib.home}/log4j/log4j_1.2.13.jar"/>
+ <pathelement location="${lib.home}/concurrent/concurrent_1.3.4.jar"/>
+ <pathelement location="${lib.home}/db/db4o/db4o_5.0.jar"/>
+ <pathelement location="${lib.home}/jdbc/mysql/mysql_jdbc_driver_3.1.13.jar"/>
+ <pathelement location="${lib.home}/jdbc/oracle/ojdbc14.jar"/>
+ <pathelement location="${lib.home}/jmx/ri/jmxri_1.2.1.jar"/>
+ <pathelement location="${lib.home}/jmx/ri/jmxremote_1.0.1_04.jar"/>
+ <pathelement location="${lib.home}/jmx/ri/jmxremote_optional1.0.1_04.jar"/>
+ <pathelement location="${lib.home}/jmx/ri/rmissl_1.0.1_04.jar"/>
</path>
<property name="compile.classpath" refid="compile.classpath"/>
|