[jboss-cvs] JBossAS SVN: r57945 - branches/Branch_4_0/remoting-int

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 31 09:17:31 EST 2006


Author: adrian at jboss.org
Date: 2006-10-31 09:17:29 -0500 (Tue, 31 Oct 2006)
New Revision: 57945

Added:
   branches/Branch_4_0/remoting-int/.classpath
   branches/Branch_4_0/remoting-int/.project
Log:
Fix the eclipse build

Added: branches/Branch_4_0/remoting-int/.classpath
===================================================================
--- branches/Branch_4_0/remoting-int/.classpath	2006-10-31 13:04:19 UTC (rev 57944)
+++ branches/Branch_4_0/remoting-int/.classpath	2006-10-31 14:17:29 UTC (rev 57945)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry excluding="tests/" kind="src" path="src/main"/>
+	<classpathentry kind="src" path="src/main/tests"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/remoting/lib/jboss-remoting.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/common/lib/jboss-common.jar"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/security"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/aop/lib/jboss-aop.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/apache-log4j/lib/log4j.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/junit/lib/junit.jar"/>
+	<classpathentry kind="output" path="output/classes"/>
+</classpath>

Added: branches/Branch_4_0/remoting-int/.project
===================================================================
--- branches/Branch_4_0/remoting-int/.project	2006-10-31 13:04:19 UTC (rev 57944)
+++ branches/Branch_4_0/remoting-int/.project	2006-10-31 14:17:29 UTC (rev 57945)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>remoting-int</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>




More information about the jboss-cvs-commits mailing list