[jboss-cvs] JBossAS SVN: r59695 - trunk/embedded.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jan 17 11:11:41 EST 2007


Author: wolfc
Date: 2007-01-17 11:11:41 -0500 (Wed, 17 Jan 2007)
New Revision: 59695

Added:
   trunk/embedded/.classpath
   trunk/embedded/.project
Modified:
   trunk/embedded/
Log:
Eclipse project & classpath


Property changes on: trunk/embedded
___________________________________________________________________
Name: svn:ignore
   + output


Added: trunk/embedded/.classpath
===================================================================
--- trunk/embedded/.classpath	                        (rev 0)
+++ trunk/embedded/.classpath	2007-01-17 16:11:41 UTC (rev 59695)
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src/main/java"/>
+	<classpathentry kind="src" path="src/test/java"/>
+	<classpathentry kind="lib" path="output/lib/embedded-jboss/lib/hibernate-all.jar"/>
+	<classpathentry kind="lib" path="output/lib/embedded-jboss/lib/jboss-embedded-all.jar"/>
+	<classpathentry kind="lib" path="output/lib/embedded-jboss/lib/jboss-embedded-tomcat-bootstrap.jar"/>
+	<classpathentry kind="lib" path="output/lib/embedded-jboss/lib/thirdparty-all.jar"/>
+	<classpathentry kind="lib" path="output/lib/embedded-jboss/optional-lib/jboss-test.jar"/>
+	<classpathentry kind="lib" path="output/lib/embedded-jboss/optional-lib/junit.jar"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/web/lib/jbossweb.jar" sourcepath="/thirdparty/jboss/web/lib/jbossweb-src.zip"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/web/lib/servlet-api.jar"/>
+	<classpathentry kind="output" path="output/classes"/>
+</classpath>

Added: trunk/embedded/.project
===================================================================
--- trunk/embedded/.project	                        (rev 0)
+++ trunk/embedded/.project	2007-01-17 16:11:41 UTC (rev 59695)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>embedded</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