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

cvs commit: jakarta-avalon-excalibur/assembly/src/xdocs index.xml menu.xml

mcconnell    2002/08/21 16:19:35

  Modified:    assembly .cvsignore build.xml default.properties
               assembly/src .cvsignore
               assembly/src/xdocs index.xml menu.xml
  Log:
  Working on docs.
  
  Revision  Changes    Path
  1.10      +1 -2      jakarta-avalon-excalibur/assembly/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/assembly/.cvsignore,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- .cvsignore	12 Aug 2002 17:36:15 -0000	1.9
  +++ .cvsignore	21 Aug 2002 23:19:35 -0000	1.10
  @@ -1,10 +1,9 @@
  -local.properties
  +ant.properties
   build
   dist
   tools
   checkstyle.cache
   kernel.log
   extensions
  -velocity.log
   sevak-conf.xml
   pss
  
  
  
  1.49      +2 -3      jakarta-avalon-excalibur/assembly/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/assembly/build.xml,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- build.xml	21 Aug 2002 22:03:20 -0000	1.48
  +++ build.xml	21 Aug 2002 23:19:35 -0000	1.49
  @@ -192,11 +192,10 @@
   
       <!-- Creates all the Javadocs -->
       <target name="javadocs" depends="compile" description="Generates the javadocs" unless="skip.javadocs">
  -
  -        <mkdir dir="${dist.javadocs}"/>
  +        <mkdir dir="${build.javadocs}"/>
           <javadoc packagenames="org.apache.*"
               sourcepath="${java.dir}"
  -            destdir="${dist.javadocs}">
  +            destdir="${build.javadocs}">
               <classpath refid="project.class.path" />
               <doclet name="com.sun.tools.doclets.standard.Standard">
                   <param name="-author"/>
  
  
  
  1.6       +1 -1      jakarta-avalon-excalibur/assembly/default.properties
  
  Index: default.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/assembly/default.properties,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- default.properties	21 Aug 2002 17:00:51 -0000	1.5
  +++ default.properties	21 Aug 2002 23:19:35 -0000	1.6
  @@ -101,7 +101,7 @@
   build.tests = ${build.dir}/tests
   build.reports = ${build.dir}/reports
   build.docs = ${build.dir}/docs
  -build.javadocs = ${build.docs}/assembly
  +build.javadocs = ${build.docs}/api
   
   #  Set the properties for source directories
   src.dir = src
  
  
  
  1.5       +0 -1      jakarta-avalon-excalibur/assembly/src/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/assembly/src/.cvsignore,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- .cvsignore	17 Jul 2002 13:48:37 -0000	1.4
  +++ .cvsignore	21 Aug 2002 23:19:35 -0000	1.5
  @@ -1,2 +1 @@
   doc
  -xdocs~
  \ No newline at end of file
  
  
  
  1.4       +2 -2      jakarta-avalon-excalibur/assembly/src/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/assembly/src/xdocs/index.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.xml	21 Aug 2002 17:00:52 -0000	1.3
  +++ index.xml	21 Aug 2002 23:19:35 -0000	1.4
  @@ -46,7 +46,7 @@
         $ ant
         $ kernel 
         </source>
  -      <p>For a description of the demo see the Javadoc document for the <a href="//api/assembly/org/apache/excalibur/merlin/Main.html">Main</a> class.</p>
  +      <p>For a description of the demo see the Javadoc document for the <link href="api/assembly/org/apache/excalibur/merlin/Main.html">Main</link> class.</p>
   
   
       </s1>
  
  
  
  1.5       +1 -2      jakarta-avalon-excalibur/assembly/src/xdocs/menu.xml
  
  Index: menu.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/assembly/src/xdocs/menu.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- menu.xml	21 Aug 2002 22:42:10 -0000	1.4
  +++ menu.xml	21 Aug 2002 23:19:35 -0000	1.5
  @@ -38,8 +38,7 @@
   
   
           <menu name="Reference">
  -            <item name="Merlin API" href="api/assembly/"/>
  -            <item name="Meta-Info API" href="api/meta/"/>
  +            <item name="Merlin API" href="api/"/>
           </menu>
   
   
  
  
  

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