[jboss-cvs] JBossCache ...

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


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

  Modified:    JBossCache  build.xml
  Log:
  Modified so that it passes under CC
  
  Revision  Changes    Path
  1.160     +4 -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.159
  retrieving revision 1.160
  diff -u -b -r1.159 -r1.160
  --- build.xml	5 Jan 2007 14:42:52 -0000	1.159
  +++ build.xml	5 Jan 2007 16:29:40 -0000	1.160
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.159 2007/01/05 14:42:52 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.160 2007/01/05 16:29:40 gzamarreno Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -481,6 +481,7 @@
            <test name="${test}" todir="${build.reports}"/>
            <jvmarg value="-Dbind.address=${bind.address}"/>
            <jvmarg value="-Djava.net.preferIPv4Stack=true"/>
  +         <jvmarg value="-Dlib.dir=${lib.dir}"/>
         </junit>
      </target>
   
  @@ -493,6 +494,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}">
  @@ -630,6 +632,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