浏览代码

* integration-test/build.xml:
Ooops, had left debugging code in the build file.

Francois Beausoleil 21 年之前
父节点
当前提交
219dfe2038
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      integration-test/build.xml

+ 0 - 2
integration-test/build.xml

@@ -89,8 +89,6 @@ BE SURE TO CHECK REPORTS DIRECTORY FOR RESULTS OF TESTS!
 
 	<target name="tests" depends="clean,unzip,tests-jetty,tests-catalina,tests-jboss"
 		description="Run all integration tests">
-		<property name="jboss-${jboss.version}.errored" value="1"/>
-		<property name="jakarta-tomcat-${tomcat-4.1.version}.failed" value="1"/>
 		<condition property="anyerrors" value="true">
 			<or>
 				<isset property="jetty-${jetty.version}.errored"/>