Skip to content

Commit

Permalink
Drop gradle
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Smock <[email protected]>
  • Loading branch information
tsmock committed Jan 29, 2025
1 parent bb3b30c commit a74800e
Show file tree
Hide file tree
Showing 9 changed files with 168 additions and 787 deletions.
306 changes: 0 additions & 306 deletions build.gradle.kts

This file was deleted.

11 changes: 10 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@
<project xmlns:if="ant:if" xmlns:unless="ant:unless" name="Mapillary" default="dist" basedir=".">
<property name="plugin.src.dir" value="src/main/java"/>
<property name="plugin.resources.dir" value="src/main/resources"/>
<!-- edit the properties of this plugin in the file `gradle.properties` -->
<property name="plugin.author" value="nokutu, floscher, taylor.smock"/>
<property name="plugin.canloadatruntime" value="true"/>
<property name="plugin.class" value="org.openstreetmap.josm.plugins.mapillary.MapillaryPlugin"/>
<property name="plugin.description" value="Allows the user to work with pictures hosted at mapillary.com"/>
<property name="plugin.icon" value="images/mapillary-logo.svg"/>
<property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Mapillary"/>
<property name="plugin.main.version" value="18940"/>
<!-- The datepicker plugin is currently in the source tree. TODO fix -->
<property name="plugin.requires" value="apache-commons"/>
<property name="plugin.minimum.java.version" value="17"/>
<property file="${basedir}/gradle.properties"/>
<property name="josm" location="../../core/dist/josm-custom.jar"/>
<property name="plugin.dist.dir" value="../../dist"/>
Expand Down
19 changes: 0 additions & 19 deletions gradle.properties

This file was deleted.

Binary file removed gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
8 changes: 0 additions & 8 deletions gradle/wrapper/gradle-wrapper.properties

This file was deleted.

Loading

0 comments on commit a74800e

Please sign in to comment.