[jboss-cvs] jboss-profiler/docbook/docbook-support/docs/guide ...

Clebert Suconic csuconic at jboss.com
Fri Nov 10 12:40:22 EST 2006


  User: csuconic
  Date: 06/11/10 12:40:22

  Added:       docbook/docbook-support/docs/guide   guide.xpr build.xml
  Log:
  Adding docbook under jboss-profiler tree
  
  Revision  Changes    Path
  1.1      date: 2006/11/10 17:40:22;  author: csuconic;  state: Exp;jboss-profiler/docbook/docbook-support/docs/guide/guide.xpr
  
  Index: guide.xpr
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <project>
      <meta>
          <lastOpenedFiles>
              <file name="en/master.xml"/>
              <file name="en/modules/introduction.xml"/>
              <file name="en/modules/howto.xml"/>
              <file focused="true" name="en/modules/styles.xml"/>
          </lastOpenedFiles>
      </meta>
      <projectTree name="guide.xpr">
          <file name="en/modules/howto.xml"/>
          <file name="en/modules/introduction.xml"/>
          <file name="en/master.xml"/>
          <file name="en/modules/styles.xml"/>
      </projectTree>
  </project>
  
  
  
  1.1      date: 2006/11/10 17:40:22;  author: csuconic;  state: Exp;jboss-profiler/docbook/docbook-support/docs/guide/build.xml
  
  Index: build.xml
  ===================================================================
  <project name="Documentation" default="all.doc" basedir=".">
  
      <!-- Set the following property to generate the doco in the output folder -->
      <!--property name="build.dir"             value="${basedir}/../../output/docs/guide"/-->
  
      <property name="pdf.name"              value="jboss-docbook.pdf" />
      <import file="../../../docbook-support/support.xml" />
  
      <target name="all.doc" depends="clean">
          <antcall target="lang.all"><param name="lang" value="en"/></antcall>
      </target>
          
      <!-- Use this alternate target to enable uptodate checking, i.e.
           don't generate docs if nothing has changed
      <target name="all.doc">
          <antcall target="lang.all.run"><param name="lang" value="en"/></antcall>
      </target>
      -->
  
  </project>
  
  
  



More information about the jboss-cvs-commits mailing list