[Jboss-cvs] JBossAS SVN: r55902 - branches/MC_VDF_WORK/security

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 14 11:41:48 EDT 2006


Author: adrian at jboss.org
Date: 2006-08-14 11:41:46 -0400 (Mon, 14 Aug 2006)
New Revision: 55902

Modified:
   branches/MC_VDF_WORK/security/.classpath
   branches/MC_VDF_WORK/security/build.xml
Log:
Make this compile.

Modified: branches/MC_VDF_WORK/security/.classpath
===================================================================
--- branches/MC_VDF_WORK/security/.classpath	2006-08-14 15:33:50 UTC (rev 55901)
+++ branches/MC_VDF_WORK/security/.classpath	2006-08-14 15:41:46 UTC (rev 55902)
@@ -1,7 +1,6 @@
 <?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-14 15:33:50 UTC (rev 55901)
+++ branches/MC_VDF_WORK/security/build.xml	2006-08-14 15:41:46 UTC (rev 55902)
@@ -107,7 +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"/>
+    <property name="source.tests" value="tests"/>
 
     <!-- The combined thirdparty classpath -->
     <path id="thirdparty.classpath">




More information about the jboss-cvs-commits mailing list