turner 2002/10/11 13:18:05
Modified: validator build.xml
Log:
Move the examples into their own package under validator (closes bug 13549)
Revision Changes Path
1.10 +1 -1 jakarta-commons/validator/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/validator/build.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- build.xml 10 Oct 2002 23:56:27 -0000 1.9
+++ build.xml 11 Oct 2002 20:18:05 -0000 1.10
@@ -127,7 +127,7 @@
</copy>
</target>
<target name="example" depends="build-example" description="runs example">
- <java fork="yes" classname="org.apache.commons.validator.ValidateExample"
+ <java fork="yes"
classname="org.apache.commons.validator.example.ValidateExample"
taskname="main" failonerror="true">
<classpath refid="example.classpath" />
</java>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>