[jboss-cvs] JBossAS SVN: r79517 - in branches/Branch_4_2: tools/etc/buildmagic and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Oct 15 05:48:02 EDT 2008


Author: dimitris at jboss.org
Date: 2008-10-15 05:48:02 -0400 (Wed, 15 Oct 2008)
New Revision: 79517

Modified:
   branches/Branch_4_2/testsuite/build.xml
   branches/Branch_4_2/tools/etc/buildmagic/libraries.xml
Log:
JBAS-6098, remove obsolete reference to juddi.juddi

Modified: branches/Branch_4_2/testsuite/build.xml
===================================================================
--- branches/Branch_4_2/testsuite/build.xml	2008-10-15 09:47:52 UTC (rev 79516)
+++ branches/Branch_4_2/testsuite/build.xml	2008-10-15 09:48:02 UTC (rev 79517)
@@ -114,7 +114,6 @@
     <path refid="jgroups.jgroups.classpath"/>
     <path refid="joesnmp.joesnmp.classpath"/>
     <path refid="junit.junit.classpath"/>
-    <path refid="juddi.juddi.classpath"/>
     <path refid="objectweb.joramtests.classpath"/>
     <path refid="odmg.classpath"/>
     <path refid="oswego.concurrent.classpath"/>

Modified: branches/Branch_4_2/tools/etc/buildmagic/libraries.xml
===================================================================
--- branches/Branch_4_2/tools/etc/buildmagic/libraries.xml	2008-10-15 09:47:52 UTC (rev 79516)
+++ branches/Branch_4_2/tools/etc/buildmagic/libraries.xml	2008-10-15 09:48:02 UTC (rev 79517)
@@ -341,14 +341,6 @@
      <pathelement path="${sleepycat.lib}/je.jar"/>
   </path>
 
-
-  <!-- jUDDI -->
-  <property name="juddi.juddi.root" value="${project.thirdparty}/juddi-juddi"/>
-  <property name="juddi.juddi.lib" value="${juddi.juddi.root}/lib"/>
-  <path id="juddi.juddi.classpath">
-    <pathelement path="${juddi.juddi.lib}/juddi.jar"/>
-  </path>
-
   <!-- JUnitEJB -->
   <property name="junitejb.junitejb.root" value="${project.thirdparty}/junitejb/junitejb"/>
   <property name="junitejb.junitejb.lib" value="${junitejb.junitejb.root}/lib"/>




More information about the jboss-cvs-commits mailing list