DTF SVN: r20 - in trunk/testenv: services and 1 other directory.
by dtf-commits@lists.jboss.org
Author: mmusgrov
Date: 2008-09-18 04:49:58 -0400 (Thu, 18 Sep 2008)
New Revision: 20
Modified:
trunk/testenv/coordinator/service_manager.xml
trunk/testenv/services/service_manager.xml
Log:
Uncommented jdom jar
JBTM-360
Modified: trunk/testenv/coordinator/service_manager.xml
===================================================================
--- trunk/testenv/coordinator/service_manager.xml 2008-09-17 15:38:29 UTC (rev 19)
+++ trunk/testenv/coordinator/service_manager.xml 2008-09-18 08:49:58 UTC (rev 20)
@@ -28,11 +28,10 @@
<!-- Coordinator needs to parse XML descriptiors -->
<jar name="../../lib/ext/jdom.jar"/>
+ <jar name="../../lib/ext/xerces.jar"/>
- <!-- <jar name="../../lib/ext/xerces.jar"/> -->
-
<!-- Coordinator needs commons-logging -->
- <!-- <jar name="../../lib/ext/commons-logging.jar"/> -->
+ <jar name="../../lib/ext/commons-logging.jar"/>
<jar name="../../lib/ext/log4j-1.2.15.jar"/>
</classpath>
Modified: trunk/testenv/services/service_manager.xml
===================================================================
--- trunk/testenv/services/service_manager.xml 2008-09-17 15:38:29 UTC (rev 19)
+++ trunk/testenv/services/service_manager.xml 2008-09-18 08:49:58 UTC (rev 20)
@@ -27,8 +27,8 @@
<!-- NameService requires use of TestingFramework classes -->
<directory name="."/>
<jar name="../../lib/TestingFramework.jar"/>
- <jar name="../../lib/ext/jdom.jar"/>
- </classpath>
+ <jar name="../../lib/ext/jdom.jar"/>
+ </classpath>
<properties>
<!-- set the RMI port number (default is 1099) -->
@@ -47,7 +47,7 @@
<!-- ProductRepository needs to parse XML product descriptions -->
<jar name="../../lib/ext/jdom.jar"/>
- <!-- <jar name="../../lib/ext/xerces.jar"/> -->
+ <jar name="../../lib/ext/xerces.jar"/>
</classpath>
<parameters>
@@ -97,12 +97,10 @@
<!-- DBManager needs to parse XML product descriptions -->
<jar name="../../lib/ext/jdom.jar"/>
+ <jar name="../../lib/ext/xerces.jar"/>
-
- <!-- <jar name="../../lib/ext/xerces.jar"/> -->
-
<!-- DBManager needs JDBC access to a MySQL database -->
- <!-- <jar name="../../lib/ext/jdbc2_0-stdext.jar"/> -->
+ <jar name="../../lib/ext/jdbc2_0-stdext.jar"/>
<jar name="../../lib/ext/mysql-connector-java-5.1.6-bin.jar"/>
</classpath>
@@ -143,11 +141,10 @@
<!-- ResultsCollator needs to parse XML product descriptions -->
<jar name="../../lib/ext/jdom.jar"/>
+ <jar name="../../lib/ext/xerces.jar"/>
- <!-- <jar name="../../lib/ext/xerces.jar"/> -->
-
<!-- ResultsCollator needs to commun icate with the MySQL dtf database -->
- <!-- <jar name="../../lib/ext/jdbc2_0-stdext.jar"/> -->
+ <jar name="../../lib/ext/jdbc2_0-stdext.jar"/>
<jar name="../../lib/ext/mysql-connector-java-5.1.6-bin.jar"/>
<!-- The ZIP file plugin -->
16 years, 2 months