evenisse    2004/02/03 12:31:22

  Modified:    .        Tag: MAVEN-1_0-BRANCH maven.xml No tag
                        project.properties
               xdocs    Tag: MAVEN-1_0-BRANCH navigation.xml
  Added:       xdocs    Tag: MAVEN-1_0-BRANCH navigation-pdf.xml
  Log:
  Add pdf documentation to site
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.97.2.8  +4 -0      maven/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven/maven.xml,v
  retrieving revision 1.97.2.7
  retrieving revision 1.97.2.8
  diff -u -r1.97.2.7 -r1.97.2.8
  --- maven.xml 29 Jan 2004 01:02:42 -0000      1.97.2.7
  +++ maven.xml 3 Feb 2004 20:31:21 -0000       1.97.2.8
  @@ -14,6 +14,10 @@
         </j:otherwise>
       </j:choose>
     </goal>
  +  
  +  <postGoal name="site">
  +    <attainGoal name="pdf"/>
  +  </postGoal>
   
     <!-- ================================================================== -->
     <!-- T O U C H S T O N E  B U I L D                                     -->
  
  
  
  No                   revision
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven/maven.xml,v
  retrieving revision 1.97.2.7
  retrieving revision 1.97.2.8
  diff -u -r1.97.2.7 -r1.97.2.8
  --- maven.xml 29 Jan 2004 01:02:42 -0000      1.97.2.7
  +++ maven.xml 3 Feb 2004 20:31:21 -0000       1.97.2.8
  @@ -14,6 +14,10 @@
         </j:otherwise>
       </j:choose>
     </goal>
  +  
  +  <postGoal name="site">
  +    <attainGoal name="pdf"/>
  +  </postGoal>
   
     <!-- ================================================================== -->
     <!-- T O U C H S T O N E  B U I L D                                     -->
  
  
  
  No                   revision
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven/maven.xml,v
  retrieving revision 1.97.2.7
  retrieving revision 1.97.2.8
  diff -u -r1.97.2.7 -r1.97.2.8
  --- maven.xml 29 Jan 2004 01:02:42 -0000      1.97.2.7
  +++ maven.xml 3 Feb 2004 20:31:21 -0000       1.97.2.8
  @@ -14,6 +14,10 @@
         </j:otherwise>
       </j:choose>
     </goal>
  +  
  +  <postGoal name="site">
  +    <attainGoal name="pdf"/>
  +  </postGoal>
   
     <!-- ================================================================== -->
     <!-- T O U C H S T O N E  B U I L D                                     -->
  
  
  
  1.57      +7 -0      maven/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven/project.properties,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- project.properties        14 Jan 2004 18:09:25 -0000      1.56
  +++ project.properties        3 Feb 2004 20:31:21 -0000       1.57
  @@ -67,6 +67,13 @@
   maven.html2xdoc.enable=true
   
   #------------------------------------------------------------------
  +# P D F   P R O P E R T I E S
  +#------------------------------------------------------------------
  +maven.pdf.projectLogo=http://maven.apache.org/images/maven.gif
  +maven.pdf.companyLogo=http://maven.apache.org/images/asf_logo_wide_clear.gif
  +maven.pdf.navigationFile=navigation-pdf.xml
  +
  +#------------------------------------------------------------------
   # B O O T S T R A P
   #------------------------------------------------------------------
   
  
  
  
  No                   revision
  No                   revision
  1.33.4.2  +2 -1      maven/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/navigation.xml,v
  retrieving revision 1.33.4.1
  retrieving revision 1.33.4.2
  diff -u -r1.33.4.1 -r1.33.4.2
  --- navigation.xml    10 Dec 2003 04:05:20 -0000      1.33.4.1
  +++ navigation.xml    3 Feb 2004 20:31:21 -0000       1.33.4.2
  @@ -6,8 +6,9 @@
     <body>
       <search/>
       <links>
  -      <item name="Jelly"                   
href="http://jakarta.apache.org/commons/jelly/index.html"/>
  +      <item name="Jelly"             
href="http://jakarta.apache.org/commons/jelly/index.html"/>
         <item name="Plugins"           href="/reference/plugins/index.html"/>
  +      <item name="PDF Documentation" href="/maven.pdf"/>
       </links>
   
      <menu name="Overview">
  
  
  
  No                   revision
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/navigation.xml,v
  retrieving revision 1.33.4.1
  retrieving revision 1.33.4.2
  diff -u -r1.33.4.1 -r1.33.4.2
  --- navigation.xml    10 Dec 2003 04:05:20 -0000      1.33.4.1
  +++ navigation.xml    3 Feb 2004 20:31:21 -0000       1.33.4.2
  @@ -6,8 +6,9 @@
     <body>
       <search/>
       <links>
  -      <item name="Jelly"                   
href="http://jakarta.apache.org/commons/jelly/index.html"/>
  +      <item name="Jelly"             
href="http://jakarta.apache.org/commons/jelly/index.html"/>
         <item name="Plugins"           href="/reference/plugins/index.html"/>
  +      <item name="PDF Documentation" href="/maven.pdf"/>
       </links>
   
      <menu name="Overview">
  
  
  
  No                   revision
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven/xdocs/navigation.xml,v
  retrieving revision 1.33.4.1
  retrieving revision 1.33.4.2
  diff -u -r1.33.4.1 -r1.33.4.2
  --- navigation.xml    10 Dec 2003 04:05:20 -0000      1.33.4.1
  +++ navigation.xml    3 Feb 2004 20:31:21 -0000       1.33.4.2
  @@ -6,8 +6,9 @@
     <body>
       <search/>
       <links>
  -      <item name="Jelly"                   
href="http://jakarta.apache.org/commons/jelly/index.html"/>
  +      <item name="Jelly"             
href="http://jakarta.apache.org/commons/jelly/index.html"/>
         <item name="Plugins"           href="/reference/plugins/index.html"/>
  +      <item name="PDF Documentation" href="/maven.pdf"/>
       </links>
   
      <menu name="Overview">
  
  
  
  1.1.2.1   +68 -0     maven/xdocs/Attic/navigation-pdf.xml
  
  
  
  

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

Reply via email to