diff options
author | wisberg <wisberg> | 2003-10-29 08:49:27 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-10-29 08:49:27 +0000 |
commit | fb53bc7d6dfec828720a5c4b06c49ffa784a874e (patch) | |
tree | d4a4789146d507d3f30dab65bbac2023e4aa7151 /testing-util | |
parent | bb9581ac283b845a406f257f60350850bb974a21 (diff) | |
download | aspectj-fb53bc7d6dfec828720a5c4b06c49ffa784a874e.tar.gz aspectj-fb53bc7d6dfec828720a5c4b06c49ffa784a874e.zip |
removing unused launch config
Diffstat (limited to 'testing-util')
-rw-r--r-- | testing-util/TestUtilTest.launch | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/testing-util/TestUtilTest.launch b/testing-util/TestUtilTest.launch deleted file mode 100644 index 0dbc3a232..000000000 --- a/testing-util/TestUtilTest.launch +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<launchConfiguration type="org.eclipse.jdt.junit.launchconfig"> - <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"?> -<runtimeClasspathEntry containerPath="JRE_LIB" path="2" - sourceAttachmentPath="JRE_SRC" sourceRootPath="JRE_SRCROOT" type="3"/> -"/> - <listEntry value="<?xml version="1.0" encoding="UTF-8"?> -<runtimeClasspathEntry path="3" projectName="testing-util" type="1"/> -"/> - <listEntry value="<?xml version="1.0" encoding="UTF-8"?> -<runtimeClasspathEntry internalArchive="/lib/junit/junit.jar" path="3" - 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"/> -"/> - <listEntry value="<?xml version="1.0" encoding="UTF-8"?> -<runtimeClasspathEntry internalArchive="/lib/jdiff/jdiff.jar" path="3" type="2"/> -"/> - <listEntry value="<?xml version="1.0" encoding="UTF-8"?> -<runtimeClasspathEntry path="3" projectName="bridge" type="1"/> -"/> - <listEntry value="<?xml version="1.0" encoding="UTF-8"?> -<runtimeClasspathEntry path="3" projectName="bcweaver" type="1"/> -"/> - <listEntry value="<?xml version="1.0" encoding="UTF-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"/> -</launchConfiguration> |