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/06/10 03:19:50 UTC

svn commit: r189872 - /forrest/trunk/plugins/build.xml

Author: thorsten
Date: Thu Jun  9 18:19:48 2005
New Revision: 189872

URL: http://svn.apache.org/viewcvs?rev=189872&view=rev
Log:
This change enables plugins to be seeded in the whiteboard as well.

Modified:
    forrest/trunk/plugins/build.xml

Modified: forrest/trunk/plugins/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/build.xml?rev=189872&r1=189871&r2=189872&view=diff
==============================================================================
--- forrest/trunk/plugins/build.xml (original)
+++ forrest/trunk/plugins/build.xml Thu Jun  9 18:19:48 2005
@@ -28,7 +28,7 @@
   <property name="forrest.plugins.dir"                location="${forrest.home}/plugins"/>
   <property name="forrest.plugins.build.dir"          location="${forrest.home}/plugins/build"/>
   <property name="forrest.plugins.dist.dir"           location="${forrest.plugins.build.dir}/dist"/>
-  <property name="forrest.plugins.template.dir"       location="${forrest.plugins.dir}/pluginTemplate"/>	
+  <property name="forrest.plugins.template.dir"       location="${forrest.home}/plugins/pluginTemplate"/>	
   <property name="forrest.plugins.localDeploy.dir"    location="${forrest.build.dir}/plugins"/>
   <property name="forrest.plugins.descriptor.file"    location="${forrest.plugins.dir}/plugins.xml"/>