You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ch...@apache.org on 2004/02/05 01:48:45 UTC

cvs commit: xml-forrest/src/documentation/conf cli.xconf

cheche      2004/02/04 16:48:45

  Modified:    .        status.xml
               scratchpad/convert/anakiaNmaven build.xml
               src/documentation/conf cli.xconf
  Log:
  Use tmp as the only temporal directory
  
  Revision  Changes    Path
  1.283     +3 -2      xml-forrest/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/status.xml,v
  retrieving revision 1.282
  retrieving revision 1.283
  diff -u -r1.282 -r1.283
  --- status.xml	4 Feb 2004 20:44:12 -0000	1.282
  +++ status.xml	5 Feb 2004 00:48:45 -0000	1.283
  @@ -30,7 +30,8 @@
     <changes>
       <release version="0.6-dev" date="unreleased">
         <action dev="JJP" type="fix" context="skins">
  -        Allow a full url imaeg to be included on a pdf file
  +        Allow a full url image to be included on a pdf file.
  +        Use only tmp as the temporal directory.
         </action>    
         <action dev="JJP" type="fix" context="skins">
           Split build file in various parts (webapp,war,validate,site)
  
  
  
  1.2       +1 -1      xml-forrest/scratchpad/convert/anakiaNmaven/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/scratchpad/convert/anakiaNmaven/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	20 Oct 2003 10:00:25 -0000	1.1
  +++ build.xml	5 Feb 2004 00:48:45 -0000	1.2
  @@ -5,7 +5,7 @@
       <property name="src.dir" location="${xdocs.dir}"/>
       <!--<property name="src.format" value="maven"/>
       <property name="target.format" value="forrest"/>-->
  -    <property name="dest.dir" value="${user.dir}/temp"/>
  +    <property name="dest.dir" value="${user.dir}/tmp"/>
       <property name="converter.xsl" location="anakiaNmaven2document11.xsl"/>
       <property name="book2project.xsl" location="projectNnavigation2book.xsl"/>
   
  
  
  
  1.4       +2 -2      xml-forrest/src/documentation/conf/cli.xconf
  
  Index: cli.xconf
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/documentation/conf/cli.xconf,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- cli.xconf	28 Jan 2004 21:23:20 -0000	1.3
  +++ cli.xconf	5 Feb 2004 00:48:45 -0000	1.4
  @@ -85,7 +85,7 @@
          +-->
      <context-dir>.</context-dir>
      <config-file>WEB-INF/cocoon.xconf</config-file>
  -   <work-dir>../temp/docs</work-dir>
  +   <work-dir>../tmp/docs</work-dir>
      <!-- Overridden in forrest.build.xml 
      <dest-dir>../docs</dest-dir>
      -->