Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author2005-03-10 15:24:12 +0000
committer2005-03-10 15:24:12 +0000
commit1f47e02a18b3f46e486a9f410175db02131db254 (patch)
treea34ec019de37b808d2784ce9406d71a64d2edfc6 /bundles/org.eclipse.osgi.tests/All OSGi Tests.launch
parentf93be91304f7a13df314feac71d4d16ec9df3012 (diff)
downloadrt.equinox.framework-1f47e02a18b3f46e486a9f410175db02131db254.tar.gz
rt.equinox.framework-1f47e02a18b3f46e486a9f410175db02131db254.tar.xz
rt.equinox.framework-1f47e02a18b3f46e486a9f410175db02131db254.zip
shared launch should not show as "favorites"
Diffstat (limited to 'bundles/org.eclipse.osgi.tests/All OSGi Tests.launch')
-rw-r--r--bundles/org.eclipse.osgi.tests/All OSGi Tests.launch10
1 files changed, 4 insertions, 6 deletions
diff --git a/bundles/org.eclipse.osgi.tests/All OSGi Tests.launch b/bundles/org.eclipse.osgi.tests/All OSGi Tests.launch
index 4e25979e4..9475d93fd 100644
--- a/bundles/org.eclipse.osgi.tests/All OSGi Tests.launch
+++ b/bundles/org.eclipse.osgi.tests/All OSGi Tests.launch
@@ -5,9 +5,6 @@
<booleanAttribute key="useProduct" value="false"/>
<booleanAttribute key="tracing" value="false"/>
<stringAttribute key="location2" value="d:\work\workspaces\runtime-test-workspace"/>
-<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
-<listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
-</listAttribute>
<stringAttribute key="org.eclipse.jdt.junit.CONTAINER" value=""/>
<booleanAttribute key="org.eclipse.jdt.junit.KEEPRUNNING_ATTR" value="false"/>
<booleanAttribute key="automaticAdd" value="true"/>
@@ -19,16 +16,17 @@
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.osgi.tests.AutomatedTests"/>
<stringAttribute key="location1" value="c:\temp\test-workspaces"/>
<stringAttribute key="templateConfig" value=""/>
-<stringAttribute key="vmargs" value=""/>
<booleanAttribute key="default" value="true"/>
+<stringAttribute key="vmargs" value=""/>
<booleanAttribute key="clearConfig" value="true"/>
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
-<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider"/>
<booleanAttribute key="useDefaultConfigArea" value="true"/>
-<booleanAttribute key="useDefaultConfig" value="true"/>
+<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider"/>
<stringAttribute key="progargs" value=""/>
+<booleanAttribute key="useDefaultConfig" value="true"/>
<stringAttribute key="org.eclipse.jdt.junit.TESTNAME" value=""/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.osgi.tests"/>
<booleanAttribute key="askclear" value="false"/>
+<booleanAttribute key="includeOptional" value="true"/>
<stringAttribute key="location0" value="c:\temp\test-workspaces"/>
</launchConfiguration>

Back to the top