bloritsch 2003/03/31 08:03:17
Modified: datasource build.xml
Log:
fix a typo for starting the server
Revision Changes Path
1.41 +1 -1 avalon-excalibur/datasource/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/avalon-excalibur/datasource/build.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- build.xml 25 Mar 2003 20:01:47 -0000 1.40
+++ build.xml 31 Mar 2003 16:03:17 -0000 1.41
@@ -278,7 +278,7 @@
<mkdir dir="${build.tests}"/>
- <java fork="true" classname="org.hsql.Server">
+ <java fork="true" classname="org.hsqldb.Server">
<classpath refid="test.class.path"/>
</java>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]