diff options
author | acolyer <acolyer> | 2003-02-26 10:52:35 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2003-02-26 10:52:35 +0000 |
commit | 2e89f544a7dacfea37cfb4b076f5fa33302ebc64 (patch) | |
tree | 127d33d442ed19ce9335a97d37fe847b4373a76c /testing-util | |
parent | 20bf213e44aad97b8a1b1efcda24a07b7c92f0d4 (diff) | |
download | aspectj-2e89f544a7dacfea37cfb4b076f5fa33302ebc64.tar.gz aspectj-2e89f544a7dacfea37cfb4b076f5fa33302ebc64.zip |
Ran "Organize imports" to remove redundant imports etc -
clears up a huge set of warnings in Eclipse so that you
can see the wood for the trees!
Diffstat (limited to 'testing-util')
-rw-r--r-- | testing-util/TestUtilTest.launch | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/testing-util/TestUtilTest.launch b/testing-util/TestUtilTest.launch index 645c3ee88..0dbc3a232 100644 --- a/testing-util/TestUtilTest.launch +++ b/testing-util/TestUtilTest.launch @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <launchConfiguration type="org.eclipse.jdt.junit.launchconfig"> - <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.aspectj.testing.util.TestUtilTest"/> - <booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/> <booleanAttribute key="org.eclipse.jdt.junit.KEEPRUNNING_ATTR" value="false"/> + <booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/> + <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.aspectj.testing.util.TestUtilTest"/> <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="testing-util"/> <listAttribute key="org.eclipse.jdt.launching.CLASSPATH"> <listEntry value="<?xml version="1.0" encoding="UTF-8"?> @@ -14,7 +14,7 @@ "/> <listEntry value="<?xml version="1.0" encoding="UTF-8"?> <runtimeClasspathEntry internalArchive="/lib/junit/junit.jar" path="3" - sourceAttachmentPath="/lib/junit/junit-src.jar" type="2"/> + sourceAttachmentPath="/lib/junit/junit-src.jar" sourceRootPath="" type="2"/> "/> <listEntry value="<?xml version="1.0" encoding="UTF-8"?> <runtimeClasspathEntry path="3" projectName="util" type="1"/> @@ -32,7 +32,8 @@ <runtimeClasspathEntry internalArchive="/lib/bcel/bcel.jar" path="3" type="2"/> "/> </listAttribute> + <stringAttribute key="org.eclipse.debug.ui.target_debug_perspective" value="perspective_default"/> + <stringAttribute key="org.eclipse.jdt.junit.CONTAINER" value=""/> <stringAttribute key="org.eclipse.debug.ui.target_run_perspective" value="perspective_default"/> <stringAttribute key="org.eclipse.debug.core.source_locator_id" value="org.eclipse.jdt.debug.ui.javaSourceLocator"/> - <stringAttribute key="org.eclipse.debug.ui.target_debug_perspective" value="perspective_default"/> </launchConfiguration> |