Skip to content

Commit a7c3ee7

Browse files
committed
build.xml: fixed ant war.
1 parent 3603b81 commit a7c3ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<war destfile="${dist.dir}/${war.name}" basedir="${web.dir}" webxml="${web.dir}/WEB-INF/web.xml">
3939
<classes dir="${build.dir}" />
4040
<lib dir="${lib.dir}">
41-
<exclude file="tomcat6-servlet-2.5-api-6.0.26.jar" />
41+
<exclude name="tomcat6-servlet-2.5-api-6.0.26.jar" />
4242
</lib>
4343
</war>
4444
</target>

0 commit comments

Comments
 (0)