You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by ni...@apache.org on 2002/07/07 11:49:41 UTC

cvs commit: xml-forrest layout.xml

nicolaken    2002/07/07 02:49:41

  Modified:    .        layout.xml
  Log:
  Updated build system to Centipede 1beta2.
  Just as a reminder: next Centipede version will remove the need to have Ant
  in the project CVS altogether.
  
  Revision  Changes    Path
  1.2       +4 -4      xml-forrest/layout.xml
  
  Index: layout.xml
  ===================================================================
  RCS file: /home/cvs/xml-forrest/layout.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- layout.xml	7 Jul 2002 09:47:51 -0000	1.1
  +++ layout.xml	7 Jul 2002 09:49:40 -0000	1.2
  @@ -12,11 +12,11 @@
         <java dir="./src/java" />
         <test dir="./src/testcases" />
         <documentation dir="./src/documentation">
  -         <content dir="./src/documentation/xdocs">
  -            <xdocs dir="./src/documentation/xdocs" />
  +         <content dir="./src/documentation/content/xdocs">
  +            <xdocs dir="./src/documentation/content/xdocs" />
            </content>
  -         <resources dir="./src/documentation/images">
  -            <images dir="./src/documentation/images" />
  +         <resources dir="./src/documentation/resources/images">
  +            <images dir="./src/documentation/resources/images" />
            </resources>
         </documentation>
         <scratchpad dir="./src/scratchpad">