Destination directory for tlds files were created inside src area.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113574 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
michal
2003-07-02 12:21:00 +00:00
parent 508910ff0e
commit 05be2a1f64

View File

@@ -84,7 +84,7 @@
<j:set var="webapp.build.lib" value="${webapp.build.webinf}/lib"/>
<ant:mkdir dir="${webapp.build.lib}"/>
<j:set var="webapp.build.tlds" value="${maven.war.src}/${maven.war.tld.dir}"/>
<j:set var="webapp.build.tlds" value="${maven.war.webapp.dir}/${maven.war.tld.dir}"/>
<ant:mkdir dir="${webapp.build.tlds}"/>
<j:set var="webapp.build.classes" value="${webapp.build.webinf}/classes"/>