[jboss-cvs] JBossAS SVN: r57319 - trunk/tomcat

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Oct 1 06:32:39 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-10-01 06:32:38 -0400 (Sun, 01 Oct 2006)
New Revision: 57319

Modified:
   trunk/tomcat/.classpath
Log:
Add src/resources as a source path with output to output/eclise-resources

Modified: trunk/tomcat/.classpath
===================================================================
--- trunk/tomcat/.classpath	2006-10-01 02:47:12 UTC (rev 57318)
+++ trunk/tomcat/.classpath	2006-10-01 10:32:38 UTC (rev 57319)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="src/main"/>
+	<classpathentry output="output/eclipse-resources" kind="src" path="src/resources"/>
 	<classpathentry output="output/eclipse-test-classes" kind="src" path="src/tests"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/common-core/lib/jboss-common-core.jar"/>




More information about the jboss-cvs-commits mailing list