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/08/24 18:56:13 UTC

cvs commit: jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/dotbetwixt ExampleBean.betwixt

rdonkin     2003/08/24 09:56:13

  Added:       betwixt/src/test/org/apache/commons/betwixt/dotbetwixt
                        ExampleBean.betwixt
  Log:
  Test cases for implementation class attribute
  
  Revision  Changes    Path
  1.1                  jakarta-commons/betwixt/src/test/org/apache/commons/betwixt/dotbetwixt/ExampleBean.betwixt
  
  Index: ExampleBean.betwixt
  ===================================================================
  <?xml version="1.0" encoding="UTF-8" ?>
  <info>
      <element name='example-bean'>
          <element name='example' property='examples' class='org.apache.commons.betwixt.dotbetwixt.ExampleImpl'/>
          <addDefaults/>
      </element>
  </info>