[Jboss-cvs] JBossAS SVN: r54910 - in branches/Branch_4_0: . jms jmx-remoting remoting-int spring-int webservice

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jul 31 05:43:32 EDT 2006


Author: darran.lofthouse at jboss.com
Date: 2006-07-31 05:43:28 -0400 (Mon, 31 Jul 2006)
New Revision: 54910

Modified:
   branches/Branch_4_0/
   branches/Branch_4_0/jms/.classpath
   branches/Branch_4_0/jmx-remoting/.classpath
   branches/Branch_4_0/remoting-int/
   branches/Branch_4_0/spring-int/
   branches/Branch_4_0/spring-int/.classpath
   branches/Branch_4_0/webservice/.classpath
Log:
Fixes for Eclipse projects.




Property changes on: branches/Branch_4_0
___________________________________________________________________
Name: svn:ignore
   + thirdparty
.metadata


Modified: branches/Branch_4_0/jms/.classpath
===================================================================
--- branches/Branch_4_0/jms/.classpath	2006-07-31 04:03:53 UTC (rev 54909)
+++ branches/Branch_4_0/jms/.classpath	2006-07-31 09:43:28 UTC (rev 54910)
@@ -4,7 +4,6 @@
 	<classpathentry kind="src" path="src/test"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="src" path="/j2ee"/>
-	<classpathentry kind="src" path="/common"/>
 	<classpathentry kind="src" path="/system"/>
 	<classpathentry kind="lib" path="/thirdparty/javassist/lib/javassist.jar"/>
 	<classpathentry kind="src" path="/jmx"/>
@@ -14,5 +13,6 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/aop/lib/jboss-aop.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/junit/lib/junit.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/remoting/lib/jboss-remoting.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/common/lib/jboss-common.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: branches/Branch_4_0/jmx-remoting/.classpath
===================================================================
--- branches/Branch_4_0/jmx-remoting/.classpath	2006-07-31 04:03:53 UTC (rev 54909)
+++ branches/Branch_4_0/jmx-remoting/.classpath	2006-07-31 09:43:28 UTC (rev 54910)
@@ -4,8 +4,9 @@
 	<classpathentry kind="src" path="src/test"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="src" path="/jmx"/>
-	<classpathentry kind="src" path="/common"/>
 	<classpathentry kind="lib" path="/thirdparty/apache-log4j/lib/log4j.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/oswego-concurrent/lib/concurrent.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/remoting/lib/jboss-remoting.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/common/lib/jboss-common.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>


Property changes on: branches/Branch_4_0/remoting-int
___________________________________________________________________
Name: svn:ignore
   + output



Property changes on: branches/Branch_4_0/spring-int
___________________________________________________________________
Name: svn:ignore
   + output


Modified: branches/Branch_4_0/spring-int/.classpath
===================================================================
--- branches/Branch_4_0/spring-int/.classpath	2006-07-31 04:03:53 UTC (rev 54909)
+++ branches/Branch_4_0/spring-int/.classpath	2006-07-31 09:43:28 UTC (rev 54910)
@@ -2,11 +2,8 @@
 <classpath>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/system"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/j2se"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/common"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/server"/>
 	<classpathentry kind="lib" path="/thirdparty/spring/lib/spring-beans.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/spring/lib/spring-core.jar"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/aop"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: branches/Branch_4_0/webservice/.classpath
===================================================================
--- branches/Branch_4_0/webservice/.classpath	2006-07-31 04:03:53 UTC (rev 54909)
+++ branches/Branch_4_0/webservice/.classpath	2006-07-31 09:43:28 UTC (rev 54910)
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry 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