evenisse    2003/09/03 02:23:55

  Modified:    src/plugins-build/war plugin.jelly plugin.properties
               src/plugins-build/war/xdocs changes.xml properties.xml
  Log:
  Added maven.war.index property.
  
  Revision  Changes    Path
  1.28      +1 -1      maven/src/plugins-build/war/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/war/plugin.jelly,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- plugin.jelly      2 Sep 2003 13:37:03 -0000       1.27
  +++ plugin.jelly      3 Sep 2003 09:23:55 -0000       1.28
  @@ -42,7 +42,7 @@
            destfile="${maven.war.build.dir}/${maven.war.final.name}"
            basedir="${maven.war.webapp.dir}"         
            update="true"
  -         index="true">
  +         index="${maven.war.index}">
         <ant:metainf dir="${licenseFile.canonicalFile.parent}">
           <ant:include name="${licenseFile.canonicalFile.name}"/>
         </ant:metainf>
  
  
  
  1.6       +1 -0      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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- plugin.properties 3 Sep 2003 08:31:02 -0000       1.5
  +++ plugin.properties 3 Sep 2003 09:23:55 -0000       1.6
  @@ -3,6 +3,7 @@
   # -------------------------------------------------------------------
   # War plugin.
   # -------------------------------------------------------------------
  +maven.jar.index=true
   # 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.11      +3 -0      maven/src/plugins-build/war/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/war/xdocs/changes.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- changes.xml       2 Sep 2003 13:37:03 -0000       1.10
  +++ changes.xml       3 Sep 2003 09:23:55 -0000       1.11
  @@ -8,6 +8,9 @@
     <body>
   
       <release version="1.4" date="in CVS">
  +      <action dev="evenisse" type="add">
  +       Added maven.war.index property. 
  +      </action>
         <action dev="rafal" type="add">
          Accept includes/excludes patterns over maven.war.src. 
         </action>
  
  
  
  1.7       +8 -0      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.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- properties.xml    3 Sep 2003 08:31:02 -0000       1.6
  +++ properties.xml    3 Sep 2003 09:23:55 -0000       1.7
  @@ -95,6 +95,14 @@
             </td>
           </tr>
           <tr>
  +          <td>maven.war.index</td>
  +          <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.
  +          </td>
  +        </tr>
  +        <tr>
             <a id="tld_dir"/>
             <td>maven.war.tld.dir</td>
             <td>Yes</td>
  
  
  

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

Reply via email to