Skip to content

Commit

Permalink
Merge pull request #3 from CapsicoHealth/#1_first_proper_commit
Browse files Browse the repository at this point in the history
#1 initial commit
  • Loading branch information
ldhasson authored Jan 18, 2023
2 parents bf3420f + 4a508e5 commit 4d98d40
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions scripts/Starter.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
<stringAttribute key="bad_container_name" value="\TildaBuilder\s"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/TildaBuilder/src/tildabuilder/Starter.java"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
</listAttribute>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_ATTR_USE_ARGFILE" value="false"/>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_SHOW_CODEDETAILS_IN_EXCEPTION_MESSAGES" value="true"/>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value="false"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="tildabuilder.Starter"/>
<stringAttribute key="org.eclipse.jdt.launching.MODULE_NAME" value="TildaBuilder"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="TildaBuilder"/>
</launchConfiguration>

0 comments on commit 4d98d40

Please sign in to comment.