You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by fr...@apache.org on 2002/03/07 15:20:27 UTC

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

froehlich    02/03/07 06:20:27

  Modified:    simplestore build.xml build.properties.sample
  Log:
  added bcel
  
  Revision  Changes    Path
  1.17      +3 -2      jakarta-commons-sandbox/simplestore/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/simplestore/build.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- build.xml	4 Mar 2002 15:47:38 -0000	1.16
  +++ build.xml	7 Mar 2002 14:20:27 -0000	1.17
  @@ -2,7 +2,7 @@
   
   <!--
           "simplestore" component of the Jakarta Commons Subproject
  -        $Id: build.xml,v 1.16 2002/03/04 15:47:38 baliuka Exp $
  +        $Id: build.xml,v 1.17 2002/03/07 14:20:27 froehlich Exp $
   -->
   
   <!-- ========== Executable Targets ======================================== -->
  @@ -44,6 +44,7 @@
         <pathelement location="${commons-collections.jar}"/>
         <pathelement location="${hsqldb.jar}"/>
         <pathelement location="${jdbc2_0-stdext.jar}"/>
  +      <pathelement location="${bcel.jar}"/>
         <fileset dir="./lib">
   		<include name="*.*"/>
          </fileset>
  @@ -53,7 +54,7 @@
   
       <!-- ========== Test Execution Defaults =================================== -->
       <property name="cp" value=""/>
  -    <property name="classpath" value="${cp}:${junit.jar}:${hsqldb.jar}:${jdbc2_0-stdext.jar}"/>
  +    <property name="classpath" value="${cp}:${junit.jar}:${hsqldb.jar}:${jdbc2_0-stdext.jar}:${bcel.jar}"/>
       <property name="test.entry" value="org.apache.commons.simplestore.TestAll"/>
       <property name="test.failonerror"        value="true"/>
       <property name="test.runner"             value="junit.textui.TestRunner"/>
  
  
  
  1.7       +5 -1      jakarta-commons-sandbox/simplestore/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/simplestore/build.properties.sample,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.properties.sample	11 Feb 2002 20:49:50 -0000	1.6
  +++ build.properties.sample	7 Mar 2002 14:20:27 -0000	1.7
  @@ -1,4 +1,4 @@
  -$Id: build.properties.sample,v 1.6 2002/02/11 20:49:50 froehlich Exp $
  +$Id: build.properties.sample,v 1.7 2002/03/07 14:20:27 froehlich Exp $
   
   # See the README.txt file for details
   
  @@ -13,6 +13,10 @@
   # jdbc2_0-stdext.jar - JDBC 2.0 Standard Extension
   # (http://java.sun.com/products/jdbc/download.html)
   jdbc2_0-stdext.jar=lib/jdbc2_0-stdext.jar
  +
  +# bcel.jar - BCEL Byte Code Generation
  +# (http://jakarta.apache.org/bcel/index.html)
  +bcel.jar=lib/bcel.jar
   
   # maxmemory value is important to test
   # swapping. Set it low and you'll see
  
  
  

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