Просмотр исходного кода

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

Francois Beausoleil 21 лет назад
Родитель
Сommit
cd2727b85b
1 измененных файлов с 1 добавлено и 0 удалено
  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) -->