You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by do...@apache.org on 2001/06/16 05:36:05 UTC

cvs commit: jakarta-ant/proposal/myrmidon/src/manifest selftest-ant-descriptor.xml

donaldp     01/06/15 20:36:05

  Added:       proposal/myrmidon/src/manifest selftest-ant-descriptor.xml
  Log:
  Add in descriptor for self-test library.
  
  Revision  Changes    Path
  1.1                  jakarta-ant/proposal/myrmidon/src/manifest/selftest-ant-descriptor.xml
  
  Index: selftest-ant-descriptor.xml
  ===================================================================
  <ant-lib>
    
    <types>
  
      <!-- tasks to test operation of engine -->
      <task name="prim-test" classname="org.apache.myrmidon.libs.selftest.PrimitiveTypesTest" />
      <task name="sub-elements-test" classname="org.apache.myrmidon.libs.selftest.SubElementTest" />
      <task name="conf-test" classname="org.apache.myrmidon.libs.selftest.ConfigurationTest" />
      <task name="content-test" classname="org.apache.myrmidon.libs.selftest.ContentTest" />
  
    </types>
  
  </ant-lib>