[jboss-remoting-commits] JBoss Remoting SVN: r4555 - remoting2/branches/2.x.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Mon Sep 8 03:15:52 EDT 2008


Author: ron.sigal at jboss.com
Date: 2008-09-08 03:15:51 -0400 (Mon, 08 Sep 2008)
New Revision: 4555

Modified:
   remoting2/branches/2.x/build.xml
Log:
JBREM-1033: Excludes lib/jdk14 from classpath unless using jdk1.4.

Modified: remoting2/branches/2.x/build.xml
===================================================================
--- remoting2/branches/2.x/build.xml	2008-09-08 07:14:43 UTC (rev 4554)
+++ remoting2/branches/2.x/build.xml	2008-09-08 07:15:51 UTC (rev 4555)
@@ -273,6 +273,7 @@
          <fileset dir="${lib.dir}">
             <include name="**/*.jar"/>
             <!--exclude name="apache-tomcat/*.jar" unless="isJDK4"/-->
+            <exclude name="**/jdk14/*.jar" unless="isJDK4"/>
             <include name="**/jdk14/*.jar" if="isJDK4"/>
          	<exclude name="apache-log4j/lib/log4j.jar" if="isJDK4"/>
          	<exclude name="jboss/jboss-j2se.jar" if="isJDK4"/>




More information about the jboss-remoting-commits mailing list