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

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


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

  Modified:    examples/PojoCache/non-annotated  build.xml
  Log:
  Major changes to restructure cache and node object model
  
  Revision  Changes    Path
  1.4       +2 -2      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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- build.xml	24 Sep 2006 09:25:53 -0000	1.3
  +++ build.xml	30 Dec 2006 17:49:53 -0000	1.4
  @@ -23,7 +23,7 @@
      <property name="user.build" value="${build}"/>
      <property name="user.source" value="${source}"/>
   
  -   <import file="PojoCacheTasks.xml" />
  +   <import file="PojoCacheTasks.xml"/>
   
      <target name="help" description="help page">
         <echo message="build.sh &lt;command&gt; where command is:"/>
  @@ -75,7 +75,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.TreeCacheAopView" fork="yes">
            <jvmarg value="-Xmx128M"/>
            <classpath refid="lib.classpath"/>
  
  
  



More information about the jboss-cvs-commits mailing list