craigmcc    2004/10/20 22:14:45

  Modified:    chain/apps/mailreader/src/resources/chain catalog.xml
  Log:
  Adjust the example chain configuration file to reflect the default
  behavior of expecting a <catalog> outermost element, which will register
  the included chains and commands into the default catalog for this app.
  
  PR:  Bugzilla #31807
  Submitted by:  Sean Schofield <sean.schofield AT gmail.com>
  
  Revision  Changes    Path
  1.4       +2 -2      
jakarta-commons/chain/apps/mailreader/src/resources/chain/catalog.xml
  
  Index: catalog.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/chain/apps/mailreader/src/resources/chain/catalog.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- catalog.xml       8 Apr 2004 23:33:33 -0000       1.3
  +++ catalog.xml       21 Oct 2004 05:14:45 -0000      1.4
  @@ -1,5 +1,5 @@
   <?xml version="1.0" ?>
  -<chains>
  +<catalog>
       <command
           name="PassThru"
           className="org.apache.commons.chain.mailreader.commands.PassThru" />
  @@ -9,4 +9,4 @@
       <command
           name="LogonUser"
           className="org.apache.commons.chain.mailreader.commands.LogonUser" />
  -</chains>
  +</catalog>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to