You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by cz...@apache.org on 2004/05/18 14:04:10 UTC

cvs commit: jakarta-pluto/xdocs install.xml

cziegeler    2004/05/18 05:04:10

  Modified:    xdocs    install.xml
  Log:
  You should specify the version as well!
  
  Revision  Changes    Path
  1.10      +5 -0      jakarta-pluto/xdocs/install.xml
  
  Index: install.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-pluto/xdocs/install.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- install.xml	2 Mar 2004 15:03:58 -0000	1.9
  +++ install.xml	18 May 2004 12:04:10 -0000	1.10
  @@ -56,6 +56,11 @@
       <td width="229">/tomcat</td>
       <td width="261">location of the Tomcat install where you want to deploy Pluto</td>
     </tr>
  +  <tr>
  +    <td width="134">maven.tomcat.version.major</td>
  +    <td width="229">4</td>
  +    <td width="261">Major version number (4 or 5) of the Tomcat install where you want to deploy Pluto</td>
  +  </tr>
   </table>
   <p>You can copy the <code>build.properties.sample</code> file and name it
   	<code>build.properties</code> and use this is a starting point.</p>