martinc 2002/12/15 18:39:38
Modified: validator build.xml
Log:
Update component version, and correct default target.
Revision Changes Path
1.15 +3 -3 jakarta-commons/validator/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/validator/build.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- build.xml 23 Oct 2002 04:02:01 -0000 1.14
+++ build.xml 16 Dec 2002 02:39:38 -0000 1.15
@@ -1,4 +1,4 @@
-<project name="Validator" default="jar" basedir=".">
+<project name="Validator" default="dist" basedir=".">
<!--
@@ -52,7 +52,7 @@
<property name="component.title" value="Validator"/>
<!-- The current version number of this component -->
- <property name="component.version" value="1.0"/>
+ <property name="component.version" value="1.0.1"/>
<!-- The base directory for compilation targets -->
<property name="build.home" value="target"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>