summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2005-09-08 22:47:38 +0000
committerTom Tromey <tromey@redhat.com>2005-09-08 22:47:38 +0000
commitfd327bbb9cafb658815cc3217a74db100548e32c (patch)
tree33aa27a3af4a9ef67db7fad97d7bad68cb9b0fd4 /examples
parent1df101bf5e2574d8e83d7ce480aa804387221c2c (diff)
downloadclasspath-fd327bbb9cafb658815cc3217a74db100548e32c.tar.gz
* examples/gnu/classpath/examples/swing/ClasspathSwingActivityBoard.launch:
New file.
Diffstat (limited to 'examples')
-rw-r--r--examples/gnu/classpath/examples/swing/ClasspathSwingActivityBoard.launch19
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/gnu/classpath/examples/swing/ClasspathSwingActivityBoard.launch b/examples/gnu/classpath/examples/swing/ClasspathSwingActivityBoard.launch
new file mode 100644
index 000000000..7d041a0b0
--- /dev/null
+++ b/examples/gnu/classpath/examples/swing/ClasspathSwingActivityBoard.launch
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<launchConfiguration type="org.eclipse.cdt.launch.localCLaunch">
+<stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_ID" value="org.eclipse.cdt.debug.mi.core.CDebugger"/>
+<stringAttribute key="org.eclipse.cdt.launch.protocol" value="mi"/>
+<booleanAttribute key="org.eclipse.cdt.debug.mi.core.STOP_ON_SOLIB_EVENTS" value="false"/>
+<stringAttribute key="org.eclipse.cdt.launch.DEBUGGER_START_MODE" value="run"/>
+<listAttribute key="org.eclipse.cdt.debug.mi.core.SOLIB_PATH"/>
+<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
+<booleanAttribute key="org.eclipse.cdt.launch.ENABLE_REGISTER_BOOKKEEPING" value="false"/>
+<booleanAttribute key="org.eclipse.cdt.debug.mi.core.AUTO_SOLIB" value="true"/>
+<booleanAttribute key="org.eclipse.cdt.launch.DEBUGGER_STOP_AT_MAIN" value="true"/>
+<booleanAttribute key="org.eclipse.cdt.launch.use_terminal" value="true"/>
+<stringAttribute key="org.eclipse.cdt.launch.PROJECT_ATTR" value="jamvm"/>
+<booleanAttribute key="org.eclipse.cdt.launch.ENABLE_VARIABLE_BOOKKEEPING" value="false"/>
+<stringAttribute key="org.eclipse.cdt.debug.mi.core.DEBUG_NAME" value="gdb"/>
+<stringAttribute key="org.eclipse.cdt.launch.PROGRAM_NAME" value="src/jamvm"/>
+<stringAttribute key="org.eclipse.cdt.launch.PROGRAM_ARGUMENTS" value="-Dswing.defaultlaf=javax.swing.plaf.metal.MetalLookAndFeel gnu.classpath.examples.swing.Demo"/>
+<stringAttribute key="org.eclipse.cdt.debug.mi.core.GDB_INIT" value=""/>
+</launchConfiguration>