Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2003-07-15 20:31:20 +0000
committerJean Michel-Lemieux2003-07-15 20:31:20 +0000
commited87fa67cb156645552d91e090cdc9d424bce9c1 (patch)
tree5cd041f9a0fda1eb366df88cb6a080c941245c06 /tests/org.eclipse.team.tests.cvs.core/launchConfigurations
parent853e39c03e64112210edf5a4beafa41a1a79e2f2 (diff)
downloadeclipse.platform.team-ed87fa67cb156645552d91e090cdc9d424bce9c1.tar.gz
eclipse.platform.team-ed87fa67cb156645552d91e090cdc9d424bce9c1.tar.xz
eclipse.platform.team-ed87fa67cb156645552d91e090cdc9d424bce9c1.zip
changed the vm to use the default for the project
Diffstat (limited to 'tests/org.eclipse.team.tests.cvs.core/launchConfigurations')
-rw-r--r--tests/org.eclipse.team.tests.cvs.core/launchConfigurations/CVS Sync View Tests.launch16
1 files changed, 7 insertions, 9 deletions
diff --git a/tests/org.eclipse.team.tests.cvs.core/launchConfigurations/CVS Sync View Tests.launch b/tests/org.eclipse.team.tests.cvs.core/launchConfigurations/CVS Sync View Tests.launch
index eb4274832..4a8e7d706 100644
--- a/tests/org.eclipse.team.tests.cvs.core/launchConfigurations/CVS Sync View Tests.launch
+++ b/tests/org.eclipse.team.tests.cvs.core/launchConfigurations/CVS Sync View Tests.launch
@@ -1,19 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<launchConfiguration type="org.eclipse.pde.junit.launchconfig">
- <booleanAttribute key="org.eclipse.pde.junit.DELETE_WORKSPACE" value="true"/>
- <stringAttribute key="org.eclipse.debug.ui.target_debug_perspective" value="perspective_default"/>
- <stringAttribute key="org.eclipse.debug.ui.target_run_perspective" value="perspective_none"/>
- <stringAttribute key="org.eclipse.jdt.launching.VM_INSTALL_TYPE_ID" value="org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType"/>
- <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.team.tests.cvs.core"/>
<stringAttribute key="org.eclipse.pde.junitWORKSPACE_LOCATION" value="C:\Eclipse\Latest-Eclipse-Drop\eclipse\runtime-test-workspace"/>
- <stringAttribute key="org.eclipse.pde.junit.APPLICATION_NAME" value="org.eclipse.pde.junit.uitestapplication"/>
- <stringAttribute key="org.eclipse.jdt.launching.VM_INSTALL_NAME" value="ibmSR5"/>
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
- <listEntry value="org.eclipse.debug.ui.launchGroup.debug"/>
<listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
+ <listEntry value="org.eclipse.debug.ui.launchGroup.debug"/>
</listAttribute>
+ <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.team.tests.ccvs.ui.sync.SyncViewTests"/>
<booleanAttribute key="org.eclipse.jdt.junit.KEEPRUNNING_ATTR" value="false"/>
+ <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.team.tests.cvs.core"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-os win32 -ws win32 -arch x86"/>
- <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.team.tests.ccvs.ui.sync.SyncViewTests"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Declipse.cvs.properties=c:\eclipse\repository.properties -Declipse.cvs.testName2=testDeletionConflicts"/>
+ <stringAttribute key="org.eclipse.debug.ui.target_debug_perspective" value="perspective_default"/>
+ <booleanAttribute key="org.eclipse.pde.junit.DELETE_WORKSPACE" value="true"/>
+ <stringAttribute key="org.eclipse.pde.junit.APPLICATION_NAME" value="org.eclipse.pde.junit.uitestapplication"/>
+ <stringAttribute key="org.eclipse.debug.ui.target_run_perspective" value="perspective_none"/>
</launchConfiguration>

Back to the top