Revert 5676 - the change must be done on the other way

This commit is contained in:
Carlos Ruiz 2008-07-14 20:45:57 +00:00
parent 87b4655d05
commit f458e37514
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- ======================================================== -->
<!-- Posterita Ajax UI (Web UI) -->
<!-- Zk Ajax UI (Web UI) -->
<!-- ======================================================== -->
<project name="ZkWebUI" default="war" basedir=".">
@ -56,7 +56,7 @@
</target>
<target name="war" depends="compile">
<echo message="=========== Build Posterita Ajax UI ==========="/>
<echo message="=========== Build Zk Ajax UI ==========="/>
<delete dir="${dist.dir}" />
<mkdir dir="${dist.dir}"/>