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

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


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

  Modified:    examples/PojoCache/annotated50  build.xml
  Log:
  First update to repackage the distro into core, pojo, and all.
  
  Revision  Changes    Path
  1.3       +8 -8      JBossCache/examples/PojoCache/annotated50/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/examples/PojoCache/annotated50/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- build.xml	5 Feb 2006 11:54:41 -0000	1.2
  +++ build.xml	20 Sep 2006 10:45:44 -0000	1.3
  @@ -102,7 +102,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