Explorar el Código

* build.xml:
Delete generated taglib before making a new one.

Francois Beausoleil hace 21 años
padre
commit
cd2727b85b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      build.xml

+ 1 - 0
build.xml

@@ -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) -->