[jboss-cvs] JBossCache/docs ...

Ben Wang bwang at jboss.com
Sat Sep 23 08:45:54 EDT 2006


  User: bwang   
  Date: 06/09/23 08:45:54

  Modified:    docs     build.xml
  Log:
  1. Fixed faq format, 2. Created faq-pojo
  
  Revision  Changes    Path
  1.3       +5 -3      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.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- build.xml	27 Apr 2006 07:38:03 -0000	1.2
  +++ build.xml	23 Sep 2006 12:45:54 -0000	1.3
  @@ -1,6 +1,7 @@
   <project name="Documentation" default="all" basedir=".">
       <target name="all">
           <ant dir="faq" />
  +       <ant dir="faq-pojo" />
           <ant dir="TreeCache" />
           <ant dir="PojoCache" />
           <ant dir="tutorial" />
  @@ -9,6 +10,7 @@
   
       <target name="clean">
           <ant dir="faq" target="clean" />
  +       <ant dir="faq-pojo" target="clean" />
           <ant dir="TreeCache" target="clean" />
           <ant dir="PojoCache" target="clean" />
           <ant dir="tutorial" target="clean" />
  
  
  



More information about the jboss-cvs-commits mailing list