[jboss-cvs] JBossCache/docs/JBossCache-UserGuide ...

Manik Surtani msurtani at jboss.com
Mon Jan 22 11:20:00 EST 2007


  User: msurtani
  Date: 07/01/22 11:20:00

  Modified:    docs/JBossCache-UserGuide  build.xml
  Log:
  Refactoring docs dir
  
  Revision  Changes    Path
  1.2       +7 -0      JBossCache/docs/JBossCache-UserGuide/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/docs/JBossCache-UserGuide/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- build.xml	19 Jan 2007 17:01:01 -0000	1.1
  +++ build.xml	22 Jan 2007 16:20:00 -0000	1.2
  @@ -8,5 +8,12 @@
            <param name="lang" value="en"/>
         </antcall>
      </target>
  +
  +   <target name="html.single.doc" depends="clean">
  +      <antcall target="lang.dochtmlsingle">
  +         <param name="lang" value="en"/>
  +      </antcall>
  +   </target>
  +
   </project>
   
  
  
  



More information about the jboss-cvs-commits mailing list