[jboss-cvs] JBossAS SVN: r77865 - trunk/profileservice.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Sep 3 18:07:42 EDT 2008
Author: scott.stark at jboss.org
Date: 2008-09-03 18:07:42 -0400 (Wed, 03 Sep 2008)
New Revision: 77865
Modified:
trunk/profileservice/.classpath
Log:
Add junit dependencies
Modified: trunk/profileservice/.classpath
===================================================================
--- trunk/profileservice/.classpath 2008-09-03 22:06:46 UTC (rev 77864)
+++ trunk/profileservice/.classpath 2008-09-03 22:07:42 UTC (rev 77865)
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main"/>
- <classpathentry kind="src" output="output/eclipse-test-classes" path="src/tests"/>
+ <classpathentry kind="src" output="output/eclipse-test-classes" path="src/test/resources"/>
+ <classpathentry kind="src" output="output/eclipse-test-classes" path="src/test/main"/>
<classpathentry exported="true" kind="src" path="/aspects"/>
<classpathentry exported="true" kind="src" path="/system"/>
<classpathentry exported="true" kind="src" path="/system-jmx"/>
@@ -11,5 +12,8 @@
<classpathentry exported="true" kind="lib" path="/thirdparty/stax-api/lib/stax-api.jar"/>
<classpathentry kind="lib" path="/thirdparty/org/jboss/aspects/lib/jboss-security-aspects.jar"/>
<classpathentry kind="lib" path="/thirdparty/jboss/jboss-deployers/lib/jboss-deployers-client.jar" sourcepath="/thirdparty/jboss/jboss-deployers/lib/jboss-deployers-client-sources.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/jboss/test/lib/jboss-test.jar" sourcepath="/thirdparty/jboss/test/lib/jboss-test-sources.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/junit/lib/junit.jar" sourcepath="/thirdparty/junit/lib/junit-src.zip"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
<classpathentry kind="output" path="output/eclipse-classes"/>
</classpath>
More information about the jboss-cvs-commits
mailing list