[jboss-cvs] JBossAS SVN: r69605 - projects/ejb3/trunk/core.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 5 01:07:41 EST 2008


Author: ALRubinger
Date: 2008-02-05 01:07:40 -0500 (Tue, 05 Feb 2008)
New Revision: 69605

Modified:
   projects/ejb3/trunk/core/build-test.xml
Log:
Fomatting only

Modified: projects/ejb3/trunk/core/build-test.xml
===================================================================
--- projects/ejb3/trunk/core/build-test.xml	2008-02-05 06:06:53 UTC (rev 69604)
+++ projects/ejb3/trunk/core/build-test.xml	2008-02-05 06:07:40 UTC (rev 69605)
@@ -3971,15 +3971,17 @@
          -->
 
          <classpath>
+           
+           <!-- Include all dependencies -->
            <fileset dir="${location.dependencies.lib}">
-                   <include name="**/*.jar"/>
-                 </fileset>
+             <include name="**/*.jar"/>
+           </fileset>
+           
            <!-- EJB3 TestSuite -->
            <pathelement path="${location.artifact.tests}" />
+           
            <!-- JBoss Test Project -->
            <pathelement path="${location.dependencies.lib.jboss-test:jboss-test}" />
-        
-        
            
             <!-- <path refid="hibernate.hibernate.classpath"/> 
             <pathelement location="${build.classes}"/>




More information about the jboss-cvs-commits mailing list