-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathCO2CarDemo (Porsche Cayenne FRA-DUS).launch
17 lines (17 loc) · 1.32 KB
/
CO2CarDemo (Porsche Cayenne FRA-DUS).launch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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="/uom-weather-demos/src/main/java/tech/uom/demo/weather/climate/CO2CarDemo.java"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="1"/>
</listAttribute>
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_EXCLUDE_TEST_CODE" value="true"/>
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.m2e.launchconfig.classpathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="tech.uom.demo.weather.climate.CO2CarDemo"/>
<stringAttribute key="org.eclipse.jdt.launching.MODULE_NAME" value="uom-energy-demos"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="Porsche-Cayenne PETROL 14 231.5"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="uom-weather-demos"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.m2e.launchconfig.sourcepathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dlanguage=de"/>
</launchConfiguration>