|
From: Scott M S. <st...@us...> - 2004-08-06 02:19:28
|
User: starksm
Date: 04/08/05 19:19:22
Modified: . build.xml
Log:
Remove the unused jsse, jce and jdom classpaths
Revision Changes Path
1.389 +1 -4 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.388
retrieving revision 1.389
diff -u -r1.388 -r1.389
--- build.xml 4 Aug 2004 17:21:40 -0000 1.388
+++ build.xml 6 Aug 2004 02:19:21 -0000 1.389
@@ -15,7 +15,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.388 2004/08/04 17:21:40 steveebersole Exp $ -->
+<!-- $Id: build.xml,v 1.389 2004/08/06 02:19:21 starksm Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -96,10 +96,7 @@
<path refid="jgroups.jgroups.classpath"/>
<path refid="junit.junit.classpath"/>
<path refid="junitejb.junitejb.classpath"/>
- <path refid="jdom.classpath"/>
<path refid="javassist.classpath"/>
- <path refid="sun.jce.classpath"/>
- <path refid="sun.jsse.classpath"/>
<path refid="sun.javamail.classpath"/>
<path refid="sun.servlet.classpath"/>
<path refid="trove.classpath"/>
|