* Fix build.xml and .project

This commit is contained in:
Heng Sin Low 2008-07-10 06:02:55 +00:00
parent 077fa37ef7
commit d332037aa6
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
<ant inheritAll="false" dir="webCM"/> <ant inheritAll="false" dir="webCM"/>
<ant inheritAll="false" dir="sqlj"/> <ant inheritAll="false" dir="sqlj"/>
<ant inheritAll="false" dir="posterita"/> <ant inheritAll="false" dir="posterita"/>
<ant inheritAll="false" dir="extension/posterita/webui"/> <ant inheritAll="false" dir="zkwebui"/>
</target> </target>
<target name="build" depends="jar"> <target name="build" depends="jar">
<ant inheritAll="false" dir="install"/> <ant inheritAll="false" dir="install"/>
@ -50,7 +50,7 @@
<ant inheritAll="false" dir="sqlj" target="clean"/> <ant inheritAll="false" dir="sqlj" target="clean"/>
<ant inheritAll="false" dir="posterita" target="clean"/> <ant inheritAll="false" dir="posterita" target="clean"/>
<ant inheritAll="false" dir="install" target="clean"/> <ant inheritAll="false" dir="install" target="clean"/>
<ant inheritAll="false" dir="extension/posterita/webui" target="clean"/> <ant inheritAll="false" dir="zkwebui" target="clean"/>
</target> </target>
<target name="clean-all" depends="clean"> <target name="clean-all" depends="clean">