You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2006/01/07 00:41:50 UTC

svn commit: r366599 - /forrest/trunk/tools/xxe/build.xml

Author: crossley
Date: Fri Jan  6 15:41:47 2006
New Revision: 366599

URL: http://svn.apache.org/viewcvs?rev=366599&view=rev
Log:
Issue: FOR-780 "built xxe tool has wrong version number"
Contributed by: Sjur N. Moshagen

Modified:
    forrest/trunk/tools/xxe/build.xml

Modified: forrest/trunk/tools/xxe/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/tools/xxe/build.xml?rev=366599&r1=366598&r2=366599&view=diff
==============================================================================
--- forrest/trunk/tools/xxe/build.xml (original)
+++ forrest/trunk/tools/xxe/build.xml Fri Jan  6 15:41:47 2006
@@ -20,7 +20,7 @@
 
   <target name="-init">
     <property environment="env"/>
-    <property name="version" value="1.3"/>
+    <property name="version" value="1.4"/>
     <property name="dist.dir" location="dist"/>
     <property name="dist.name" value="XXE_forrest_config"/>
   </target>