You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by ni...@apache.org on 2002/08/22 00:22:06 UTC

cvs commit: jakarta-avalon-excalibur cocoon.properties cocoonbuild.xml

nicolaken    2002/08/21 15:22:06

  Modified:    .        cocoon.properties cocoonbuild.xml
  Log:
  Add images to docs build.
  
  Revision  Changes    Path
  1.6       +2 -1      jakarta-avalon-excalibur/cocoon.properties
  
  Index: cocoon.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/cocoon.properties,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- cocoon.properties	17 Jul 2002 20:55:26 -0000	1.5
  +++ cocoon.properties	21 Aug 2002 22:22:06 -0000	1.6
  @@ -5,7 +5,8 @@
   cocoon.work=${build.dir}/work
   cocoon.build.docs = ${build.dir}/docs
   cocoon.build.context = ${build.dir}/context
  -cocoon.build.xdocs = ${cocoon.build.context}/content/xdocs
  +cocoon.build.xdocs  = ${cocoon.build.context}/content/xdocs
  +cocoon.build.resources = ${cocoon.build.context}/resources
   cocoon.xdocs.dir = ${src.dir}/xdocs
   skins.dir = ${src.dir}/skins
   cocoon.context.dir = ${src.dir}/xdocs
  
  
  
  1.8       +3 -3      jakarta-avalon-excalibur/cocoonbuild.xml
  
  Index: cocoonbuild.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/cocoonbuild.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- cocoonbuild.xml	8 Aug 2002 07:54:51 -0000	1.7
  +++ cocoonbuild.xml	21 Aug 2002 22:22:06 -0000	1.8
  @@ -19,8 +19,8 @@
       <filter token="link1.href"        value="http://www.apache.org"/>
       <filter token="link2"             value="jakarta"/>
       <filter token="link2.href"        value="http://jakarta.apache.org"/>
  -    <filter token="link3"             value="avalon"/>
  -    <filter token="link3.href"        value="http://jakarta.apache.org/avalon/"/>
  +    <filter token="link3"             value=""/>
  +    <filter token="link3.href"        value=""/>
       <filter token="group-logo.src"    value="images/jakarta-logo.gif"/>
       <filter token="group-logo.href"   value="http://jakarta.apache.org/"/>
       <filter token="project-logo.src"  value="images/header.gif"/>                    
  @@ -85,7 +85,7 @@
                   <exclude name="**/*.png"/>
               </fileset>
           </copy>
  -        <copy todir="${cocoon.build.xdocs}" filtering="off">
  +        <copy todir="${cocoon.build.resources}" filtering="off">
               <fileset dir="${cocoon.xdocs.dir}">
                   <include name="**/*.ico"/>
                   <include name="**/*.gif"/>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>