We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 597cbd4 commit 8ca4225Copy full SHA for 8ca4225
1 file changed
build.xml
@@ -14,6 +14,7 @@
14
<property name="plugin.description" value="Marks 'seen' areas of the map"/>
15
<property name="plugin.icon" value="images/icons/24x24/markseen.png"/>
16
<property name="plugin.link" value="https://github.com/risicle/josm-markseen"/>
17
+ <property name="plugin.canloadatruntime" value="true"/>
18
19
<property name="error_prone_ant.jar" location="${env.JOSM_SRC_DIR}/tools/error_prone_ant.jar"/>
20
<property name="checkstyle.jar" location="${env.JOSM_SRC_DIR}/tools/checkstyle/checkstyle-all.jar"/>
0 commit comments