Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/org.eclipse.emf.cdo.formatchecker/FormatChecker.launch')
-rw-r--r--releng/org.eclipse.emf.cdo.formatchecker/FormatChecker.launch15
1 files changed, 15 insertions, 0 deletions
diff --git a/releng/org.eclipse.emf.cdo.formatchecker/FormatChecker.launch b/releng/org.eclipse.emf.cdo.formatchecker/FormatChecker.launch
new file mode 100644
index 0000000000..2601858406
--- /dev/null
+++ b/releng/org.eclipse.emf.cdo.formatchecker/FormatChecker.launch
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
+<listEntry value="/org.eclipse.emf.cdo.formatchecker/src/org/eclipse/emf/cdo/formatchecker/FormatChecker.java"/>
+</listAttribute>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
+<listEntry value="1"/>
+</listAttribute>
+<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
+<listEntry value="org.eclipse.debug.ui.launchGroup.debug"/>
+<listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
+</listAttribute>
+<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.emf.cdo.formatchecker.FormatChecker"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.emf.cdo.formatchecker"/>
+</launchConfiguration>

Back to the top