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

Ben Wang bwang at jboss.com
Fri Jan 5 22:51:00 EST 2007


  User: bwang   
  Date: 07/01/05 22:51:00

  Modified:    examples/PojoCache/sensor   build.xml readme.txt
  Log:
  upd
  
  Revision  Changes    Path
  1.5       +2 -2      JBossCache/examples/PojoCache/sensor/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/examples/PojoCache/sensor/build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- build.xml	30 Dec 2006 17:50:05 -0000	1.4
  +++ build.xml	6 Jan 2007 03:51:00 -0000	1.5
  @@ -20,7 +20,7 @@
         <echo message="build.sh &lt;command&gt; where command is:"/>
         <echo message="         compile       -- compile the examples code"/>
         <echo message="         clobber       -- clean up the whole directory"/>
  -      <echo message="         run.aopc.batch -- run batch aop examples with aopc pre-compiler"/>
  +      <echo message="         run.compiletime.batch -- run batch examples with aopc pre-compiler"/>
         <echo message="         run.aop.demo  -- run demo gui for aop cache"/>
      </target>
   
  @@ -72,7 +72,7 @@
         </aopc>
      </target>
   
  -   <target name="run.aop.example" depends="compile, aopc" description="run standalone server replicator.">
  +   <target name="run.compiletime.example" depends="compile, aopc" description="run standalone server replicator.">
         <java classname="test.propagation.PropagationReplAopTest" fork="yes">
            <classpath refid="lib.classpath"/>
            <classpath path="${build}"/>
  
  
  
  1.3       +1 -1      JBossCache/examples/PojoCache/sensor/readme.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: readme.txt
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/examples/PojoCache/sensor/readme.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- readme.txt	21 Nov 2006 14:54:47 -0000	1.2
  +++ readme.txt	6 Jan 2007 03:51:00 -0000	1.3
  @@ -11,7 +11,7 @@
   
   0. do "build.bat compile"
   
  -1. To run it under Ant, do "build.bat run.aop.example" will produce
  +1. To run it under Ant, do "build.bat run.compiletime.example" will produce
   the output illustrated in the article.
   
   For example, you can do printStatus("Modified state", pm); to output
  
  
  



More information about the jboss-cvs-commits mailing list