-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXSD2JSONConverter.launch
More file actions
13 lines (13 loc) · 948 Bytes
/
XSD2JSONConverter.launch
File metadata and controls
13 lines (13 loc) · 948 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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="/4DNMetadataSchemaXSD2JSONConverter/src/edu/umassmed/XSD2JSONConverter/XSD2JSONConverter.java"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
</listAttribute>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_START_ON_FIRST_THREAD" value="true"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="edu.umassmed.XSD2JSONConverter.XSD2JSONConverter"/>
<stringAttribute key="org.eclipse.jdt.launching.MODULE_NAME" value="4DNMetadataSchemaXSD2JSONConverter"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="4DNMetadataSchemaXSD2JSONConverter"/>
</launchConfiguration>