[jboss-cvs] JBossAS SVN: r57917 - branches/Branch_4_0/testsuite

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 30 09:21:57 EST 2006


Author: kabir.khan at jboss.com
Date: 2006-10-30 09:21:55 -0500 (Mon, 30 Oct 2006)
New Revision: 57917

Modified:
   branches/Branch_4_0/testsuite/build.xml
Log:
Get aspects test build working again with jdk5

Modified: branches/Branch_4_0/testsuite/build.xml
===================================================================
--- branches/Branch_4_0/testsuite/build.xml	2006-10-30 14:19:47 UTC (rev 57916)
+++ branches/Branch_4_0/testsuite/build.xml	2006-10-30 14:21:55 UTC (rev 57917)
@@ -373,6 +373,7 @@
          JDK 5 version of the annotation types
     -->
     <path id="annotations.classpath">
+      <pathelement path="${jboss.aop.lib}/jboss-aop-jdk50.jar"/>
       <pathelement path="${jboss.aspects.lib}/jboss-aspect-library-jdk50.jar"/>
       <path refid="tests.classpath"/>
     </path>




More information about the jboss-cvs-commits mailing list