remove unused log.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115399 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2cb42db4fd
commit
144275c14e
@ -88,7 +88,7 @@
|
|||||||
<j:if test="${maven.compile.src.set == null}">
|
<j:if test="${maven.compile.src.set == null}">
|
||||||
<j:set scope="parent" var="maven.compile.src.set" value="${pom.build.sourceDirectory}"/>
|
<j:set scope="parent" var="maven.compile.src.set" value="${pom.build.sourceDirectory}"/>
|
||||||
</j:if>
|
</j:if>
|
||||||
<ant:echo>COUCOU</ant:echo>
|
|
||||||
<!-- Create a patternset for source modifications -->
|
<!-- Create a patternset for source modifications -->
|
||||||
<patternset id="source.modifications">
|
<patternset id="source.modifications">
|
||||||
<ant:include name="**/*.java"/>
|
<ant:include name="**/*.java"/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user