You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2006/02/10 14:44:09 UTC

svn commit: r376677 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/build.xml

Author: rgardler
Date: Fri Feb 10 05:44:08 2006
New Revision: 376677

URL: http://svn.apache.org/viewcvs?rev=376677&view=rev
Log:
use correct minimum forest version

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/build.xml

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/build.xml?rev=376677&r1=376676&r2=376677&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/build.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/build.xml Fri Feb 10 05:44:08 2006
@@ -18,7 +18,7 @@
 <project default="docs" basedir="." name="Forrest plugin build file">
 
   <property name="plugin-name" value="org.apache.forrest.plugin.internal.dispatcher"/>
-  <property name="forrest.version" value="0.7"/>
+  <property name="forrest.version" value="0.8"/>
   <property name="type" value="internal"/>
   <property name="plugin-version" value="0.1"/>
   <property name="description" value="Dispatcher - Second generation skinning."/>