Last change
on this file since 33778 was 33778, checked in by donvip, 7 years ago |
update to JOSM 12636
|
-
Property svn:mime-type
set to
text/xml
|
File size:
1.4 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <project name="junctionchecking" default="dist" basedir=".">
|
---|
3 | <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
|
---|
4 | <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
|
---|
5 | <property name="plugin.main.version" value="12636"/>
|
---|
6 |
|
---|
7 | <!-- Configure these properties (replace "..." accordingly).
|
---|
8 | See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
|
---|
9 | -->
|
---|
10 | <property name="plugin.author" value="Jörg Possin"/>
|
---|
11 | <property name="plugin.class" value="org.openstreetmap.josm.plugins.JunctionChecker.JunctionCheckerPlugin"/>
|
---|
12 | <property name="plugin.description" value="creates a channel digraph and checks a subset of channels if it is a junction or searches in a subset of channels for junctions"/>
|
---|
13 | <property name="plugin.icon" value="images/dialogs/junctionchecker.png"/>
|
---|
14 | <property name="plugin.link" value="https://wiki.openstreetmap.org/index.php/JOSM/Plugins/JunctionChecking"/>
|
---|
15 |
|
---|
16 | <!-- ** include targets that all plugins have in common ** -->
|
---|
17 | <import file="../build-common.xml"/>
|
---|
18 |
|
---|
19 | <target name="additional-manifest">
|
---|
20 | <manifest file="MANIFEST" mode="update">
|
---|
21 | <attribute name="Main-Class" value="org.openstreetmap.josm.plugins.JunctionChecker.commandlineinterface.CLI"/>
|
---|
22 | </manifest>
|
---|
23 | </target>
|
---|
24 | </project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.