[jboss-cvs] JBossCache ...

Jason Thomas Greene jgreene at jboss.com
Thu Apr 12 13:25:12 EDT 2007


  User: jgreene 
  Date: 07/04/12 13:25:12

  Modified:    JBossCache  build.xml
  Log:
  Port benchmark server from 1.4 branch
  
  Revision  Changes    Path
  1.197     +2 -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.196
  retrieving revision 1.197
  diff -u -b -r1.196 -r1.197
  --- build.xml	4 Apr 2007 14:55:48 -0000	1.196
  +++ build.xml	12 Apr 2007 17:25:12 -0000	1.197
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -<!-- $Id: build.xml,v 1.196 2007/04/04 14:55:48 msurtani Exp $ -->
  +<!-- $Id: build.xml,v 1.197 2007/04/12 17:25:12 jgreene Exp $ -->
   
   <project default="compile" name="JBossCache">
   
  @@ -721,6 +721,7 @@
         <taskdef name="aopc" classname="org.jboss.aop.ant.AopC" classpathref="library.classpath"/>
         <aopc compilerclasspathref="library.classpath" classpathref="library.classpath" verbose="true">
            <src path="${compiletest.dir}/org/jboss/cache/pojo/test"/>
  +         <src path="${compiletest.dir}/org/jboss/cache/test/perf"/>
            <!--src path="${compiletest.dir}/org/jboss/cache/data"/-->
            <aoppath path="${output.resources.dir}/pojocache-aop.xml"/>
            <classpath>
  
  
  



More information about the jboss-cvs-commits mailing list