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

Manik Surtani msurtani at jboss.com
Sat Dec 30 12:49:58 EST 2006


  User: msurtani
  Date: 06/12/30 12:49:58

  Modified:    examples/PojoCache/passivation  build.xml
  Log:
  Major changes to restructure cache and node object model
  
  Revision  Changes    Path
  1.2       +2 -2      JBossCache/examples/PojoCache/passivation/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/examples/PojoCache/passivation/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- build.xml	7 Nov 2006 04:26:51 -0000	1.1
  +++ build.xml	30 Dec 2006 17:49:58 -0000	1.2
  @@ -92,7 +92,7 @@
         </java>
      </target>
   
  -   <target name="run.aop.demo" depends="compile" description="run tree cache demo.">
  +   <target name="run.aop.demo" depends="compile" description="run JBoss Cache demo.">
         <java classname="org.jboss.cache.aop.TreeCacheView" fork="yes">
            <jvmarg value="-Xmx128M"/>
            <classpath refid="lib.classpath"/>
  
  
  



More information about the jboss-cvs-commits mailing list