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 2004/10/14 07:49:16 UTC

svn commit: rev 54767 - forrest/trunk

Author: crossley
Date: Wed Oct 13 22:49:15 2004
New Revision: 54767

Modified:
   forrest/trunk/build.xml
Log:
Our Gump descriptor has moved to cvs://gump/project/forrest.xml
So get our version number from this build.xml instead.


Modified: forrest/trunk/build.xml
==============================================================================
--- forrest/trunk/build.xml	(original)
+++ forrest/trunk/build.xml	Wed Oct 13 22:49:15 2004
@@ -28,14 +28,11 @@
       <format property="YEAR" pattern="yyyy" locale="en"/>
     </tstamp>
 
-    <xmlproperty file="module.xml"     prefix="xgump"    keeproot="true"  collapseAttributes="true" />
     <xmlproperty file="status.xml"     prefix="xstatus"  keeproot="false" collapseAttributes="true" />   
     <xmlproperty file="properties.xml"                   keeproot="false" collapseAttributes="true" />
 
-    <property name="name"                  value="apache-forrest"/>
-    <property name="packages"              value="${xgump.module.project.packages}"/>
-    <property name="version"
-      value="${xgump.module.project.version.major}.${xgump.module.project.version.minor}${xgump.module.project.version.tag}"/>
+    <property name="name" value="apache-forrest"/>
+    <property name="version" value="0.7-dev"/>
 
     <property name="java.dir"              location="src/java"/>
     <property name="build.dir"             location="build"/>