forked from DJCordhose/jmte
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTool.launch
More file actions
12 lines (12 loc) · 761 Bytes
/
Tool.launch
File metadata and controls
12 lines (12 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<?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="/MinimalTemplateEngine/src/com/floreysoft/jmte/util/Tool.java"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
</listAttribute>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.floreysoft.jmte.util.Tool"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="example/buffer.mte example/buffer.properties UTF-8"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="MinimalTemplateEngine"/>
</launchConfiguration>