diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2012-07-30 22:00:07 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2012-07-30 22:00:07 +0200 |
| commit | 9bb55a765e89a11cbfa628dc4711e275b70574b9 (patch) | |
| tree | a2156beacf65f2c192b116f8a2faa040868b99e8 /bin/Cristal Dev Server.launch | |
| parent | 05758b2129d8dd57d97b4237a7735673047fecbe (diff) | |
Depend on cristal-kernel rather than the other way around.
Include eclipse launchers for server and client.
Fix wrong order of package elements
Diffstat (limited to 'bin/Cristal Dev Server.launch')
| -rw-r--r-- | bin/Cristal Dev Server.launch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/Cristal Dev Server.launch b/bin/Cristal Dev Server.launch index a05863f..224343c 100644 --- a/bin/Cristal Dev Server.launch +++ b/bin/Cristal Dev Server.launch @@ -2,10 +2,10 @@ <launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
<stringAttribute key="bad_container_name" value="\cristal-kernel\bin\eclip"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
-<listEntry value="/cristal-dev"/>
+<listEntry value="/cristal-kernel/src/main/java/com/c2kernel/process/StandardServer.java"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
-<listEntry value="4"/>
+<listEntry value="1"/>
</listAttribute>
<stringAttribute key="org.eclipse.debug.ui.ATTR_CONSOLE_ENCODING" value="UTF-8"/>
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
|
