From: Scott M S. <st...@us...> - 2002-05-24 21:03:03
|
User: starksm Date: 02/05/24 14:03:03 Modified: . build.xml Log: Remove the jndi.jar references Revision Changes Path 1.136 +1 -9 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.135 retrieving revision 1.136 diff -u -r1.135 -r1.136 --- build.xml 24 May 2002 19:41:10 -0000 1.135 +++ build.xml 24 May 2002 21:03:03 -0000 1.136 @@ -13,7 +13,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.135 2002/05/24 19:41:10 starksm Exp $ --> +<!-- $Id: build.xml,v 1.136 2002/05/24 21:03:03 starksm Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -74,13 +74,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"/> @@ -180,7 +173,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"/> |