You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jv...@apache.org on 2002/02/13 19:40:48 UTC

cvs commit: jakarta-turbine-3 build-test.xml

jvanzyl     02/02/13 10:40:48

  Modified:    .        Tag: rundata_security_changes build-test.xml
  Log:
  - getting the runtime tests to work here by adding the build.dest
    the classpath used by the test
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.11.2.3  +1 -0      jakarta-turbine-3/build-test.xml
  
  Index: build-test.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/build-test.xml,v
  retrieving revision 1.11.2.2
  retrieving revision 1.11.2.3
  diff -u -r1.11.2.2 -r1.11.2.3
  --- build-test.xml	13 Feb 2002 15:41:00 -0000	1.11.2.2
  +++ build-test.xml	13 Feb 2002 18:40:48 -0000	1.11.2.3
  @@ -145,6 +145,7 @@
         
         <classpath>
           <path refid="classpath"/>
  +        <pathelement location="${build.dest}"/>
         </classpath>
   
         <sysproperty key="java.compiler" value="NONE" />
  
  
  

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