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

Manik Surtani msurtani at jboss.com
Mon Jan 22 17:50:10 EST 2007


  User: msurtani
  Date: 07/01/22 17:50:10

  Modified:    docs/JBossCache-UserGuide  build.xml
  Log:
  Refactoring docs dir
  
  Revision  Changes    Path
  1.3       +12 -3     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.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- build.xml	22 Jan 2007 16:20:00 -0000	1.2
  +++ build.xml	22 Jan 2007 22:50:10 -0000	1.3
  @@ -1,17 +1,26 @@
  -<project name="Documentation" default="all.doc" basedir=".">
  -   <property name="pdf.name" value="JBossCache-UserGuide.pdf"/>
  +<project name="Documentation" default="all.doc" basedir="..">
  +   <property name="project.name" value="JBossCache"/>
  +   <property name="document.name" value="UserGuide"/>
  +   <property name="pdf.name" value="${project.name}-${document.name}.pdf"/>
  +   <property name="jbosscache.styles.dir" value="${basedir}/styles"/>
  +   <property name="document.basedir" value="${basedir}/${project.name}-${document.name}"/>
   
      <import file="../../../docbook-support/support.xml"/>
   
      <target name="all.doc" depends="clean">
         <antcall target="lang.all">
            <param name="lang" value="en"/>
  +         <param name="basedir" value="${document.basedir}"/>
  +         <param name="styles.dir" value="${jbosscache.styles.dir}"/>
         </antcall>
      </target>
   
  -   <target name="html.single.doc" depends="clean">
  +   <target name="html.single.doc" depends="clean"
  +           description="For testing the rendering of content on a single html page only, while authoring">
         <antcall target="lang.dochtmlsingle">
            <param name="lang" value="en"/>
  +         <param name="basedir" value="${document.basedir}"/>
  +         <param name="styles.dir" value="${jbosscache.styles.dir}"/>
         </antcall>
      </target>
   
  
  
  



More information about the jboss-cvs-commits mailing list