Ignore:
Timestamp:
2018-04-28T20:31:44+02:00 (7 years ago)
Author:
floscher
Message:

JOSM/wikipedia: Add Gradle build (Ant build is still present)

The Gradle build comes with Gradle 4.7, ErrorProne 2.3.1, PMD 6.2.0, SpotBugs 3.1.3 and JUnit 5.1.1 set up.

Location:
applications/editors/josm/plugins/wikipedia
Files:
11 added
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wikipedia/build.xml

    r34149 r34174  
    44    <!-- enter the SVN commit message -->
    55    <property name="commit.message" value="Commit message"/>
    6     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="13597"/>
    8     <property name="plugin.canloadatruntime" value="true"/>
    96
    10     <property name="plugin.author" value="simon04"/>
    11     <property name="plugin.class" value="org.wikipedia.WikipediaPlugin"/>
     7    <!-- edit the properties of this plugin in the file `gradle.properties` -->
     8    <property file="${basedir}/gradle.properties"/>
     9    <!-- The description has to stay here AND in the build.gradle, so Ant can sync the description to Launchpad and Gradle can also pick it up. -->
    1210    <property name="plugin.description" value="Simplifies linking OSM objects to Wikipedia articles and Wikidata items"/>
    13     <property name="plugin.icon" value="images/dialogs/wikipedia.png"/>
    14     <property name="plugin.link" value="https://josm.openstreetmap.de/wiki/Help/Plugin/Wikipedia"/>
    1511
    1612    <!-- ** include targets that all plugins have in common ** -->
Note: See TracChangeset for help on using the changeset viewer.