[jboss-cvs] JBossAS SVN: r61895 - projects/microcontainer/trunk/kernel.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 30 11:50:42 EDT 2007


Author: adrian at jboss.org
Date: 2007-03-30 11:50:42 -0400 (Fri, 30 Mar 2007)
New Revision: 61895

Modified:
   projects/microcontainer/trunk/kernel/.classpath
Log:
Fix the resources include for the eclipse tests.

Modified: projects/microcontainer/trunk/kernel/.classpath
===================================================================
--- projects/microcontainer/trunk/kernel/.classpath	2007-03-30 15:43:44 UTC (rev 61894)
+++ projects/microcontainer/trunk/kernel/.classpath	2007-03-30 15:50:42 UTC (rev 61895)
@@ -1,6 +1,6 @@
 <classpath>
   <classpathentry kind="src" path="src/main"/>
-  <classpathentry kind="src" path="src/resources" including="schema/**" excluding="**/*.java"/>
+  <classpathentry kind="lib" path="src/resources"/>
   <classpathentry kind="src" path="src/tests"/>
   <classpathentry kind="output" path="target/eclipse-classes"/>
   <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>




More information about the jboss-cvs-commits mailing list