From: Scott M S. <st...@us...> - 2005-01-26 08:21:07
|
User: starksm Date: 05/01/26 00:20:59 Modified: . Tag: Branch_3_2 build.xml Log: Exclude tomcat-ssl-tests when running under jdk1.3 Revision Changes Path No revision No revision 1.165.2.182 +3 -2 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.165.2.181 retrieving revision 1.165.2.182 diff -u -r1.165.2.181 -r1.165.2.182 --- build.xml 23 Jan 2005 07:12:10 -0000 1.165.2.181 +++ build.xml 26 Jan 2005 08:20:55 -0000 1.165.2.182 @@ -6,7 +6,7 @@ <!-- See terms of license at http://www.gnu.org. --> <!-- ============================================================ --> -<!-- $Id: build.xml,v 1.165.2.181 2005/01/23 07:12:10 starksm Exp $ --> +<!-- $Id: build.xml,v 1.165.2.182 2005/01/26 08:20:55 starksm Exp $ --> <project default="main" name="JBoss/Testsuite"> <import file="../tools/etc/buildmagic/build-common.xml"/> @@ -641,7 +641,8 @@ <!-- Tests of tomcat needing a ssl connector --> <target name="tomcat-ssl-tests" - description="Tomcat tests requiring an SSL connector"> + description="Tomcat tests requiring an SSL connector" + if="HAVE_JDK_1.4"> <!-- Create the ssl enabled tomcat config --> <create-config baseconf="default" newconf="tomcat-ssl"> <patternset> |