curcuru     01/08/10 13:31:24

  Modified:    test     build.xml
  Log:
  Add extra classpath elem for gump to find prebuilt Ant custom task (I think)
  
  Revision  Changes    Path
  1.11      +1 -0      xml-xalan/test/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/build.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.xml 2001/08/10 17:15:39     1.10
  +++ build.xml 2001/08/10 20:31:24     1.11
  @@ -176,6 +176,7 @@
                    from the testxsl.jar file instead of below.
              -->
               <pathelement location="${test.src.dir}" />
  +            <pathelement location="${test.build.dir}" />
               <pathelement location="${testxsl.jar}" />
           </classpath>
       </taskdef>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to