You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2003/09/14 16:51:33 UTC

cvs commit: maven/src/plugins-build/java/xdocs goals.xml

dion        2003/09/14 07:51:33

  Modified:    src/plugins-build/java plugin.jelly
               src/plugins-build/java/xdocs goals.xml
  Log:
  Remove jar resources set as per MAVEN-812
  
  Revision  Changes    Path
  1.23      +0 -21     maven/src/plugins-build/java/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/java/plugin.jelly,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- plugin.jelly	19 Aug 2003 04:45:06 -0000	1.22
  +++ plugin.jelly	14 Sep 2003 14:51:33 -0000	1.23
  @@ -6,27 +6,6 @@
     xmlns:define="jelly:define"
     xmlns:maven="jelly:maven">
   
  -  <j:choose>
  -    <j:when test="${!pom.build.resources.includes.isEmpty()}">
  -      <ant:property name="maven.has.jar.resource.patterns" value="true"/>
  -    </j:when>
  -    <j:when test="${!pom.build.resources.excludes.isEmpty()}">
  -      <ant:property name="maven.has.jar.resource.patterns" value="true"/>
  -    </j:when>
  -    <j:otherwise>
  -      <ant:property name="maven.has.jar.resource.patterns" value="false"/>
  -    </j:otherwise>
  -  </j:choose>
  -
  -  <ant:patternset id="maven.jar.resources.set">
  -    <j:forEach var="res" items="${pom.build.resources.includes}">
  -      <ant:include name="${res}"/>
  -    </j:forEach>
  -    <j:forEach var="res" items="${pom.build.resources.excludes}">
  -      <ant:exclude name="${res}"/>
  -    </j:forEach>
  -  </ant:patternset>
  -
     <!-- ================================================================== -->
     <!-- P R E P A R E  F I L E  S Y S T E M                                -->
     <!-- ================================================================== -->
  
  
  
  1.4       +0 -5      maven/src/plugins-build/java/xdocs/goals.xml
  
  Index: goals.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/java/xdocs/goals.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- goals.xml	22 Apr 2003 12:20:49 -0000	1.3
  +++ goals.xml	14 Sep 2003 14:51:33 -0000	1.4
  @@ -40,11 +40,6 @@
                 <a href="properties.html">maven.jarResources.basedir</a> to the
                 build directory, where class files are stored.
               </p>
  -            <p>
  -              The <a href="properties.html">maven.jar.resources.set</a>
  -              property is used to determine which files from the base directory
  -              are included
  -            </p>
             </td>
           </tr>
           <tr>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org