fix for previous commit
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116233 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e47b170033
commit
f3cd6013d4
@ -104,8 +104,11 @@
|
||||
|
||||
</j:if>
|
||||
</j:forEach>
|
||||
|
||||
<!-- bundle all dependencies that were copied to a temporary dir -->
|
||||
<ant:fileset dir="${tmpDependenciesDir}"/>
|
||||
<util:available file="${tmpDependenciesDir}">
|
||||
<ant:fileset dir="${tmpDependenciesDir}"/>
|
||||
</util:available>
|
||||
|
||||
<!-- include license -->
|
||||
<j:set var="licenseFileName"><license:fileName/></j:set>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user