[jboss-cvs] JBossCache/docs ...

Ben Wang bwang at jboss.com
Wed Sep 27 07:34:46 EDT 2006


  User: bwang   
  Date: 06/09/27 07:34:46

  Modified:    docs     build.xml
  Log:
  Separated PojoCache tutorial from Cache one.
  
  Revision  Changes    Path
  1.4       +2 -0      JBossCache/docs/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/docs/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- build.xml	23 Sep 2006 12:45:54 -0000	1.3
  +++ build.xml	27 Sep 2006 11:34:46 -0000	1.4
  @@ -5,6 +5,7 @@
           <ant dir="TreeCache" />
           <ant dir="PojoCache" />
           <ant dir="tutorial" />
  +        <ant dir="tutorial-pojo" />
           <ant dir="index" />        
       </target>
   
  @@ -14,6 +15,7 @@
           <ant dir="TreeCache" target="clean" />
           <ant dir="PojoCache" target="clean" />
           <ant dir="tutorial" target="clean" />
  +        <ant dir="tutorial-pojo" target="clean" />
           <ant dir="index" target="clean" />
       </target>
   
  
  
  



More information about the jboss-cvs-commits mailing list