|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <project name="config" default="dist" basedir="."> |
3 | | - <property name="commit.message" value="Commit message"/> |
4 | | - <property name="plugin.main.version" value="19044"/> |
5 | | - <property name="plugin.author" value="Aarthy KC"/> |
6 | | - <property name="plugin.class" value="org.openstreetmap.josm.plugins.ConfigPlugin"/> |
7 | | - <property name="plugin.description" value="Task configurations"/> |
8 | | - <!--<property name="plugin.icon" value="..."/>--> |
9 | | - <!--<property name="plugin.link" value="..."/>--> |
10 | | - <!--<property name="plugin.early" value="..."/>--> |
11 | | - <!--<property name="plugin.requires" value="..."/>--> |
12 | | - <!--<property name="plugin.stage" value="..."/>--> |
13 | | - <target name="additional-manifest"> |
14 | | - <manifest file="MANIFEST" mode="update"> |
15 | | - <attribute name="13558_Plugin-Url" value="v1.2;https://github.com/JOSM/configuration/releases/download/v1.2/config.jar" /> |
16 | | - <attribute name="14153_Plugin-Url" value="v1.2.2;https://github.com/JOSM/configuration/releases/download/v1.2.2/config.jar" /> |
17 | | - </manifest> |
18 | | - </target> |
19 | | - <!-- ** include targets that all plugins have in common ** --> |
20 | | - <import file="../build-common.xml"/> |
21 | | - |
| 3 | + <property name="commit.message" value="Commit message"/> |
| 4 | + <property name="plugin.main.version" value="19044"/> |
| 5 | + <property name="plugin.author" value="Aarthy KC"/> |
| 6 | + <property name="plugin.class" value="org.openstreetmap.josm.plugins.ConfigPlugin"/> |
| 7 | + <property name="plugin.description" value="Task configurations"/> |
| 8 | + <!--<property name="plugin.icon" value="..."/>--> |
| 9 | + <!--<property name="plugin.link" value="..."/>--> |
| 10 | + <!--<property name="plugin.early" value="..."/>--> |
| 11 | + <!--<property name="plugin.requires" value="..."/>--> |
| 12 | + <!--<property name="plugin.stage" value="..."/>--> |
| 13 | + <target name="additional-manifest"> |
| 14 | + <manifest file="MANIFEST" mode="update"> |
| 15 | + <attribute name="13558_Plugin-Url" value="v1.2;https://github.com/JOSM/configuration/releases/download/v1.2/config.jar"/> |
| 16 | + <attribute name="14153_Plugin-Url" value="v1.2.2;https://github.com/JOSM/configuration/releases/download/v1.2.2/config.jar"/> |
| 17 | + </manifest> |
| 18 | + </target> |
| 19 | + <!-- ** include targets that all plugins have in common ** --> |
| 20 | + <import file="../build-common.xml"/> |
22 | 21 | </project> |
0 commit comments