[jboss-cvs] JBossCache/examples/PojoCache/non-annotated ...

Ben Wang bwang at jboss.com
Wed Sep 20 06:45:45 EDT 2006


  User: bwang   
  Date: 06/09/20 06:45:45

  Modified:    examples/PojoCache/non-annotated  build.xml
  Log:
  First update to repackage the distro into core, pojo, and all.
  
  Revision  Changes    Path
  1.2       +6 -6      JBossCache/examples/PojoCache/non-annotated/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/examples/PojoCache/non-annotated/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- build.xml	5 Feb 2006 06:42:16 -0000	1.1
  +++ build.xml	20 Sep 2006 10:45:45 -0000	1.2
  @@ -85,7 +85,7 @@
     </target>
   
     <target name="run.aop.demo" depends="compile" description="run tree cache demo.">
  -    <java classname="org.jboss.cache.aop.TreeCacheAopView" fork="yes">
  +    <java classname="org.jboss.cache.aop.TreeCacheView" fork="yes">
         <jvmarg value="-Xmx128M"/>
         <classpath refid="lib.classpath" />
         <sysproperty key="log4j.configuration" value="file:${output}/etc/log4j.xml"/>
  
  
  



More information about the jboss-cvs-commits mailing list