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 2004/12/09 14:06:39 UTC

svn commit: r111376 - /forrest/trunk/plugins/feeder/build.xml /forrest/trunk/plugins/feeder/forrest.properties

Author: rgardler
Date: Thu Dec  9 05:06:37 2004
New Revision: 111376

URL: http://svn.apache.org/viewcvs?view=rev&rev=111376
Log:
preparing for rename to conform to naming standards
Modified:
   forrest/trunk/plugins/feeder/build.xml
   forrest/trunk/plugins/feeder/forrest.properties

Modified: forrest/trunk/plugins/feeder/build.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/feeder/build.xml?view=diff&rev=111376&p1=forrest/trunk/plugins/feeder/build.xml&r1=111375&p2=forrest/trunk/plugins/feeder/build.xml&r2=111376
==============================================================================
--- forrest/trunk/plugins/feeder/build.xml	(original)
+++ forrest/trunk/plugins/feeder/build.xml	Thu Dec  9 05:06:37 2004
@@ -16,7 +16,7 @@
 -->
 <project default="docs" basedir="." name="Forrest plugin build file">
 
-  <property name="plugin-name" value="feeder"/>
+  <property name="plugin-name" value="org.apache.forrest.plugin.feeder"/>
 
   <import file="../build.xml"/>
   

Modified: forrest/trunk/plugins/feeder/forrest.properties
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/feeder/forrest.properties?view=diff&rev=111376&p1=forrest/trunk/plugins/feeder/forrest.properties&r1=111375&p2=forrest/trunk/plugins/feeder/forrest.properties&r2=111376
==============================================================================
--- forrest/trunk/plugins/feeder/forrest.properties	(original)
+++ forrest/trunk/plugins/feeder/forrest.properties	Thu Dec  9 05:06:37 2004
@@ -104,4 +104,4 @@
 #project.i18n=true
 # The names of plugins that are required to build the project
 # comma separated list (no spaces)
-project.required.plugins=feeder,org.apache.forrest.plugin.pdf-output
+project.required.plugins=org.apache.forrest.plugin.feeder,org.apache.forrest.plugin.pdf-output