You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by bo...@apache.org on 2003/11/11 10:07:15 UTC

cvs commit: jakarta-gump/project xmlunit.xml

bodewig     2003/11/11 01:07:15

  Modified:    project  xmlunit.xml
  Log:
  Try to catch up with modified xmlunit build
  
  Revision  Changes    Path
  1.14      +4 -4      jakarta-gump/project/xmlunit.xml
  
  Index: xmlunit.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/project/xmlunit.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- xmlunit.xml	24 Apr 2003 09:38:29 -0000	1.13
  +++ xmlunit.xml	11 Nov 2003 09:07:15 -0000	1.14
  @@ -10,14 +10,14 @@
     <project name="xmlunit">
       <package>org.custommonkey.xmlunit</package>
       <ant target="dist">
  -      <property name="xmlunit.version" value="-@@DATE@@" />
  -      <property name="xmlxsl.libdir" value="."/>
  -      <property name="junit.libdir" value="."/>
  +      <property name="xmlunit.version" value="@@DATE@@" />
  +      <property name="xmlxsl.lib" value="."/>
  +      <depend project="junit" property="junit.lib"/>
  +      <property name="test.report.dir" value="testreports"/>
       </ant>
       <depend project="ant" inherit="runtime"/>
       <depend project="xml-xerces"/>
       <depend project="xml-xalan2"/>
  -    <depend project="junit"/>
       <work nested="classes"/>
       <jar name="lib/xmlunit-@@DATE@@.jar"/>
       <license name="LICENSE.txt"/>