Author: snicoll
Date: Wed Jun  7 10:32:40 2006
New Revision: 412464

URL: http://svn.apache.org/viewvc?rev=412464&view=rev
Log:
MPWAR-43: Aded the ability to customize the Class-Path entry of the manifest.

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

Modified: maven/maven-1/plugins/trunk/war/plugin.jelly
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/war/plugin.jelly?rev=412464&r1=412463&r2=412464&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/war/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/war/plugin.jelly Wed Jun  7 10:32:40 2006
@@ -46,8 +46,7 @@
     
     <ant:echo>Building WAR ${pom.artifactId}</ant:echo>
 
-    <!-- build dependency list -->
-    <j:set var="maven.war.classpath" value=""/>
+    <!-- build dependency list -->    
     <j:forEach var="dep" items="${pom.dependencies}">
       <j:if test="${dep.getProperty('war.manifest.classpath')=='true'}">
         <j:set var="maven.war.classpath" value="${maven.war.classpath} 
${dep.artifact}"/>

Modified: maven/maven-1/plugins/trunk/war/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/war/xdocs/changes.xml?rev=412464&r1=412463&r2=412464&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/war/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/war/xdocs/changes.xml Wed Jun  7 10:32:40 2006
@@ -25,6 +25,7 @@
   </properties>
   <body>
     <release version="1.6.2-SNAPSHOT" date="in SVN">
+      <action dev="snicoll" type="add" issue="MPWAR-43">Aded the ability to 
customize the Class-Path entry of the manifest</action>
       <action dev="snicoll" type="update" issue="MPWAR-49">Added property 
<code>maven.war.resources.overwrite</code> to control is resources overwrites 
the ones in the generated webapp directory.</action>
       <action dev="snicoll" type="update" issue="MPWAR-37" due-to="Troy 
Poppe">Added ability to expand properties when copying war resources.</action>
       <action dev="snicoll" type="update" issue="MPWAR-39">Updated wrong 
documentation regarding web.xml filtering.</action>


Reply via email to