|
From: Scott M S. <st...@us...> - 2002-05-22 23:43:58
|
User: starksm
Date: 02/05/22 16:43:58
Modified: . Tag: Branch_3_0 build.xml
Log:
Remove references to jndi.jar
Revision Changes Path
No revision
No revision
1.106.2.14 +1 -9 jbosstest/build.xml
Index: build.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/build.xml,v
retrieving revision 1.106.2.13
retrieving revision 1.106.2.14
diff -u -r1.106.2.13 -r1.106.2.14
--- build.xml 21 May 2002 05:31:57 -0000 1.106.2.13
+++ build.xml 22 May 2002 23:43:58 -0000 1.106.2.14
@@ -13,7 +13,7 @@
<!-- -->
<!-- ====================================================================== -->
-<!-- $Id: build.xml,v 1.106.2.13 2002/05/21 05:31:57 starksm Exp $ -->
+<!-- $Id: build.xml,v 1.106.2.14 2002/05/22 23:43:58 starksm Exp $ -->
<project default="main" name="JBoss/Testsuite">
@@ -70,13 +70,6 @@
<!-- Libraries -->
<!-- ========= -->
- <!-- Java Naming and Directory Interface (JNDI) -->
- <property name="sun.jndi.root" value="${project.thirdparty}/sun/jndi"/>
- <property name="sun.jndi.lib" value="${sun.jndi.root}/lib"/>
- <path id="sun.jndi.classpath">
- <pathelement path="${sun.jndi.lib}/jndi.jar"/>
- </path>
-
<!-- Java API for XML Processing (JAXP) -->
<property name="sun.jaxp.root" value="${project.thirdparty}/sun/jaxp"/>
<property name="sun.jaxp.lib" value="${sun.jaxp.root}/lib"/>
@@ -176,7 +169,6 @@
<!-- The combined library classpath -->
<path id="library.classpath">
- <path refid="sun.jndi.classpath"/>
<path refid="sun.jaxp.classpath"/>
<path refid="sun.jaas.classpath"/>
<path refid="sun.jce.classpath"/>
|