added jasper report webapp and tomcat config build target.

This commit is contained in:
Heng Sin Low 2010-07-15 03:01:18 +08:00
parent aca30ec605
commit f8ed9faa3c
1 changed files with 3 additions and 0 deletions

View File

@ -28,10 +28,12 @@
<ant inheritAll="false" dir="client"/>
<ant inheritAll="false" dir="JasperReports"/>
<ant inheritAll="false" dir="JasperReportsTools"/>
<ant inheritAll="false" dir="JasperReportsWebApp"/>
<ant inheritAll="false" dir="serverRoot"/>
<ant inheritAll="false" dir="serverApps"/>
<ant inheritAll="false" dir="webStore"/>
<ant inheritAll="false" dir="zkwebui"/>
<ant inheritAll="false" dir="tomcatConfig"/>
</target>
<target name="build" depends="jar">
<ant inheritAll="false" dir="install"/>
@ -48,6 +50,7 @@
<ant inheritAll="false" dir="webStore" target="clean"/>
<ant inheritAll="false" dir="install" target="clean"/>
<ant inheritAll="false" dir="zkwebui" target="clean"/>
<ant inheritAll="false" dir="tomcatConfig" target="clean"/>
</target>
<target name="clean-all" depends="clean">