Changeset 31817 in osm for applications/editors/josm
- Timestamp:
- 2015-12-12T16:48:29+01:00 (9 years ago)
- Location:
- applications/editors/josm
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/.settings/Build JOSM-Mapillary.launch
r31798 r31817 9 9 <listEntry value="org.eclipse.debug.ui.launchGroup.run"/> 10 10 </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"/> 13 13 <listAttribute key="tasks"> 14 14 <listEntry value="build"/> 15 <listEntry value="javadoc"/> 15 16 </listAttribute> 16 17 <stringAttribute key="working_dir" value="${workspace_loc:/JOSM-Mapillary}"/> -
applications/editors/josm/plugins/mapillary/build.gradle
r31806 r31817 105 105 jar { 106 106 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 ) 117 121 } 118 122 } -
applications/editors/josm/plugins/mapillary/gradle.properties
r31803 r31817 7 7 plugin.main.version=8433 8 8 plugin.requires=apache-commons;apache-http 9 plugin.version=1.1. 19 plugin.version=1.1.2 10 10 #plugin.early=... 11 11 #plugin.stage=...
Note:
See TracChangeset
for help on using the changeset viewer.