leosimons    2003/02/20 07:39:35

  Modified:    sourceresolve build.xml
               sourceresolve/src/xdocs index.xml
  Added:       sourceresolve/src/xdocs book.xml tabs.xml
  Removed:     sourceresolve/src/xdocs menu.xml
  Log:
  forrestize
  
  Revision  Changes    Path
  1.29      +1 -1      avalon-excalibur/sourceresolve/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/sourceresolve/build.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- build.xml 29 Jan 2003 16:46:07 -0000      1.28
  +++ build.xml 20 Feb 2003 15:39:35 -0000      1.29
  @@ -336,7 +336,7 @@
   
       <!-- Prepares the documentation directory -->
       <target name="docs" depends="setup-filters" description="Generates the 
Docs">
  -    <ant antfile="${basedir}/../cocoonbuild.xml"/>
  +    <ant antfile="${basedir}/../forrestbuild.xml"/>
   
         <copy todir="${docs.dir}">
           <fileset dir="${build.docs}">
  
  
  
  1.4       +5 -5      avalon-excalibur/sourceresolve/src/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/sourceresolve/src/xdocs/index.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.xml 15 Dec 2002 11:56:48 -0000      1.3
  +++ index.xml 20 Feb 2003 15:39:35 -0000      1.4
  @@ -8,7 +8,7 @@
       </authors>
     </header>
     <body>
  -    <s1 title="Introduction">
  +    <section><title>Introduction</title>
         <p>
           A very common problem is resolving a source, which means
           finding a source using a URI.
  @@ -63,12 +63,12 @@
           which can be used in addition to the system ID of the Source to 
verify
           if a cache contains a valid version of the Source object.
         </p>
  -    </s1>
  -    <s1 title="Projects">
  +    </section>
  +    <section><title>Projects</title>
         <p>You can see the source resolving in action in the Apache Cocoon
           project.
         </p>
  -    </s1>
  +    </section>
     </body>
     <footer>
       <legal>
  
  
  
  1.5       +6 -13     avalon-excalibur/sourceresolve/src/xdocs/book.xml
  
  
  
  
  1.1                  avalon-excalibur/sourceresolve/src/xdocs/tabs.xml
  
  Index: tabs.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
        <!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab 
V1.0//EN" "tab-cocoon-v10.dtd">
  
        <tabs software="Excalibur sourceresolve"
          title="Excalibur sourceresolve"
          copyright="Foo"
          xmlns:xlink="http://www.w3.org/1999/xlink";>
  
          <tab label="Avalon Home" href="http://avalon.apache.org/"/>
          <tab label="Framework" href="http://avalon.apache.org/framework/"/>
          <tab label="Components" href="http://avalon.apache.org/components/"/>
          <tab label="Phoenix" href="http://avalon.apache.org/phoenix/"/>
          <tab label="SECA" href="http://avalon.apache.org/seca/"/>
          <tab label="Apps" href="http://avalon.apache.org/apps/"/>
      </tabs>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to