You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2002/03/04 16:47:38 UTC

cvs commit: jakarta-commons-sandbox/simplestore build.xml

baliuka     02/03/04 07:47:38

  Modified:    simplestore build.xml
  Log:
  Applied PATH
  
  Revision  Changes    Path
  1.16      +2 -1      jakarta-commons-sandbox/simplestore/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/simplestore/build.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- build.xml	4 Mar 2002 12:38:17 -0000	1.15
  +++ build.xml	4 Mar 2002 15:47:38 -0000	1.16
  @@ -2,7 +2,7 @@
   
   <!--
           "simplestore" component of the Jakarta Commons Subproject
  -        $Id: build.xml,v 1.15 2002/03/04 12:38:17 baliuka Exp $
  +        $Id: build.xml,v 1.16 2002/03/04 15:47:38 baliuka Exp $
   -->
   
   <!-- ========== Executable Targets ======================================== -->
  @@ -134,6 +134,7 @@
             <pathelement path=" ${build.home}/classes" />
             <pathelement path="${classpath}" />
             <pathelement path="${java.class.path}" />
  +          <pathelement path="${source.test}"/>
             <fileset dir="./lib">
   		<include name="*.*"/>
             </fileset>
  
  
  

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