Changeset 31817 in osm for applications/editors


Ignore:
Timestamp:
2015-12-12T16:48:29+01:00 (9 years ago)
Author:
floscher
Message:

[mapillary] Release version 1.1.2

Location:
applications/editors/josm
Files:
4 edited

Legend:

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

    r31798 r31817  
    99    <listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
    1010  </listAttribute>
    11   <booleanAttribute key="show_console_view" value="true"/>
    12   <booleanAttribute key="show_execution_view" value="false"/>
     11  <booleanAttribute key="show_console_view" value="false"/>
     12  <booleanAttribute key="show_execution_view" value="true"/>
    1313  <listAttribute key="tasks">
    1414    <listEntry value="build"/>
     15    <listEntry value="javadoc"/>
    1516  </listAttribute>
    1617  <stringAttribute key="working_dir" value="${workspace_loc:/JOSM-Mapillary}"/>
  • applications/editors/josm/plugins/mapillary/build.gradle

    r31806 r31817  
    105105jar {
    106106  manifest {
    107     attributes("Plugin-Mainversion": project.property('plugin.main.version'),
    108                "Plugin-Version": "31802",
    109                "Plugin-Class": project.property('plugin.class'),
    110                "Plugin-Description": project.property('plugin.description'),
    111                "Plugin-Date": String.format("%1\$tY-%1\$tm-%1\$tdT%1\$tH:%1\$tM:%1\$tS%1\$tz", new GregorianCalendar()),
    112                "Author": project.property('plugin.author'),
    113                "Plugin-Link": project.property('plugin.link'),
    114                "Plugin-Icon": project.property("plugin.icon"),
    115                "Plugin-Requires": project.property("plugin.requires"),
    116                "Plugin-Canloadatruntime": project.property('plugin.canloadatruntime'))
     107    attributes(
     108      "Gradle-Version": project.getGradle().getGradleVersion(),
     109      "Created-By": System.getProperty("java.version")+" ("+System.getProperty("java.vendor")+")",
     110      "Plugin-Mainversion": project.property('plugin.main.version'),
     111      "Plugin-Version": "31817",
     112      "Plugin-Class": project.property('plugin.class'),
     113      "Plugin-Description": project.property('plugin.description'),
     114      "Plugin-Date": String.format("%1\$tY-%1\$tm-%1\$tdT%1\$tH:%1\$tM:%1\$tS%1\$tz", new GregorianCalendar()),
     115      "Author": project.property('plugin.author'),
     116      "Plugin-Link": project.property('plugin.link'),
     117      "Plugin-Icon": project.property("plugin.icon"),
     118      "Plugin-Requires": project.property("plugin.requires"),
     119      "Plugin-Canloadatruntime": project.property('plugin.canloadatruntime')
     120    )
    117121  }
    118122}
  • applications/editors/josm/plugins/mapillary/gradle.properties

    r31803 r31817  
    77plugin.main.version=8433
    88plugin.requires=apache-commons;apache-http
    9 plugin.version=1.1.1
     9plugin.version=1.1.2
    1010#plugin.early=...
    1111#plugin.stage=...
Note: See TracChangeset for help on using the changeset viewer.