You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by js...@apache.org on 2002/02/09 08:39:02 UTC

cvs commit: jakarta-commons-sandbox/betwixt/src/test/org/apache/commons/digester/rss Channel.betwixt.xml

jstrachan    02/02/08 23:39:02

  Added:       betwixt/src/test/org/apache/commons/digester/rss
                        Channel.betwixt.xml
  Log:
  Added the Channel.betwixt.xml test file for the JUnit test case that I accidentally forgot to checkin with the last commit
  
  Revision  Changes    Path
  1.1                  jakarta-commons-sandbox/betwixt/src/test/org/apache/commons/digester/rss/Channel.betwixt.xml
  
  Index: Channel.betwixt.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8" ?>
  <info primitiveTypes="element">
    <element name="channel">
      <element name="title" property="title"/>
      <element name="item" loop="true" property="items"/>
      <addDefaults/>
    </element>
  </info>
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>