tags unification
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115080 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -137,7 +137,7 @@
|
||||
<ant:copy todir="${basedir}" filtering="true">
|
||||
<ant:fileset dir="${maven.genapp.resources}">
|
||||
<j:forEach var="res" items="${maven.genapp.filter.split}">
|
||||
<include name="${res}"/>
|
||||
<ant:include name="${res}"/>
|
||||
</j:forEach>
|
||||
</ant:fileset>
|
||||
</ant:copy>
|
||||
@@ -148,10 +148,10 @@
|
||||
<ant:exclude name="src/java"/>
|
||||
<ant:exclude name="src/test"/>
|
||||
<j:forEach var="res" items="${maven.genapp.filter}">
|
||||
<exclude name="${res}"/>
|
||||
<ant:exclude name="${res}"/>
|
||||
</j:forEach>
|
||||
<j:forEach var="res" items="${maven.genapp.repackage.split}">
|
||||
<exclude name="src/${res}/**"/>
|
||||
<ant:exclude name="src/${res}/**"/>
|
||||
</j:forEach>
|
||||
</ant:fileset>
|
||||
</ant:copy>
|
||||
|
||||
Reference in New Issue
Block a user