Author: richard.opalka(a)jboss.com
Date: 2008-03-22 05:09:14 -0400 (Sat, 22 Mar 2008)
New Revision: 6051
Modified:
stack/metro/trunk/.classpath
Log:
update eclipse project for metro to include test sources
Modified: stack/metro/trunk/.classpath
===================================================================
--- stack/metro/trunk/.classpath 2008-03-21 13:55:12 UTC (rev 6050)
+++ stack/metro/trunk/.classpath 2008-03-22 09:09:14 UTC (rev 6051)
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
+ <classpathentry kind="src" path="src/test/java"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con"
path="org.eclipse.jdt.USER_LIBRARY/jboss-5.0.x"/>
<classpathentry kind="lib" path="thirdparty/jaxws-api.jar"/>
@@ -22,5 +23,6 @@
<classpathentry kind="lib"
path="thirdparty/servlet-api.jar"/>
<classpathentry kind="lib"
path="thirdparty/jbossws-common.jar"/>
<classpathentry kind="lib"
path="thirdparty/jbossws-spi.jar"/>
+ <classpathentry kind="lib" path="thirdparty/junit.jar"/>
<classpathentry kind="output" path="output/eclipse"/>
</classpath>