Skip to content

Commit a74800e

Browse files
committed
Drop gradle
Signed-off-by: Taylor Smock <[email protected]>
1 parent bb3b30c commit a74800e

File tree

9 files changed

+168
-787
lines changed

9 files changed

+168
-787
lines changed

Diff for: build.gradle.kts

-306
This file was deleted.

Diff for: build.xml

+10-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
22
<project xmlns:if="ant:if" xmlns:unless="ant:unless" name="Mapillary" default="dist" basedir=".">
33
<property name="plugin.src.dir" value="src/main/java"/>
44
<property name="plugin.resources.dir" value="src/main/resources"/>
5-
<!-- edit the properties of this plugin in the file `gradle.properties` -->
5+
<property name="plugin.author" value="nokutu, floscher, taylor.smock"/>
6+
<property name="plugin.canloadatruntime" value="true"/>
7+
<property name="plugin.class" value="org.openstreetmap.josm.plugins.mapillary.MapillaryPlugin"/>
8+
<property name="plugin.description" value="Allows the user to work with pictures hosted at mapillary.com"/>
9+
<property name="plugin.icon" value="images/mapillary-logo.svg"/>
10+
<property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Mapillary"/>
11+
<property name="plugin.main.version" value="18940"/>
12+
<!-- The datepicker plugin is currently in the source tree. TODO fix -->
13+
<property name="plugin.requires" value="apache-commons"/>
14+
<property name="plugin.minimum.java.version" value="17"/>
615
<property file="${basedir}/gradle.properties"/>
716
<property name="josm" location="../../core/dist/josm-custom.jar"/>
817
<property name="plugin.dist.dir" value="../../dist"/>

Diff for: gradle.properties

-19
This file was deleted.

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

-61.9 KB
Binary file not shown.

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

-8
This file was deleted.

0 commit comments

Comments
 (0)