source: osm/applications/editors/josm/plugins/pt_assistant/gradle.properties@ 34253

Last change on this file since 34253 was 34253, checked in by floscher, 8 years ago

Add Gradle build and Transifex configuration

This adds the changes proposed and discussed in https://github.com/JOSM/pt_assistant/pull/1 .

File size: 631 bytes
Line 
1plugin.author=Biswesh Mohapatra biswesh123@gmail.com
2plugin.class=org.openstreetmap.josm.plugins.pt_assistant.PTAssistantPlugin
3plugin.description=Provides validation and fixing for public transport route according to version 2 of the public transport schema
4plugin.icon=...
5plugin.link=https://wiki.openstreetmap.org/wiki/JOSM/Plugins/PT_Assistant
6plugin.canloadatruntime=true
7plugin.requires=utilsplugin2
8
9# Minimum JOSM version (any numeric version)
10plugin.main.version=13729
11# JOSM version to compile against (any numeric version available for download, or the special values "tested" or "latest")
12plugin.compile.version=13878
Note: See TracBrowser for help on using the repository browser.