[jboss-cvs] JBossCache/examples/PojoCache/loadtime ...

Jason Thomas Greene jgreene at jboss.com
Tue Aug 7 14:33:50 EDT 2007


  User: jgreene 
  Date: 07/08/07 14:33:50

  Modified:    examples/PojoCache/loadtime  build.xml
  Log:
  Fix JBCACHE-1161
  
  Revision  Changes    Path
  1.8       +1 -1      JBossCache/examples/PojoCache/loadtime/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/examples/PojoCache/loadtime/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- build.xml	2 Aug 2007 06:52:00 -0000	1.7
  +++ build.xml	7 Aug 2007 18:33:50 -0000	1.8
  @@ -79,7 +79,7 @@
   
         <java classname="test.examples.StudentMaintTest" fork="yes">
            <jvmarg value="-javaagent:${lib}/jboss-aop-jdk50.jar"/>
  -         <jvmarg value="-Djboss.aop.path=${resources}/pojocache-aop.xml"/>
  +         <jvmarg value="-Djboss.aop.path=${source}/user-aop.xml"/>
            <jvmarg value="-Dbind.address=${bind.address}"/>
   
            <classpath refid="lib.classpath"/>
  
  
  



More information about the jboss-cvs-commits mailing list