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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 3 06:53:51 EST 2006


Author: dimitris at jboss.org
Date: 2006-11-03 06:53:48 -0500 (Fri, 03 Nov 2006)
New Revision: 58067

Added:
   branches/Branch_4_0/remoting-int/.classpath
   branches/Branch_4_0/remoting-int/.project
Log:
Re-adding those in Branch_4_0

Added: branches/Branch_4_0/remoting-int/.classpath
===================================================================
--- branches/Branch_4_0/remoting-int/.classpath	2006-11-03 11:43:38 UTC (rev 58066)
+++ branches/Branch_4_0/remoting-int/.classpath	2006-11-03 11:53:48 UTC (rev 58067)
@@ -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-11-03 11:43:38 UTC (rev 58066)
+++ branches/Branch_4_0/remoting-int/.project	2006-11-03 11:53:48 UTC (rev 58067)
@@ -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