source: osm/applications/editors/josm/plugins/mapillary/.settings/Launch JOSM with JOSM-Mapillary loaded.launch@ 32340

Last change on this file since 32340 was 32340, checked in by floscher, 9 years ago

Tweak settings for Eclipse and IntelliJ idea

  • put code style settings for IntelliJ under version control
  • set target platform to 1.8 in Eclipse
  • add Gradle nature to Eclipse project
File size: 789 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<launchConfiguration type="org.eclipse.buildship.core.launch.runconfiguration">
3 <listAttribute key="arguments"/>
4 <stringAttribute key="gradle_distribution" value="GRADLE_DISTRIBUTION(WRAPPER)"/>
5 <listAttribute key="jvm_arguments"/>
6 <stringAttribute key="org.eclipse.debug.ui.ATTR_CONSOLE_ENCODING" value="UTF-8"/>
7 <listAttribute key="org.eclipse.debug.ui.favoriteGroups">
8 <listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
9 </listAttribute>
10 <booleanAttribute key="show_console_view" value="true"/>
11 <booleanAttribute key="show_execution_view" value="true"/>
12 <listAttribute key="tasks">
13 <listEntry value="runJosm"/>
14 </listAttribute>
15 <stringAttribute key="working_dir" value="${project_loc}"/>
16</launchConfiguration>
Note: See TracBrowser for help on using the repository browser.