[jboss-cvs] JBossAS SVN: r70107 - projects/naming/trunk/jnpserver.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 26 09:51:09 EST 2008


Author: scott.stark at jboss.org
Date: 2008-02-26 09:51:09 -0500 (Tue, 26 Feb 2008)
New Revision: 70107

Added:
   projects/naming/trunk/jnpserver/.classpath
   projects/naming/trunk/jnpserver/.project
Removed:
   projects/naming/trunk/jnpserver/test/
Log:
Add eclipse project files

Added: projects/naming/trunk/jnpserver/.classpath
===================================================================
--- projects/naming/trunk/jnpserver/.classpath	                        (rev 0)
+++ projects/naming/trunk/jnpserver/.classpath	2008-02-26 14:51:09 UTC (rev 70107)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" output="naming/target-eclipse-test-classes" path="test/java"/>
+	<classpathentry kind="src" path="src/main/java"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="var" path="M2_REPO/apache-log4j/log4j/1.2.14/log4j-1.2.14.jar"/>
+	<classpathentry kind="var" path="M2_REPO/junit/junit/4.4/junit-4.4.jar"/>
+	<classpathentry kind="var" path="M2_REPO/org/jboss/jboss-common-core/2.2.3.GA/jboss-common-core-2.2.3.GA.jar"/>
+	<classpathentry kind="var" path="M2_REPO/jboss/jboss-common-logging-spi/2.0.4.GA/jboss-common-logging-spi-2.0.4.GA.jar"/>
+	<classpathentry kind="var" path="M2_REPO/jboss/jboss-common-logging-log4j/2.0.4.GA/jboss-common-logging-log4j-2.0.4.GA.jar"/>
+	<classpathentry kind="output" path="target/eclipse-classes"/>
+</classpath>

Added: projects/naming/trunk/jnpserver/.project
===================================================================
--- projects/naming/trunk/jnpserver/.project	                        (rev 0)
+++ projects/naming/trunk/jnpserver/.project	2008-02-26 14:51:09 UTC (rev 70107)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>naming</name>
+	<comment></comment>
+	<projects>
+		<project>common</project>
+	</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