Author: thorsten
Date: Mon Nov  5 04:56:31 2007
New Revision: 591981

URL: http://svn.apache.org/viewvc?rev=591981&view=rev
Log:
Fixing id.

Modified:
    
forrest/trunk/whiteboard/cocoon-2.2-blocks/propertiesGenerator/src/main/resources/META-INF/cocoon/spring/properties-generator-context.xml

Modified: 
forrest/trunk/whiteboard/cocoon-2.2-blocks/propertiesGenerator/src/main/resources/META-INF/cocoon/spring/properties-generator-context.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/cocoon-2.2-blocks/propertiesGenerator/src/main/resources/META-INF/cocoon/spring/properties-generator-context.xml?rev=591981&r1=591980&r2=591981&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/cocoon-2.2-blocks/propertiesGenerator/src/main/resources/META-INF/cocoon/spring/properties-generator-context.xml
 (original)
+++ 
forrest/trunk/whiteboard/cocoon-2.2-blocks/propertiesGenerator/src/main/resources/META-INF/cocoon/spring/properties-generator-context.xml
 Mon Nov  5 04:56:31 2007
@@ -18,7 +18,7 @@
   limitations under the License.
 -->
 <beans>
-  <bean id="dispatcher"
+  <bean id="module"
     name="org.apache.cocoon.generation.Generator/module"
     class="org.apache.forrest.generation.ModuleGenerator">
     <property name="manager" 
ref="org.apache.avalon.framework.service.ServiceManager"/>