Skip to content

Commit a74800e

Browse files
committed
Drop gradle
Signed-off-by: Taylor Smock <tsmock@meta.com>
1 parent bb3b30c commit a74800e

File tree

9 files changed

+168
-787
lines changed

9 files changed

+168
-787
lines changed

build.gradle.kts

Lines changed: 0 additions & 306 deletions
This file was deleted.

build.xml

Lines changed: 10 additions & 1 deletion
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"/>

gradle.properties

Lines changed: 0 additions & 19 deletions
This file was deleted.

gradle/wrapper/gradle-wrapper.jar

-61.9 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)