brett       2005/04/13 04:54:46

  Modified:    maven-site/src/site/xdoc download.xml
  Log:
  fix paths
  
  Revision  Changes    Path
  1.8       +2 -2      maven-components/maven-site/src/site/xdoc/download.xml
  
  Index: download.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-site/src/site/xdoc/download.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- download.xml      8 Apr 2005 16:21:42 -0000       1.7
  +++ download.xml      13 Apr 2005 11:54:45 -0000      1.8
  @@ -96,7 +96,7 @@
               <code>PATH</code>
               variable in the user variables.
               eg.
  -            <code>"C:\Program Files\Apache Software 
Foundation\maven-2.0-alpha-1";%PATH%</code>
  +            <code>"C:\Program Files\Apache Software 
Foundation\maven-2.0-alpha-1\bin";%PATH%</code>
             </li>
             <li>
               In the same dialog, make sure that
  @@ -122,7 +122,7 @@
             <li>
               Add the
               <code>bin</code> directory to your path, eg.
  -            <code>export PATH=/usr/local/maven-2.0-alpha-1:$PATH</code>
  +            <code>export PATH=/usr/local/maven-2.0-alpha-1/bin:$PATH</code>
             </li>
             <li>
               Make sure that
  
  
  

Reply via email to