You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2005/04/26 13:52:22 UTC

svn commit: r164774 - /forrest/trunk/whiteboard/plugins/build.xml

Author: thorsten
Date: Tue Apr 26 04:52:20 2005
New Revision: 164774

URL: http://svn.apache.org/viewcvs?rev=164774&view=rev
Log:
Changed plugin template location to the main plugin dir

Modified:
    forrest/trunk/whiteboard/plugins/build.xml

Modified: forrest/trunk/whiteboard/plugins/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/build.xml?rev=164774&r1=164773&r2=164774&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/build.xml (original)
+++ forrest/trunk/whiteboard/plugins/build.xml Tue Apr 26 04:52:20 2005
@@ -34,7 +34,7 @@
   <property name="plugin.lib.dir"             value="lib"/>
   <property name="plugin.stylesheets.dir"     value="${plugin.resources.dir}/stylesheets"/>
   
-  <property name="plugin.template.dir"        value="pluginTemplate"/>
+  <property name="plugin.template.dir"        value="${forrest.plugins.dir}/pluginTemplate"/>
   
   <property name="deploy.svn.user"            value=""/>
   <property name="deploy.svn.password"        value=""/>