You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by nb...@apache.org on 2007/01/27 18:57:35 UTC

svn commit: r500577 - /velocity/tools/trunk/build.properties

Author: nbubna
Date: Sat Jan 27 09:57:35 2007
New Revision: 500577

URL: http://svn.apache.org/viewvc?view=rev&rev=500577
Log:
no longer using status as part of distribution dir

Modified:
    velocity/tools/trunk/build.properties

Modified: velocity/tools/trunk/build.properties
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/build.properties?view=diff&rev=500577&r1=500576&r2=500577
==============================================================================
--- velocity/tools/trunk/build.properties (original)
+++ velocity/tools/trunk/build.properties Sat Jan 27 09:57:35 2007
@@ -29,7 +29,6 @@
 # project identification
 project.name=VelocityTools
 project.version=1.3-rc2
-project.status=beta
 project.libname=velocity-tools
 project.id=${project.libname}-${project.version}
 
@@ -66,7 +65,7 @@
 
 # distribution properties
 publish.server=people.apache.org
-publish.dir=/www/www.apache.org/velocity/tools/${project.status}/${project.version}
+publish.dir=/www/www.apache.org/velocity/tools/${project.version}
 
 # javadoc properties
 javadoc.dir=${docs.dir}/javadoc