[Commits] (bcm) fix test classpath to find hsqldb jar
commits at osafoundation.org
commits at osafoundation.org
Thu Feb 24 13:42:17 PST 2005
Commit by: bcm
Modified files:
server/webapps/console/build.xml 1.4 1.5
Log message:
fix test classpath to find hsqldb jar
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/server/webapps/console/build.xml.diff?r1=text&tr1=1.4&r2=text&tr2=1.5
Index: server/webapps/console/build.xml
diff -u server/webapps/console/build.xml:1.4 server/webapps/console/build.xml:1.5
--- server/webapps/console/build.xml:1.4 Thu Feb 24 13:38:33 2005
+++ server/webapps/console/build.xml Thu Feb 24 13:42:15 2005
@@ -160,6 +160,7 @@
<path location="${console.build}/testclasses"/>
<path location="${console.web}"/>
<fileset dir="${console.web}/WEB-INF/lib" includes="*.jar"/>
+ <pathelement location="${hsqldb.jar}"/>
</classpath>
<formatter type="xml"/>
<formatter type="brief" usefile="false"/>
More information about the Commits
mailing list