Changeset 31817 in osm for applications/editors/josm/plugins/mapillary/build.gradle
- Timestamp:
- 2015-12-12T16:48:29+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 }
Note:
See TracChangeset
for help on using the changeset viewer.