Hi list,
in the build section of my project.xml I have the following lines:
<resources>
<resource>
<directory>tld</directory>
<targetPath>META-INF</targetPath>
<includes>
<include>**/*.tld</include>
</includes>
</resource>
</resources>In the "tld" directory, I have one tld - "commons.tld".
In the resulting jar I find "commons.tld" twice - one time within META-INF and one time besides it.
I thought it should only appear within META-INF. What am I doing wrong?
Thanks in advance for your help, Gisbert Amm
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
