Reduce codage
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113654 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -62,8 +62,7 @@
|
||||
|
||||
<!-- generate output file name -->
|
||||
<util:replace var="outFileForward" oldChar="\" newChar="/" value="${file.toString()}"/>
|
||||
<j:set var="outFiles" value="${mapper.mapFileName(outFileForward)}"/>
|
||||
<j:set var="outFile" value="${outFiles[0]}"/>
|
||||
<j:set var="outFile" value="${mapper.mapFileName(outFileForward).0}"/>
|
||||
|
||||
<ant:echo>Generating ${outFile} from ${file}</ant:echo>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user