Log Message:
-----------
Fixed SanityCheck target
Modified Files:
--------------
/cvsroot/htmlunit/htmlunit:
build.xml
Revision Data
-------------
Index: build.xml
===================================================================
RCS file: /cvsroot/htmlunit/htmlunit/build.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- build.xml 27 May 2003 21:01:50 -0000 1.40
+++ build.xml 16 Jun 2003 21:01:05 -0000 1.41
@@ -300,7 +300,7 @@
<target name="SanityCheck" description="DO NOT RUN THIS TASK">
- <java fork="yes" classname="com.gargoylesoftware.htmlunit.test.SanityCheck" dir="src/java">
+ <java fork="yes" classname="com.gargoylesoftware.htmlunit.SanityCheck" dir="src/java">
<classpath refid="base.class.path"/>
<classpath refid="test.class.path"/>
</java>
|