forked from eclipse-pde/eclipse.pde
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin-based-without-automatic-add.launch
More file actions
32 lines (32 loc) · 2.35 KB
/
plugin-based-without-automatic-add.launch
File metadata and controls
32 lines (32 loc) · 2.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.pde.ui.RuntimeWorkbench">
<booleanAttribute key="append.args" value="true" />
<booleanAttribute key="askclear" value="true" />
<booleanAttribute key="automaticAdd" value="false" />
<booleanAttribute key="automaticValidate" value="true" />
<stringAttribute key="bootstrap" value="" />
<stringAttribute key="checked" value="[NONE]" />
<booleanAttribute key="clearConfig" value="true" />
<booleanAttribute key="clearws" value="false" />
<booleanAttribute key="clearwslog" value="false" />
<stringAttribute key="configLocation" value="${workspace_loc}/.metadata/.plugins/org.eclipse.pde.core/plugin-based-without-automatic-add" />
<booleanAttribute key="default" value="false" />
<setAttribute key="deselected_workspace_bundles" />
<booleanAttribute key="includeOptional" value="true" />
<stringAttribute key="location" value="${workspace_loc}\_Workspaces\runtime-plugin-based-without-automatic-add" />
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true" />
<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21" />
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl} -consoleLog" />
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider" />
<stringAttribute key="pde.version" value="3.3" />
<stringAttribute key="product" value="org.eclipse.platform.ide" />
<stringAttribute key="selected_target_plugins" value="org.eclipse.core.runtime@default:true,org.eclipse.ui@2:false" />
<stringAttribute key="selected_workspace_plugins" value="org.eclipse.pde.plugin1@default:true,org.eclipse.pde.plugin2@3:false" />
<booleanAttribute key="show_selected_only" value="false" />
<stringAttribute key="templateConfig" value="${target_home}\configuration\config.ini" />
<booleanAttribute key="tracing" value="false" />
<booleanAttribute key="useCustomFeatures" value="false" />
<booleanAttribute key="useDefaultConfig" value="true" />
<booleanAttribute key="useDefaultConfigArea" value="true" />
<booleanAttribute key="useProduct" value="true" />
</launchConfiguration>