Ignore:
Timestamp:
2016-06-20T17:21:18+02:00 (9 years ago)
Author:
floscher
Message:

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
Location:
applications/editors/josm/plugins/mapillary/.settings
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/mapillary/.settings/Build JOSM-Mapillary.launch

    r31817 r32340  
    1515    <listEntry value="javadoc"/>
    1616  </listAttribute>
    17   <stringAttribute key="working_dir" value="${workspace_loc:/JOSM-Mapillary}"/>
     17  <stringAttribute key="working_dir" value="${project_loc}"/>
    1818</launchConfiguration>
  • applications/editors/josm/plugins/mapillary/.settings/Launch JOSM with JOSM-Mapillary loaded.launch

    r31798 r32340  
    1313    <listEntry value="runJosm"/>
    1414  </listAttribute>
    15   <stringAttribute key="working_dir" value="${workspace_loc:/JOSM-Mapillary}"/>
     15  <stringAttribute key="working_dir" value="${project_loc}"/>
    1616</launchConfiguration>
  • applications/editors/josm/plugins/mapillary/.settings/org.eclipse.jdt.core.prefs

    r32203 r32340  
    77org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled
    88org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
    9 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
    10 org.eclipse.jdt.core.compiler.compliance=1.7
     9org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
     10org.eclipse.jdt.core.compiler.compliance=1.8
    1111org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning
    1212org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
     
    9494org.eclipse.jdt.core.compiler.problem.unusedWarningToken=warning
    9595org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
    96 org.eclipse.jdt.core.compiler.source=1.7
     96org.eclipse.jdt.core.compiler.source=1.8
Note: See TracChangeset for help on using the changeset viewer.