|
From: Thomas D. <tdi...@us...> - 2004-11-18 12:43:51
|
User: tdiesler Date: 04/11/18 04:43:42 Modified: . Tag: Branch_4_0 build.xml Log: Add webservice attachment test Revision Changes Path No revision No revision 1.406.2.25 +2 -1 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.406.2.24 retrieving revision 1.406.2.25 diff -u -r1.406.2.24 -r1.406.2.25 --- build.xml 11 Nov 2004 14:25:46 -0000 1.406.2.24 +++ build.xml 18 Nov 2004 12:43:41 -0000 1.406.2.25 @@ -6,7 +6,7 @@ <!-- See terms of license at http://www.gnu.org. --> <!-- ============================================================ --> -<!-- $Id: build.xml,v 1.406.2.24 2004/11/11 14:25:46 tdiesler Exp $ --> +<!-- $Id: build.xml,v 1.406.2.25 2004/11/18 12:43:41 tdiesler Exp $ --> <project default="main" name="JBoss/Testsuite"> <import file="../tools/etc/buildmagic/build-common.xml"/> @@ -82,6 +82,7 @@ <path refid="junit.junit.classpath"/> <path refid="junitejb.junitejb.classpath"/> <path refid="javassist.classpath"/> + <path refid="sun.jaf.classpath"/> <path refid="sun.javamail.classpath"/> <path refid="sun.servlet.classpath"/> <path refid="trove.classpath"/> |