[jboss-cvs] JBossAS SVN: r82568 - in projects/ejb3/trunk/testsuite: .settings and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Dec 30 17:14:12 EST 2008
Author: ALRubinger
Date: 2008-12-30 17:14:12 -0500 (Tue, 30 Dec 2008)
New Revision: 82568
Modified:
projects/ejb3/trunk/testsuite/.classpath
projects/ejb3/trunk/testsuite/.settings/org.eclipse.jdt.core.prefs
projects/ejb3/trunk/testsuite/build-test.xml
Log:
[EJBTHREE-1241] Add resources to client CP to fix "security" Timer test
Modified: projects/ejb3/trunk/testsuite/.classpath
===================================================================
--- projects/ejb3/trunk/testsuite/.classpath 2008-12-30 21:29:12 UTC (rev 82567)
+++ projects/ejb3/trunk/testsuite/.classpath 2008-12-30 22:14:12 UTC (rev 82568)
@@ -1,9 +1,8 @@
-<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="src" output="eclipse-target/tests-classes" path="src/test/java"/>
- <classpathentry excluding="**/*.java" kind="src" output="eclipse-target/tests-classes" path="src/test/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="eclipse-target/classes"/>
-</classpath>
+ <classpathentry kind="src" path="src/main/java"/>
+ <classpathentry kind="src" path="src/test/java" output="target/tests-classes"/>
+ <classpathentry kind="src" path="src/test/resources" output="target/tests-classes" excluding="**/*.java"/>
+ <classpathentry kind="output" path="target/classes"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+</classpath>
\ No newline at end of file
Modified: projects/ejb3/trunk/testsuite/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- projects/ejb3/trunk/testsuite/.settings/org.eclipse.jdt.core.prefs 2008-12-30 21:29:12 UTC (rev 82567)
+++ projects/ejb3/trunk/testsuite/.settings/org.eclipse.jdt.core.prefs 2008-12-30 22:14:12 UTC (rev 82568)
@@ -1,4 +1,4 @@
-#Wed Nov 12 20:07:16 GMT-05:00 2008
+#Thu Dec 18 23:09:34 GMT-05:00 2008
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.source=1.5
Modified: projects/ejb3/trunk/testsuite/build-test.xml
===================================================================
--- projects/ejb3/trunk/testsuite/build-test.xml 2008-12-30 21:29:12 UTC (rev 82567)
+++ projects/ejb3/trunk/testsuite/build-test.xml 2008-12-30 22:14:12 UTC (rev 82568)
@@ -384,6 +384,9 @@
<!-- Root of jndi.properties -->
<pathelement location="${resources}/test" />
+
+ <!-- Resources required on the client CP -->
+ <pathelement location="./target/tests-classes/" />
<!-- Client JARs not on jbossall-client (Hack; see EJBTHREE-1416) -->
<pathelement location="${env.JBOSS_HOME}/lib/javassist.jar"/>
More information about the jboss-cvs-commits
mailing list