Skip to content

Commit 1be5a72

Browse files
committed
See #24091: Drop gradle from JOSM maintained plugins
Signed-off-by: Taylor Smock <[email protected]>
1 parent ff7eff3 commit 1be5a72

File tree

5 files changed

+7
-344
lines changed

5 files changed

+7
-344
lines changed

Diff for: build.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@
44
<property name="plugin.resources.dir" value="src/main/resources"/>
55

66
<!-- edit the properties of this plugin in the file `gradle.properties` -->
7-
<property file="${basedir}/gradle.properties"/>
7+
<property name="plugin.main.version " value=" 18877"/>
8+
<property name="plugin.canloadatruntime " value=" true"/>
9+
<property name="plugin.author " value=" floscher &lt;incoming+josm-plugin-wikipedia-6702380-issue-@incoming.gitlab.com&gt;, simon04"/>
10+
<property name="plugin.class " value=" org.wikipedia.WikipediaPlugin"/>
11+
<property name="plugin.icon " value=" images/dialogs/wikipedia.png"/>
12+
<property name="plugin.link " value=" https://josm.openstreetmap.de/wiki/Help/Plugin/Wikipedia"/>
13+
<property name="plugin.description " value=" Simplifies linking OSM objects to Wikipedia articles and Wikidata items"/>
814

915
<!-- ** include targets that all plugins have in common ** -->
1016
<import file="../build-common.xml"/>

Diff for: gradle/wrapper/gradle-wrapper.jar

-60.2 KB
Binary file not shown.

Diff for: gradle/wrapper/gradle-wrapper.properties

-7
This file was deleted.

Diff for: gradlew

-244
This file was deleted.

Diff for: gradlew.bat

-92
This file was deleted.

0 commit comments

Comments
 (0)