From 42722c9843f42060ef892853fd5a9482072b351d Mon Sep 17 00:00:00 2001 From: aclement Date: Tue, 2 Sep 2008 23:23:59 +0000 Subject: [PATCH] 245566: final config interface change --- testing/src/org/aspectj/testing/ajde/CompileCommand.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/testing/src/org/aspectj/testing/ajde/CompileCommand.java b/testing/src/org/aspectj/testing/ajde/CompileCommand.java index 924051488..e2bef2531 100644 --- a/testing/src/org/aspectj/testing/ajde/CompileCommand.java +++ b/testing/src/org/aspectj/testing/ajde/CompileCommand.java @@ -356,6 +356,11 @@ class MyCompilerConfig implements ICompilerConfiguration { public int getConfigurationChanges() { return ICompilerConfiguration.EVERYTHING; } + + public List getClasspathElementsWithModifiedContents() { + return null; + } + } class MyOutputLocationManager implements IOutputLocationManager { @@ -379,5 +384,4 @@ class MyOutputLocationManager implements IOutputLocationManager { public String getUniqueIdentifier() { return null; } - } -- 2.39.5