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 2005/06/24 22:54:29 UTC

svn commit: r201675 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.logs/build.xml

Author: rgardler
Date: Fri Jun 24 13:54:27 2005
New Revision: 201675

URL: http://svn.apache.org/viewcvs?rev=201675&view=rev
Log:
fix typo in project name

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.logs/build.xml

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.logs/build.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.logs/build.xml?rev=201675&r1=201674&r2=201675&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.logs/build.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.logs/build.xml Fri Jun 24 13:54:27 2005
@@ -17,7 +17,7 @@
 -->
 <project default="docs" basedir="." name="Forrest plugin build file">
 
-  <property name="plugin-name" value="org.apache.forrest.plugin.intput.logs"/>
+  <property name="plugin-name" value="org.apache.forrest.plugin.input.logs"/>
   <property name="forrest.version" value="0.7"/>
   <property name="type" value="input"/>
   <property name="plugin-version" value="0.1-dev"/>