diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2013-02-14 22:54:45 +0100 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2013-02-14 22:54:45 +0100 |
| commit | 65ed02984f004ce736744e56540bc04324f311c4 (patch) | |
| tree | 6cbdc7f8f2975301042f07ef37ff4743c51a6c4e /bin | |
| parent | 48027b943a833f6639ddce33178a5694529ac91a (diff) | |
Fold script console environment into Script.
Add support for 'textFiles/consoleScript.lang.txt' console function
declarations in kernel and modules.
Use that context for ScriptConsole network consoles and new ShellConsole
client process.
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/eclipse/Cristal Kernel Console.launch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/bin/eclipse/Cristal Kernel Console.launch b/bin/eclipse/Cristal Kernel Console.launch new file mode 100644 index 0000000..b8bae26 --- /dev/null +++ b/bin/eclipse/Cristal Kernel Console.launch @@ -0,0 +1,19 @@ +<?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="/cristal-kernel/src/main/java/com/c2kernel/process/ClientShell.java"/>
+</listAttribute>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
+<listEntry value="1"/>
+</listAttribute>
+<stringAttribute key="org.eclipse.debug.ui.ATTR_CONSOLE_ENCODING" value="UTF-8"/>
+<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.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
+<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.c2kernel.process.ClientShell"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-config bin/conf/client.conf -connect ${file_prompt}"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="cristal-kernel"/>
+<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
+</launchConfiguration>
|
