]> source.dussan.org Git - aspectj.git/commit
148190#35
authoraclement <aclement>
Mon, 15 Jan 2007 09:37:23 +0000 (09:37 +0000)
committeraclement <aclement>
Mon, 15 Jan 2007 09:37:23 +0000 (09:37 +0000)
commit8559a350a486171c332791c8364d857a074531e0
tree9fea02d68204d89bb16c1abb162b02338abfc9d7
parentfb86dd4ca2edac7e1eb639cfde1d4b2a4f450457
148190#35
20 files changed:
ajde/src/org/aspectj/ajde/IRuntimeProperties.java [new file with mode: 0644]
ajde/src/org/aspectj/ajde/IUIBuildMessageHandler.java [new file with mode: 0644]
ajde/src/org/aspectj/ajde/IconRegistry.java [new file with mode: 0644]
ajde/src/org/aspectj/ajde/IdeUIAdapter.java [new file with mode: 0644]
ajde/src/org/aspectj/ajde/internal/BuildConfigListener.java [new file with mode: 0644]
ajde/src/org/aspectj/ajde/internal/BuildConfigManager.java [new file with mode: 0644]
ajde/src/org/aspectj/ajde/ui/javaoptions/JavaBuildOptions.java [new file with mode: 0644]
ajde/src/org/aspectj/ajde/ui/javaoptions/JavaCompilerWarningsOptionsPanel.java [new file with mode: 0644]
ajde/src/org/aspectj/ajde/ui/javaoptions/JavaComplianceOptionsPanel.java [new file with mode: 0644]
ajde/src/org/aspectj/ajde/ui/javaoptions/JavaDebugOptionsPanel.java [new file with mode: 0644]
ajde/src/org/aspectj/ajde/ui/javaoptions/JavaOtherOptionsPanel.java [new file with mode: 0644]
ajde/testsrc/org/aspectj/ajde/AjdeCompilerTests.java [new file with mode: 0644]
ajde/testsrc/org/aspectj/ajde/AjdeTestCase.java
ajde/testsrc/org/aspectj/ajde/ui/utils/TestBuildProgressMonitor.java [new file with mode: 0644]
ajde/testsrc/org/aspectj/ajde/ui/utils/TestCompilerConfiguration.java [new file with mode: 0644]
ajde/testsrc/org/aspectj/ajde/ui/utils/TestEditorAdapter.java [new file with mode: 0644]
ajde/testsrc/org/aspectj/ajde/ui/utils/TestIdeUIAdapter.java [new file with mode: 0644]
ajde/testsrc/org/aspectj/ajde/ui/utils/TestMessageHandler.java [new file with mode: 0644]
ajde/testsrc/org/aspectj/ajde/ui/utils/TestOutputLocationManager.java [new file with mode: 0644]
ajde/testsrc/org/aspectj/ajde/ui/utils/TestRuntimeProperties.java [new file with mode: 0644]