Skip to content

Commit 6b7f1cf

Browse files
committed
remove non-working link
1 parent 0f32473 commit 6b7f1cf

File tree

5 files changed

+219
-221
lines changed

5 files changed

+219
-221
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
build/
22
dist/
3-
images/
43
test/jacoco.exec
54
test/build/
65
test/report/

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<property name="plugin.author" value="Robert Scott"/>
55
<property name="plugin.class" value="org.openstreetmap.josm.plugins.markseen.MarkSeenPlugin"/>
66
<property name="plugin.description" value="Marks ’seen’ areas of the map"/>
7-
<property name="plugin.icon" value="images/icons/24x24/markseen.svg"/>
7+
<property name="plugin.icon" value="images/dialogs/markseen.svg"/>
88
<property name="plugin.link" value="https://github.com/JOSM/markseen"/>
99
<property name="plugin.canloadatruntime" value="true"/>
1010
<!-- ** include targets that all plugins have in common ** -->

images/dialogs/markseen.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

images/dialogs/markseen.svg

Lines changed: 217 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)