summaryrefslogtreecommitdiffstats
path: root/ajde/src/org
diff options
context:
space:
mode:
authoraclement <aclement>2004-09-06 15:40:02 +0000
committeraclement <aclement>2004-09-06 15:40:02 +0000
commitb133299238024b1751afc0fb5119ca9b80e91be2 (patch)
tree6abc9fc9272c51ae4770f117aed0c7e4dcc4f88e /ajde/src/org
parentd1551bda9b14c6c2035e0c8df6f09bf4634041de (diff)
downloadaspectj-b133299238024b1751afc0fb5119ca9b80e91be2.tar.gz
aspectj-b133299238024b1751afc0fb5119ca9b80e91be2.zip
Fix for Bugzilla Bug 73334
Avoid clashes in the org.eclipse namespace by renaming our duplicates.
Diffstat (limited to 'ajde/src/org')
-rw-r--r--ajde/src/org/aspectj/ajde/internal/CompilerAdapter.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/ajde/src/org/aspectj/ajde/internal/CompilerAdapter.java b/ajde/src/org/aspectj/ajde/internal/CompilerAdapter.java
index b1b761356..704cbcaf4 100644
--- a/ajde/src/org/aspectj/ajde/internal/CompilerAdapter.java
+++ b/ajde/src/org/aspectj/ajde/internal/CompilerAdapter.java
@@ -25,7 +25,7 @@ import org.aspectj.ajdt.internal.core.builder.*;
import org.aspectj.bridge.*;
import org.aspectj.util.LangUtil;
//import org.eclipse.core.runtime.OperationCanceledException;
-import org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
+import org.aspectj.org.eclipse.jdt.internal.compiler.impl.CompilerOptions;
public class CompilerAdapter {
@@ -524,7 +524,7 @@ public class CompilerAdapter {
Ajde.getDefault().logEvent("building with classpath: " + both);
}
}
-
+
// Handle boot classpath
propcp = properties.getBootClasspath();
if (!LangUtil.isEmpty(propcp)) {