]> source.dussan.org Git - aspectj.git/commitdiff
New compat level added to help people who want to pull AspectJ builds into AJDT thems...
authoraclement <aclement>
Wed, 1 Jun 2005 16:15:43 +0000 (16:15 +0000)
committeraclement <aclement>
Wed, 1 Jun 2005 16:15:43 +0000 (16:15 +0000)
ajde/src/org/aspectj/ajde/Ajde.java

index b1c50a47c561127dd366d03db190009e09fa38b9..fd08eeccc417b23ef1b3fc14ded0e7ce1ad07f12 100644 (file)
@@ -40,6 +40,7 @@ public class Ajde {
        private static final Ajde INSTANCE = new Ajde();
        private static final String NOT_INITIALIZED_MESSAGE = "Ajde is not initialized.";
        private static boolean isInitialized = false;
+       private static int compatibilityLevel = 1; // Used by org.aspectj.ajde upgrade task
     
        private BuildManager buildManager;
 //     private EditorManager editorManager;