Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2005-01-17 17:04:19 +0000
committerPascal Rapicault2005-01-17 17:04:19 +0000
commit22bf3b4c85b1be4fad6cf0f0c22f318d558bfd8f (patch)
tree63eb8093b7cb7ec5282902b75083da077f97d4c3 /bundles/org.eclipse.osgi.tests/All OSGi Tests.launch
parentd1f3fb4a0a95d9c1a20624b2d4697d53ea9e79b4 (diff)
downloadrt.equinox.framework-22bf3b4c85b1be4fad6cf0f0c22f318d558bfd8f.tar.gz
rt.equinox.framework-22bf3b4c85b1be4fad6cf0f0c22f318d558bfd8f.tar.xz
rt.equinox.framework-22bf3b4c85b1be4fad6cf0f0c22f318d558bfd8f.zip
Adding the test launch config
Diffstat (limited to 'bundles/org.eclipse.osgi.tests/All OSGi Tests.launch')
-rw-r--r--bundles/org.eclipse.osgi.tests/All OSGi Tests.launch33
1 files changed, 33 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi.tests/All OSGi Tests.launch b/bundles/org.eclipse.osgi.tests/All OSGi Tests.launch
new file mode 100644
index 000000000..acddd1143
--- /dev/null
+++ b/bundles/org.eclipse.osgi.tests/All OSGi Tests.launch
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<launchConfiguration type="org.eclipse.pde.ui.JunitLaunchConfig">
+<stringAttribute key="product" value="org.eclipse.platform.ide"/>
+<stringAttribute key="bootstrap" value=""/>
+<booleanAttribute key="useProduct" value="false"/>
+<booleanAttribute key="tracing" value="false"/>
+<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"/>
+<stringAttribute key="checked" value="[NONE]"/>
+<booleanAttribute key="includeFragments" value="false"/>
+<stringAttribute key="application" value="org.eclipse.pde.junit.runtime.coretestapplication"/>
+<stringAttribute key="configLocation" value=""/>
+<booleanAttribute key="clearws" value="true"/>
+<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.osgi.tests.AutomatedTests"/>
+<stringAttribute key="location1" value="d:\work\workspaces\runtime-test-workspace"/>
+<stringAttribute key="templateConfig" value=""/>
+<stringAttribute key="vmargs" value=""/>
+<booleanAttribute key="default" value="true"/>
+<booleanAttribute key="clearConfig" value="false"/>
+<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="progargs" value=""/>
+<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"/>
+<stringAttribute key="location0" value="d:\work\workspaces\runtime-test-workspace"/>
+</launchConfiguration>

Back to the top