You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by mp...@apache.org on 2003/09/08 23:56:08 UTC

cvs commit: db-torque/src/conf roleConfiguration.xml

mpoeschl    2003/09/08 14:56:08

  Modified:    src/conf roleConfiguration.xml
  Log:
  fix package name for TorqueComponent
  
  Revision  Changes    Path
  1.2       +2 -2      db-torque/src/conf/roleConfiguration.xml
  
  Index: roleConfiguration.xml
  ===================================================================
  RCS file: /home/cvs/db-torque/src/conf/roleConfiguration.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- roleConfiguration.xml	6 Jun 2003 12:08:44 -0000	1.1
  +++ roleConfiguration.xml	8 Sep 2003 21:56:08 -0000	1.2
  @@ -1,7 +1,7 @@
   <!-- This configuration file for Avalon components is used for testing the TestComponent -->
   <role-list>
       <role
  -        name="org.apache.torque.TorqueComponent"
  +        name="org.apache.torque.avalon.TorqueComponent"
           shorthand="TorqueComponent"
  -        default-class="org.apache.torque.TorqueComponent"/>
  +        default-class="org.apache.torque.avalon.TorqueComponent"/>
   </role-list>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org