[jboss-cvs] JBossAS SVN: r76306 - in branches/Branch_4_2: testsuite and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 28 11:40:50 EDT 2008


Author: adrian at jboss.org
Date: 2008-07-28 11:40:50 -0400 (Mon, 28 Jul 2008)
New Revision: 76306

Modified:
   branches/Branch_4_2/connector/.classpath
   branches/Branch_4_2/testsuite/.classpath
   branches/Branch_4_2/varia/.classpath
Log:
Fix the eclipse build

Modified: branches/Branch_4_2/connector/.classpath
===================================================================
--- branches/Branch_4_2/connector/.classpath	2008-07-28 15:24:43 UTC (rev 76305)
+++ branches/Branch_4_2/connector/.classpath	2008-07-28 15:40:50 UTC (rev 76306)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="src" path="src/main"/>
+	<classpathentry kind="src" path="src/main" excluding="org/jboss/resource/adapter/jdbc/jdk6/"/>
 	<classpathentry kind="src" path="/system"/>
 	<classpathentry kind="src" path="/jmx"/>
 	<classpathentry kind="src" path="/j2ee"/>

Modified: branches/Branch_4_2/testsuite/.classpath
===================================================================
--- branches/Branch_4_2/testsuite/.classpath	2008-07-28 15:24:43 UTC (rev 76305)
+++ branches/Branch_4_2/testsuite/.classpath	2008-07-28 15:40:50 UTC (rev 76306)
@@ -63,5 +63,6 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/profiler/jvmti/lib/jboss-profiler-jvmti.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/web/lib/jbossweb.jar" sourcepath="/thirdparty/jboss/web/lib/jbossweb-src.zip"/>
 	<classpathentry kind="lib" path="/thirdparty/apache-codec/lib/commons-codec.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/sun-jsf/lib/jsf-impl.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: branches/Branch_4_2/varia/.classpath
===================================================================
--- branches/Branch_4_2/varia/.classpath	2008-07-28 15:24:43 UTC (rev 76305)
+++ branches/Branch_4_2/varia/.classpath	2008-07-28 15:40:50 UTC (rev 76306)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry excluding="org/jboss/jaxr/ebxmlrr/|org/jboss/tm/plugins/tyrex/|org/jboss/jdo/castor/" kind="src" path="src/main"/>
+	<classpathentry excluding="org/jboss/jaxr/ebxmlrr/|org/jboss/tm/plugins/tyrex/|org/jboss/jdo/castor/|org/jboss/varia/stats/DataSourceInterceptorJDK6.java" kind="src" path="src/main"/>
 	<classpathentry kind="src" path="/system"/>
 	<classpathentry kind="src" path="/jmx"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/common/lib/jboss-common.jar"/>




More information about the jboss-cvs-commits mailing list