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/11/18 12:04:56 UTC

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

mcconnell    2002/11/18 03:04:56

  Modified:    assembly build.xml
               assembly/src/xdocs menu.xml
  Added:       assembly/src/java/org/apache/excalibur/assembly NOTES.TXT
  Log:
  Build and doc related updates.
  
  Revision  Changes    Path
  1.72      +4 -4      jakarta-avalon-excalibur/assembly/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/assembly/build.xml,v
  retrieving revision 1.71
  retrieving revision 1.72
  diff -u -r1.71 -r1.72
  --- build.xml	24 Oct 2002 04:12:43 -0000	1.71
  +++ build.xml	18 Nov 2002 11:04:55 -0000	1.72
  @@ -157,7 +157,7 @@
           basedir="${build.classes}"
           compress="${build.compress}"
           manifest="${src.dir}/etc/demo.mf">
  -      <exclude name="**/merlin/**"/>
  +      <include name="**/playground/**"/>
         <zipfileset dir="${build.conf}" prefix="META-INF/">
            <include name="LICENSE.txt"/>
         </zipfileset>
  @@ -192,7 +192,7 @@
     <target name="javadocs" depends="compile" 
             description="Generates the javadocs" unless="skip.javadocs">
       <mkdir dir="${build.javadocs}"/>
  -    <javadoc packagenames="org.apache.excalibur.merlin.*"
  +    <javadoc packagenames="org.apache.excalibur.merlin.*,org.apache.excalibur.assembly.*"
          sourcepath="${java.dir}"
          destdir="${build.javadocs}">
         <classpath refid="project.class.path" />
  @@ -317,8 +317,8 @@
   
     <target name="patch">
       <replace dir="src/java" summary="true"
  -       token="(c) 1997-2002 "
  -       value="(c) 2002 " >
  +       token="meta.model.Profile"
  +       value="merlin.model.Profile" >
        <include name="**/*.*"/>
       </replace>
     </target>
  
  
  
  1.1                  jakarta-avalon-excalibur/assembly/src/java/org/apache/excalibur/assembly/NOTES.TXT
  
  Index: NOTES.TXT
  ===================================================================
  
  Tha org.apache.excalibur.assembly.* packages contains work related to the refactoring the the type and profile management systems.  This content is provided in order to enable peer review and early participation to the general design/refactoring process.
  
  
  
  
  1.6       +2 -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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- menu.xml	21 Aug 2002 23:19:35 -0000	1.5
  +++ menu.xml	18 Nov 2002 11:04:56 -0000	1.6
  @@ -1,7 +1,7 @@
   <project name="Avalon Merlin"
  -    href="http://jakarta.apache.org/avalon/merlin">
  +    href="http://jakarta.apache.org/avalon/excalibur/merlin">
   
  -    <title>Merlin Service Management</title>
  +    <title>Merlin 2 - Service Management</title>
       <logo href="images/merlin_logo.gif">Merlin</logo>
   
       <body>
  
  
  

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