You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2003/06/10 20:05:19 UTC

cvs commit: avalon/framework/src/xdocs book.xml tabs.xml index.xml

leosimons    2003/06/10 11:05:18

  Modified:    framework maven.xml project.properties
               framework/src/xdocs book.xml tabs.xml index.xml
  Log:
  fixing doc generation using maven-forrest-plugin
  
  Revision  Changes    Path
  1.2       +2 -2      avalon/framework/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon/framework/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	9 Jun 2003 15:34:33 -0000	1.1
  +++ maven.xml	10 Jun 2003 18:05:18 -0000	1.2
  @@ -5,11 +5,11 @@
       xmlns:ant="jelly:ant">
   
       <!-- include the avalon-wide custom project properties -->
  -    <property file="${basedir}/project.properties"/>
  +<!--    <property file="${basedir}/project.properties"/>
       <property file="${basedir}/../project.properties"/>
       <property file="${basedir}/../../project.properties"/>
       <property file="${basedir}/../../../project.properties"/>
  -    <property file="${basedir}/../../../../project.properties"/>
  +    <property file="${basedir}/../../../../project.properties"/>-->
   
       <goal name="check">
           <!-- friendly error in case file is not available -->
  
  
  
  1.2       +4 -1      avalon/framework/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/avalon/framework/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties	9 Jun 2003 15:34:33 -0000	1.1
  +++ project.properties	10 Jun 2003 18:05:18 -0000	1.2
  @@ -1,3 +1,6 @@
   maven.repo.remote = http://www.apache.org/dist/avalon/,http://www.ibiblio.org/maven/
   maven.junit.fork = yes
  -avalon.buildsystem = ${basedir}/../buildsystem
  \ No newline at end of file
  +avalon.buildsystem = ${basedir}/../buildsystem
  +
  +# gump integration
  +project.name=avalon-framework
  
  
  
  1.2       +6 -1      avalon/framework/src/xdocs/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/avalon/framework/src/xdocs/book.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- book.xml	9 Jun 2003 15:34:34 -0000	1.1
  +++ book.xml	10 Jun 2003 18:05:18 -0000	1.2
  @@ -21,9 +21,14 @@
       </menu>
   
       <menu label="Reference">
  -        <menu-item label="Changes" href="changes.html"/>
  +        <!--<menu-item label="Changes" href="changes.html"/>-->
           <menu-item label="API Docs" href="http://avalon.apache.org/framework/api/index.html"/>
           <menu-item label="The Lifecycle" href="reference-the-lifecycle.html"/>
           <menu-item label="Containers" href="reference-containers.html"/>
  +    </menu>
  +
  +    <menu label="Reports">
  +      <menu-item href="maven-reports.html" label="Maven-generated reports"/>
  +      <menu-item href="project-info.html" label="Maven-generated project info"/>
       </menu>
   </book>
  
  
  
  1.2       +1 -1      avalon/framework/src/xdocs/tabs.xml
  
  Index: tabs.xml
  ===================================================================
  RCS file: /home/cvs/avalon/framework/src/xdocs/tabs.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- tabs.xml	9 Jun 2003 15:34:33 -0000	1.1
  +++ tabs.xml	10 Jun 2003 18:05:18 -0000	1.2
  @@ -5,7 +5,7 @@
            title="Avalon-Fortress-Documentation"
            copyright="Copyright (C) 2003 Apache Software Foundation">
   
  -<tab href="http://avalon.apache.org/" label="Avalon Home"></tab>
  +<tab href="http://avalon.apache.org/" label="Avalon Home"/>
   <tab href="http://avalon.apache.org/framework/" label="Framework"></tab>
   <tab href="http://avalon.apache.org/components/" label="Components"></tab>
   <tab href="http://avalon.apache.org/phoenix/" label="Phoenix"></tab>
  
  
  
  1.2       +1 -0      avalon/framework/src/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/avalon/framework/src/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	9 Jun 2003 15:34:34 -0000	1.1
  +++ index.xml	10 Jun 2003 18:05:18 -0000	1.2
  @@ -1,5 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
  +
   <document>
     <header>
       <title>Avalon Framework - Overview</title>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org