Launch Runtime SCT.launch 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <launchConfiguration type="org.eclipse.pde.ui.RuntimeWorkbench">
  3. <booleanAttribute key="append.args" value="true"/>
  4. <booleanAttribute key="askclear" value="true"/>
  5. <booleanAttribute key="automaticAdd" value="true"/>
  6. <booleanAttribute key="automaticValidate" value="false"/>
  7. <stringAttribute key="bad_container_name" value="/org.yakindu.base.expressions/.launch/"/>
  8. <stringAttribute key="bootstrap" value=""/>
  9. <stringAttribute key="checked" value="[NONE]"/>
  10. <booleanAttribute key="clearConfig" value="false"/>
  11. <booleanAttribute key="clearws" value="false"/>
  12. <booleanAttribute key="clearwslog" value="false"/>
  13. <stringAttribute key="configLocation" value="${workspace_loc}/.metadata/.plugins/org.eclipse.pde.core/Launch Runtime SCT"/>
  14. <booleanAttribute key="default" value="true"/>
  15. <booleanAttribute key="includeOptional" value="true"/>
  16. <stringAttribute key="location" value="${workspace_loc}/../runtime-SCT"/>
  17. <listAttribute key="org.eclipse.debug.ui.favoriteGroups">
  18. <listEntry value="org.eclipse.debug.ui.launchGroup.debug"/>
  19. <listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
  20. </listAttribute>
  21. <booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/>
  22. <stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
  23. <stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl}"/>
  24. <stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider"/>
  25. <stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xms40m -Xmx512m -XX:MaxPermSize=256m"/>
  26. <stringAttribute key="pde.version" value="3.3"/>
  27. <stringAttribute key="product" value="org.eclipse.platform.ide"/>
  28. <booleanAttribute key="show_selected_only" value="false"/>
  29. <stringAttribute key="templateConfig" value="${target_home}/configuration/config.ini"/>
  30. <booleanAttribute key="tracing" value="false"/>
  31. <booleanAttribute key="useCustomFeatures" value="false"/>
  32. <booleanAttribute key="useDefaultConfig" value="true"/>
  33. <booleanAttribute key="useDefaultConfigArea" value="true"/>
  34. <booleanAttribute key="useProduct" value="true"/>
  35. <booleanAttribute key="usefeatures" value="false"/>
  36. </launchConfiguration>