* build.xml:

Delete generated taglib before making a new one.
This commit is contained in:
Francois Beausoleil 2004-03-23 17:44:26 +00:00
parent 01f27e5210
commit cd2727b85b
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@
<target name="fulljar" depends="build,initdist" description="Create JAR file with all Acegi Security System for Spring classes">
<delete file="${dist.dir}/${acegi-security.jar}"/>
<delete file="${dist.dir}/${acegi-taglib.jar}"/>
<!-- An all classes JAR file, which is provided for compiling web apps
only (at runtime all classes should be from web container) -->