crafterm    2002/12/04 00:47:44

  Modified:    src/java/org/apache/cocoon/components/modules modules.xconf
  Log:
  Fixing build, <file> element was not terminated
  
  Revision  Changes    Path
  1.12      +1 -1      
xml-cocoon2/src/java/org/apache/cocoon/components/modules/modules.xconf
  
  Index: modules.xconf
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/modules/modules.xconf,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- modules.xconf     3 Dec 2002 17:36:20 -0000       1.11
  +++ modules.xconf     4 Dec 2002 08:47:44 -0000       1.12
  @@ -35,7 +35,7 @@
           <file src="context:///samples/modules/forrestconf.xml"/>
         </component-instance>
         <component-instance 
class="org.apache.cocoon.components.modules.input.XMLFileModule" 
logger="core.modules.xml" name="slashdot">
  -        <file src="http://slashdot.org/slashdot.rss";>
  +        <file src="http://slashdot.org/slashdot.rss"/>
         </component-instance>
      </input-modules>
   
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to