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 19:17:37 UTC

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

Author: nbubna
Date: Sat Jan 27 10:17:36 2007
New Revision: 500582

URL: http://svn.apache.org/viewvc?view=rev&rev=500582
Log:
fix publish.dir path

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=500582&r1=500581&r2=500582
==============================================================================
--- velocity/tools/trunk/build.properties (original)
+++ velocity/tools/trunk/build.properties Sat Jan 27 10:17:36 2007
@@ -65,7 +65,7 @@
 
 # distribution properties
 publish.server=people.apache.org
-publish.dir=/www/www.apache.org/velocity/tools/${project.version}
+publish.dir=/www/www.apache.org/dist/velocity/tools/${project.version}
 
 # javadoc properties
 javadoc.dir=${docs.dir}/javadoc