You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2003/10/04 14:36:01 UTC

cvs commit: jakarta-commons/digester/src/test/org/apache/commons/digester/plugins test2.xml

rdonkin     2003/10/04 05:36:01

  Added:       digester/src/test/org/apache/commons/digester/plugins
                        test2.xml
  Log:
  Test cases for plugins module. Submitted by Simon Kitching.
  
  Revision  Changes    Path
  1.1                  jakarta-commons/digester/src/test/org/apache/commons/digester/plugins/test2.xml
  
  Index: test2.xml
  ===================================================================
  <root>
    <widget label="label1"/>
    <widget plugin-class="org.apache.commons.digester.plugins.TextLabel" label="label2"/>
    <widget plugin-class="org.apache.commons.digester.plugins.Slider" label="slider1"/>
  </root>
  
  
  
  

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