|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <project name="ShapeTools" default="dist" basedir="."> |
3 | | - <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> |
4 | | - <property name="plugin.main.version" value="19044"/> |
5 | | - |
6 | | - <property name="plugin.author" value="Antochi Adrian and Trifan Adrian"/> |
7 | | - <property name="plugin.class" value="org.openstreetmap.josm.plugins.shapetools.ShapeToolsPlugin"/> |
8 | | - <property name="plugin.description" value="Gives user more tools that facilitate aligning and rotation of buildings."/> |
9 | | - <property name="plugin.icon" value="images/shapeToolsIcon.png"/> |
10 | | - <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/ShapeTools"/> |
11 | | - |
12 | | - <target name="additional-manifest"> |
13 | | - <manifest file="MANIFEST" mode="update"> |
14 | | - <attribute name="12636_Plugin-Url" value="v1.2.3;https://github.com/JOSM/ShapeTools/releases/download/v1.2.3/ShapeTools.jar" /> |
15 | | - <attribute name="14153_Plugin-Url" value="v1.2.4;https://github.com/JOSM/ShapeTools/releases/download/v1.2.4/ShapeTools.jar" /> |
16 | | - <attribute name="17896_Plugin-Url" value="v1.2.5;https://github.com/JOSM/ShapeTools/releases/download/v1.2.5/ShapeTools.jar" /> |
17 | | - <attribute name="18221_Plugin-Url" value="v1.2.7;https://github.com/JOSM/ShapeTools/releases/download/v1.2.7/ShapeTools.jar" /> |
18 | | - </manifest> |
19 | | - </target> |
20 | | - |
21 | | - <!-- ** include targets that all plugins have in common ** --> |
22 | | - <import file="../build-common.xml"/> |
| 3 | + <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> |
| 4 | + <property name="plugin.main.version" value="19044"/> |
| 5 | + <property name="plugin.author" value="Antochi Adrian and Trifan Adrian"/> |
| 6 | + <property name="plugin.class" value="org.openstreetmap.josm.plugins.shapetools.ShapeToolsPlugin"/> |
| 7 | + <property name="plugin.description" value="Gives user more tools that facilitate aligning and rotation of buildings."/> |
| 8 | + <property name="plugin.icon" value="images/shapeToolsIcon.png"/> |
| 9 | + <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/ShapeTools"/> |
| 10 | + <target name="additional-manifest"> |
| 11 | + <manifest file="MANIFEST" mode="update"> |
| 12 | + <attribute name="12636_Plugin-Url" value="v1.2.3;https://github.com/JOSM/ShapeTools/releases/download/v1.2.3/ShapeTools.jar"/> |
| 13 | + <attribute name="14153_Plugin-Url" value="v1.2.4;https://github.com/JOSM/ShapeTools/releases/download/v1.2.4/ShapeTools.jar"/> |
| 14 | + <attribute name="17896_Plugin-Url" value="v1.2.5;https://github.com/JOSM/ShapeTools/releases/download/v1.2.5/ShapeTools.jar"/> |
| 15 | + <attribute name="18221_Plugin-Url" value="v1.2.7;https://github.com/JOSM/ShapeTools/releases/download/v1.2.7/ShapeTools.jar"/> |
| 16 | + </manifest> |
| 17 | + </target> |
| 18 | + <!-- ** include targets that all plugins have in common ** --> |
| 19 | + <import file="../build-common.xml"/> |
23 | 20 | </project> |
0 commit comments