Skip to content

Commit

Permalink
Added a "debug" folder to hold source jars, it also has a single exam…
Browse files Browse the repository at this point in the history
…ple launch configuration for Eclipse
  • Loading branch information
quintesse committed Jul 2, 2012
1 parent bf3fc17 commit d7182c1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions debug/CMR Test.launch
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
<stringAttribute key="bad_container_name" value="/ceylon-runtime/debug/x"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/ceylon-runtime/bootstrap/src/main/java/ceylon/modules/bootstrap/Main5.java"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
</listAttribute>
<listAttribute key="org.eclipse.jdt.launching.CLASSPATH">
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;runtimeClasspathEntry containerPath=&quot;org.eclipse.jdt.launching.JRE_CONTAINER&quot; javaProject=&quot;ceylon-runtime&quot; path=&quot;1&quot; type=&quot;4&quot;/&gt;&#10;"/>
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;runtimeClasspathEntry id=&quot;org.eclipse.jdt.launching.classpathentry.defaultClasspath&quot;&gt;&#10;&lt;memento exportedEntriesOnly=&quot;false&quot; project=&quot;ceylon-runtime&quot;/&gt;&#10;&lt;/runtimeClasspathEntry&gt;&#10;"/>
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/ceylon-runtime/lib/jboss-modules.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#10;"/>
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#10;&lt;runtimeClasspathEntry internalArchive=&quot;/ceylon-runtime/build/lib/ceylon-runtime-bootstrap.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#10;"/>
</listAttribute>
<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="ceylon.modules.bootstrap.Main5"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-mp /home/tschotan/projects/ceylon/ceylon-dist/dist/runtime-repo ceylon.runtime +executable ceylon.modules.jboss.runtime.JBossRuntime hello/1.0.0"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="ceylon-runtime"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dceylon.home=/home/tschotan/projects/ceylon/ceylon-dist/dist"/>
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${workspace_loc:CeylonTests}"/>
</launchConfiguration>
Binary file added debug/jboss-modules-1.1.1.GA-sources.jar
Binary file not shown.

0 comments on commit d7182c1

Please sign in to comment.