[jboss-cvs] JBossCache/docs ...

Manik Surtani msurtani at jboss.com
Fri Jan 19 12:01:01 EST 2007


  User: msurtani
  Date: 07/01/19 12:01:01

  Modified:    docs     build.xml
  Log:
  Refactoring docs dir
  
  Revision  Changes    Path
  1.5       +18 -18    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.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- build.xml	27 Sep 2006 11:34:46 -0000	1.4
  +++ build.xml	19 Jan 2007 17:01:01 -0000	1.5
  @@ -1,22 +1,22 @@
   <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" />
  -        <ant dir="tutorial-pojo" />
  -        <ant dir="index" />        
  +      <ant dir="faq"/>
  +      <ant dir="faq-pojo"/>
  +      <ant dir="JBossCache-UserGuide"/>
  +      <ant dir="PojoCache"/>
  +      <ant dir="tutorial"/>
  +      <ant dir="tutorial-pojo"/>
  +      <ant dir="index"/>
       </target>
   
       <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" />
  -        <ant dir="tutorial-pojo" target="clean" />
  -        <ant dir="index" target="clean" />
  +      <ant dir="faq" target="clean"/>
  +      <ant dir="faq-pojo" target="clean"/>
  +      <ant dir="JBossCache-UserGuide" target="clean"/>
  +      <ant dir="PojoCache" target="clean"/>
  +      <ant dir="tutorial" target="clean"/>
  +      <ant dir="tutorial-pojo" target="clean"/>
  +      <ant dir="index" target="clean"/>
       </target>
   
   </project>
  
  
  



More information about the jboss-cvs-commits mailing list