Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2004-05-07 16:03:58 +0000
committerJean Michel-Lemieux2004-05-07 16:03:58 +0000
commit1ff4cf5412488ecfd6d632d364c7819ea6912c82 (patch)
treea15916be79a12e44c39fea812a0fb1ee0f7f2ca9 /tests/org.eclipse.team.tests.cvs.core
parentd1051141d35c43fc193d8dc7a11611e4f5ac2f30 (diff)
downloadeclipse.platform.team-1ff4cf5412488ecfd6d632d364c7819ea6912c82.tar.gz
eclipse.platform.team-1ff4cf5412488ecfd6d632d364c7819ea6912c82.tar.xz
eclipse.platform.team-1ff4cf5412488ecfd6d632d364c7819ea6912c82.zip
*** empty log message ***
Diffstat (limited to 'tests/org.eclipse.team.tests.cvs.core')
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/launchConfigurations/benchmark/Benchmark Test.launch39
1 files changed, 21 insertions, 18 deletions
diff --git a/tests/org.eclipse.team.tests.cvs.core/launchConfigurations/benchmark/Benchmark Test.launch b/tests/org.eclipse.team.tests.cvs.core/launchConfigurations/benchmark/Benchmark Test.launch
index 792f2b6d3..1d05b2f73 100644
--- a/tests/org.eclipse.team.tests.cvs.core/launchConfigurations/benchmark/Benchmark Test.launch
+++ b/tests/org.eclipse.team.tests.cvs.core/launchConfigurations/benchmark/Benchmark Test.launch
@@ -1,21 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<launchConfiguration type="org.eclipse.pde.ui.RuntimeWorkbench">
- <stringAttribute key="location3" value="D:\dev\runtime-workspace"/>
- <stringAttribute key="location2" value="D:\dev\benchmark-workspace"/>
- <stringAttribute key="location1" value="C:\Eclipse\Workspaces\benchmark-workspace"/>
- <stringAttribute key="location0" value="C:\Eclipse\Workspaces\benchmark-workspace"/>
- <stringAttribute key="progargs" value="-os win32 -ws win32 -arch x86 -nl en_US -test cvsui.benchmark.workflow -log c:\eclipse\test_log.xml"/>
- <stringAttribute key="vmargs" value="-Declipse.cvs.properties=c:\eclipse"/>
- <booleanAttribute key="askclear" value="false"/>
- <stringAttribute key="org.eclipse.debug.ui.target_debug_perspective" value="perspective_default"/>
- <stringAttribute key="application" value="org.eclipse.team.tests.cvs.core.harness"/>
- <stringAttribute
- key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider"/>
- <booleanAttribute key="clearws" value="true"/>
- <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"/>
- <booleanAttribute key="usefeatures" value="false"/>
- <booleanAttribute key="showSplash" value="true"/>
- <booleanAttribute key="tracing" value="false"/>
- <booleanAttribute key="default" value="true"/>
+<booleanAttribute key="clearws" value="true"/>
+<booleanAttribute key="usefeatures" value="false"/>
+<stringAttribute key="bootstrap" value=""/>
+<booleanAttribute key="tracing" value="false"/>
+<stringAttribute key="location1" value="C:\Eclipse\Workspaces\benchmark-workspace"/>
+<stringAttribute key="location2" value="D:\dev\benchmark-workspace"/>
+<stringAttribute key="vmargs" value="-Declipse.cvs.properties=c:\eclipse"/>
+<booleanAttribute key="default" value="true"/>
+<booleanAttribute key="clearConfig" value="true"/>
+<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
+<stringAttribute key="org.eclipse.debug.ui.target_run_perspective" value="perspective_default"/>
+<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider"/>
+<booleanAttribute key="useDefaultConfig" value="true"/>
+<stringAttribute key="progargs" value="-os win32 -ws win32 -arch x86 -nl en_US -test cvsui.benchmark.workflow -log c:\eclipse\test_log.xml"/>
+<stringAttribute key="location3" value="D:\dev\runtime-workspace"/>
+<booleanAttribute key="askclear" value="false"/>
+<stringAttribute key="org.eclipse.debug.ui.target_debug_perspective" value="perspective_default"/>
+<booleanAttribute key="showSplash" value="true"/>
+<stringAttribute key="org.eclipse.debug.core.source_locator_id" value="org.eclipse.jdt.debug.ui.javaSourceLocator"/>
+<stringAttribute key="application" value="org.eclipse.team.tests.cvs.core.harness"/>
+<stringAttribute key="location0" value="C:\Eclipse\Workspaces\benchmark-workspace"/>
</launchConfiguration>

Back to the top