|
From: Thomas D. <tdi...@us...> - 2004-08-20 22:00:34
|
User: tdiesler
Date: 04/08/20 15:00:27
Modified: . build.xml
Log:
Add jaxrpc classpath
Revision Changes Path
1.393 +2 -1 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.392
retrieving revision 1.393
diff -u -r1.392 -r1.393
--- build.xml 17 Aug 2004 12:39:25 -0000 1.392
+++ build.xml 20 Aug 2004 22:00:25 -0000 1.393
@@ -15,7 +15,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.392 2004/08/17 12:39:25 ejort Exp $ -->
+<!-- $Id: build.xml,v 1.393 2004/08/20 22:00:25 tdiesler Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -141,6 +141,7 @@
<path refid="jboss.iiop.classpath"/>
<path refid="jboss.internal-server.classpath"/>
<path refid="jboss.j2ee.classpath"/>
+ <path refid="jboss.jaxrpc.classpath"/>
<path refid="jboss.jbossnet.classpath"/>
<path refid="jboss.jca.classpath"/>
<path refid="jboss.management.classpath"/>
|