Revision 2053
Added by sgarg over 20 years ago
build.xml | ||
---|---|---|
87 | 87 |
<property name="mcanotherpassword" value=""/> |
88 | 88 |
|
89 | 89 |
<property name="debug" value="on" /> |
90 |
<property name="debuglevel" value="100" />
|
|
90 |
<property name="debuglevel" value="55" />
|
|
91 | 91 |
|
92 | 92 |
<property name="morphosourcedir" value="../morpho" /> |
93 | 93 |
<property name="defaultcontenttype" value="application/octet-stream" /> |
... | ... | |
726 | 726 |
|
727 | 727 |
<target name="clean" depends="init" |
728 | 728 |
description="deletes build dir and any files copied to cvs sandbox by build process (jars, xsl) Currently *not* schema/DTDs"> |
729 |
<delete dir="/usr/tomcat/webapps/knb-test" /> |
|
730 |
<delete file="/usr/tomcat/webapps/knb-test.war" /> |
|
731 | 729 |
<delete dir="${build.dir}" /> |
732 | 730 |
<delete file="lib/httpclient.jar" /> |
733 | 731 |
<delete file="lib/utilities.jar" /> |
Also available in: Unified diff
Debug level was changed and a few extra lines were added in last commit.
Restored those to previous values.