diff options
author | avasseur <avasseur> | 2005-05-11 14:36:35 +0000 |
---|---|---|
committer | avasseur <avasseur> | 2005-05-11 14:36:35 +0000 |
commit | 0e803e159d53b87c79213cb0c4872b195099da38 (patch) | |
tree | 24200e41b073467963fbcf80bdcfc596b1043100 /testing | |
parent | f30900cda23368231337c714dfda2747d021e80e (diff) | |
download | aspectj-0e803e159d53b87c79213cb0c4872b195099da38.tar.gz aspectj-0e803e159d53b87c79213cb0c4872b195099da38.zip |
remove bad _IDE folder instead of bin/ that leads to odd side effects, add tools.jar to tests .classpath module for LTW tests using AntSpec
Diffstat (limited to 'testing')
-rw-r--r-- | testing/newsrc/org/aspectj/testing/AntSpec.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/newsrc/org/aspectj/testing/AntSpec.java b/testing/newsrc/org/aspectj/testing/AntSpec.java index 0623923be..6d31ea619 100644 --- a/testing/newsrc/org/aspectj/testing/AntSpec.java +++ b/testing/newsrc/org/aspectj/testing/AntSpec.java @@ -45,8 +45,7 @@ import java.util.StringTokenizer; public class AntSpec implements ITestStep { private final static String DEFAULT_LTW_CLASSPATH_ENTRIES = - ".." + File.separator + "_IDE"//ALEX hack since IntelliJ does not produce modules/bin/ - + File.pathSeparator + ".." + File.separator + "asm/bin" + ".." + File.separator + "asm/bin" + File.pathSeparator + ".." + File.separator + "bridge/bin" + File.pathSeparator + ".." + File.separator + "loadtime/bin" + File.pathSeparator + ".." + File.separator + "loadtime5/bin" |