diff options
author | Tom Tromey <tromey@redhat.com> | 2005-09-08 22:47:38 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2005-09-08 22:47:38 +0000 |
commit | fd327bbb9cafb658815cc3217a74db100548e32c (patch) | |
tree | 33aa27a3af4a9ef67db7fad97d7bad68cb9b0fd4 /examples | |
parent | 1df101bf5e2574d8e83d7ce480aa804387221c2c (diff) | |
download | classpath-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.launch | 19 |
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> |