You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sn...@apache.org on 2006/04/17 17:32:58 UTC

svn commit: r394708 - in /maven/maven-1/plugins/trunk/war: plugin.properties xdocs/changes.xml xdocs/properties.xml

Author: snicoll
Date: Mon Apr 17 08:32:57 2006
New Revision: 394708

URL: http://svn.apache.org/viewcvs?rev=394708&view=rev
Log:
MPWAR-29: Fixed confusing documentation regarding maven.war.classes.includes and maven.war.classes.excludes properties

Modified:
    maven/maven-1/plugins/trunk/war/plugin.properties
    maven/maven-1/plugins/trunk/war/xdocs/changes.xml
    maven/maven-1/plugins/trunk/war/xdocs/properties.xml

Modified: maven/maven-1/plugins/trunk/war/plugin.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/war/plugin.properties?rev=394708&r1=394707&r2=394708&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/war/plugin.properties (original)
+++ maven/maven-1/plugins/trunk/war/plugin.properties Mon Apr 17 08:32:57 2006
@@ -35,7 +35,7 @@
 maven.war.webxml=${maven.war.src}/WEB-INF/web.xml
 
 # Classes to include and exclude from WEB-INF/classes
-# Note: Classes are relative to build.dir
+# Note: Classes are relative to maven.build.dest
 maven.war.classes.includes=**
 maven.war.classes.excludes=**/package.html
 

Modified: maven/maven-1/plugins/trunk/war/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/war/xdocs/changes.xml?rev=394708&r1=394707&r2=394708&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/war/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/war/xdocs/changes.xml Mon Apr 17 08:32:57 2006
@@ -25,6 +25,7 @@
   </properties>
   <body>
     <release version="1.6.2-SNAPSHOT" date="in SVN">
+      <action dev="snicoll" type="fix" issue="MPWAR-29">Fixed confusing documentation regarding maven.war.classes.includes and excludes properties</action>
       <action dev="snicoll" type="fix" issue="MPWAR-32">License file is now added properly to the generated war</action>
       <action dev="brett" type="fix">Remove reference to unused caller tag library to suppress warning</action>
       <action dev="aheritier" type="update" issue="MPWAR-50">Add support for EJB client code.</action>

Modified: maven/maven-1/plugins/trunk/war/xdocs/properties.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/war/xdocs/properties.xml?rev=394708&r1=394707&r2=394708&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/war/xdocs/properties.xml (original)
+++ maven/maven-1/plugins/trunk/war/xdocs/properties.xml Mon Apr 17 08:32:57 2006
@@ -73,7 +73,7 @@
           <td>
             Classes to include from WEB-INF/classes
             Note: Classes are relative to 
-            <code>${maven.build.dir}</code>.
+            <code>${maven.build.dest}</code>.
           </td>
         </tr>
         <tr>
@@ -82,7 +82,7 @@
           <td>
             Classes to exclude from WEB-INF/classes
             Note: Classes are relative to 
-            <code>${maven.build.dir}</code>.
+            <code>${maven.build.dest}</code>.
           </td>
         </tr>
         <tr>