You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2002/12/16 15:08:32 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/wizard/xdocs navigation.xml

dion        2002/12/16 06:08:32

  Modified:    src/plugins-build/wizard/xdocs navigation.xml
  Log:
  Add goals
  
  Revision  Changes    Path
  1.2       +2 -1      jakarta-turbine-maven/src/plugins-build/wizard/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/wizard/xdocs/navigation.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- navigation.xml	23 Oct 2002 17:48:44 -0000	1.1
  +++ navigation.xml	16 Dec 2002 14:08:32 -0000	1.2
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
   <project name="Maven Console Plugin">
   
  -  <title>Maven Console</title>
  +  <title>Maven Wizard</title>
   
     <body>
       <links>
  @@ -9,6 +9,7 @@
       </links>
       <menu name="Overview">
         <item name="Goals"      href="/goals.html" />
  +      <item name="Properties" href="/properties.html" />
       </menu>
     </body>
   </project>