[Jboss-cvs] JBossAS SVN: r55451 - in branches/MC_VDF_WORK/security: . src/main/org/jboss

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 9 14:54:28 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-08-09 14:54:24 -0400 (Wed, 09 Aug 2006)
New Revision: 55451

Removed:
   branches/MC_VDF_WORK/security/src/main/org/jboss/test/
Modified:
   branches/MC_VDF_WORK/security/.classpath
   branches/MC_VDF_WORK/security/build.xml
Log:
Move the tests into src/tests

Modified: branches/MC_VDF_WORK/security/.classpath
===================================================================
--- branches/MC_VDF_WORK/security/.classpath	2006-08-09 18:47:35 UTC (rev 55450)
+++ branches/MC_VDF_WORK/security/.classpath	2006-08-09 18:54:24 UTC (rev 55451)
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="src/main"/>
+	<classpathentry output="output/eclipse-test-classes" kind="src" path="src/tests"/>
 	<classpathentry kind="src" path="output/gen-parsers"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/common/lib/jboss-common.jar"/>

Modified: branches/MC_VDF_WORK/security/build.xml
===================================================================
--- branches/MC_VDF_WORK/security/build.xml	2006-08-09 18:47:35 UTC (rev 55450)
+++ branches/MC_VDF_WORK/security/build.xml	2006-08-09 18:54:24 UTC (rev 55451)
@@ -107,6 +107,7 @@
     <property name="build.etc" value="${module.output}/etc"/>
     <property name="build.tests" value="${module.output}/tests"/>
     <property name="build.resources" value="${module.output}/resources"/>
+    <property name="source.tests" value="src/tests"/>
 
     <!-- The combined thirdparty classpath -->
     <path id="thirdparty.classpath">
@@ -183,6 +184,7 @@
       includes="${javac.includes}"
       excludes="${javac.excludes}"
       failonerror="${javac.fail.onerror}">
+      <src path="${source.tests}"/>
       <src path="${source.java}"/>
       <src path="${build.parsers}"/>
       <classpath refid="javac.classpath"/>




More information about the jboss-cvs-commits mailing list