aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core/testsrc
diff options
context:
space:
mode:
authoracolyer <acolyer>2004-01-23 19:06:25 +0000
committeracolyer <acolyer>2004-01-23 19:06:25 +0000
commitdd7daa469f5282eecf6a927c6df4317ce05e5d26 (patch)
tree01fe6c929a0826c47d71acd3bfa9b92587f923c4 /org.aspectj.ajdt.core/testsrc
parent9ab17831f2b23aee6b57cbe2dceba1563fa4d08f (diff)
downloadaspectj-dd7daa469f5282eecf6a927c6df4317ce05e5d26.tar.gz
aspectj-dd7daa469f5282eecf6a927c6df4317ce05e5d26.zip
eliminated a dependency on org.eclipse.core.runtime that had crept
into this source - only the org.eclipse.jdt.core project should contain links to other portions of eclipse source.
Diffstat (limited to 'org.aspectj.ajdt.core/testsrc')
-rw-r--r--org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/core/builder/AjBuildManagerTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/core/builder/AjBuildManagerTest.java b/org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/core/builder/AjBuildManagerTest.java
index 5cf5d8a8c..e60618f11 100644
--- a/org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/core/builder/AjBuildManagerTest.java
+++ b/org.aspectj.ajdt.core/testsrc/org/aspectj/ajdt/internal/core/builder/AjBuildManagerTest.java
@@ -26,7 +26,7 @@ import org.aspectj.bridge.IMessage;
import org.aspectj.bridge.MessageHandler;
import org.aspectj.bridge.MessageWriter;
import org.aspectj.util.StreamPrintWriter;
-import org.eclipse.core.runtime.CoreException;
+//import org.eclipse.core.runtime.CoreException;
public class AjBuildManagerTest extends TestCase {
@@ -59,7 +59,7 @@ public class AjBuildManagerTest extends TestCase {
super(name);
}
- public void testSimpleStructure() throws IOException, CoreException {
+ public void testSimpleStructure() throws IOException /*, CoreException */ {
AjBuildManager manager = new AjBuildManager(messageWriter);
BuildArgParser parser = new BuildArgParser(messageWriter);