[jboss-cvs] JBossCache ...

Galder Zamarreno galder.zamarreno at jboss.com
Fri Jan 5 11:45:40 EST 2007


  User: gzamarreno
  Date: 07/01/05 11:45:40

  Modified:    JBossCache  Tag: Branch_JBossCache_1_4_0 build.xml
  Log:
  Modified so that it passes with CC
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.119.2.21 +3 -1      JBossCache/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/build.xml,v
  retrieving revision 1.119.2.20
  retrieving revision 1.119.2.21
  diff -u -b -r1.119.2.20 -r1.119.2.21
  --- build.xml	19 Dec 2006 15:22:02 -0000	1.119.2.20
  +++ build.xml	5 Jan 2007 16:45:40 -0000	1.119.2.21
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.119.2.20 2006/12/19 15:22:02 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.119.2.21 2007/01/05 16:45:40 gzamarreno Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -384,6 +384,7 @@
            <classpath refid="output.classpath"/>
            <formatter type="xml" usefile="true"/>
            <test name="${test}" todir="${build.reports}"/>
  +         <jvmarg value="-Dlib.dir=${lib.dir}"/>
         </junit>
      </target>
   
  @@ -539,6 +540,7 @@
            <jvmarg value="-Dbind.address=${bind.address}"/>
            <jvmarg value="-Djava.net.preferIPv4Stack=true" />
            <jvmarg value="-Dtest.jar.dir=${output.dir}"/>
  +         <jvmarg value="-Dlib.dir=${lib.dir}"/>
            <formatter type="xml" usefile="true"/>
            <batchtest todir="${build.reports}">
               <fileset dir="${functional.tests.dir}">
  
  
  



More information about the jboss-cvs-commits mailing list