dion        2003/09/07 10:25:21

  Modified:    src/plugins-build/war plugin.properties
               src/plugins-build/war/xdocs properties.xml
  Log:
  Make default false, like it is for the jar plugin
  
  Revision  Changes    Path
  1.8       +1 -1      maven/src/plugins-build/war/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/war/plugin.properties,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- plugin.properties 3 Sep 2003 12:36:54 -0000       1.7
  +++ plugin.properties 7 Sep 2003 17:25:21 -0000       1.8
  @@ -3,7 +3,7 @@
   # -------------------------------------------------------------------
   # War plugin.
   # -------------------------------------------------------------------
  -maven.war.index=true
  +maven.war.index=false
   # Location of where the webapp is located in the source tree. The
   # WEB-INF directory is located right under ${maven.war.src}.
   maven.war.src=${maven.src.dir}/webapp
  
  
  
  1.8       +1 -1      maven/src/plugins-build/war/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/war/xdocs/properties.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- properties.xml    3 Sep 2003 09:23:55 -0000       1.7
  +++ properties.xml    7 Sep 2003 17:25:21 -0000       1.8
  @@ -99,7 +99,7 @@
             <td>Yes</td>
             <td>
               Whether to create an index list to speed up classloading. 
  -            This is a JDK 1.3+ specific feature. Defaults to true.
  +            This is a JDK 1.3+ specific feature. Defaults to false.
             </td>
           </tr>
           <tr>
  
  
  

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

Reply via email to