[jboss-cvs] JBossAS SVN: r103753 - trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 9 08:40:21 EDT 2010


Author: thomas.diesler at jboss.com
Date: 2010-04-09 08:40:20 -0400 (Fri, 09 Apr 2010)
New Revision: 103753

Added:
   trunk/testsuite/.classpath-example
   trunk/testsuite/.project-example
Log:
Add eclipse sample project settings

Added: trunk/testsuite/.classpath-example
===================================================================
--- trunk/testsuite/.classpath-example	                        (rev 0)
+++ trunk/testsuite/.classpath-example	2010-04-09 12:40:20 UTC (rev 103753)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry excluding="org/jboss/test/jsf/webapp/" kind="src" path="src/main"/>
+	<classpathentry kind="src" path="output/gen-src"/>
+	<classpathentry kind="src" path="src/resources"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+	<classpathentry kind="output" path="output/classes"/>
+</classpath>

Added: trunk/testsuite/.project-example
===================================================================
--- trunk/testsuite/.project-example	                        (rev 0)
+++ trunk/testsuite/.project-example	2010-04-09 12:40:20 UTC (rev 103753)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>jboss-as-testsuite</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.maven.ide.eclipse.maven2Builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.maven.ide.eclipse.maven2Nature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>




More information about the jboss-cvs-commits mailing list