]> source.dussan.org Git - aspectj.git/commitdiff
more cp contents: might fix prob with test that had to be excluded
authoraclement <aclement>
Fri, 19 Sep 2008 00:01:34 +0000 (00:01 +0000)
committeraclement <aclement>
Fri, 19 Sep 2008 00:01:34 +0000 (00:01 +0000)
org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java

index d15b6e2d95794a3c67de2f6ccd68e845b183d3db..2abb07d85a7c0998841ba1beb00279fe763a2546 100644 (file)
@@ -73,6 +73,7 @@ public class AjcTestCase extends TestCase {
                + File.pathSeparator + ".." + File.separator + "aspectj5rt" + File.separator + "bin"
                + File.pathSeparator+ ".."+File.separator+"lib"+File.separator+"junit"+File.separator+"junit.jar"
         + File.pathSeparator+ ".."+File.separator+"lib"+File.separator+"bcel"+File.separator+"bcel.jar" 
+        + File.pathSeparator+ ".."+File.separator+"lib"+File.separator+"bcel"+File.separator+"bcel-verifier.jar" 
         
         // When the build machine executes the tests, it is using code built into jars rather than code build into
         // bin directories.  This means for the necessary types to be found we have to put these jars on the classpath: