Skip to content

Commit 1a4d435

Browse files
committed
fix ant test as well
1 parent 1c3ea4d commit 1a4d435

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ test/config/unit-josm.home
1010
checkstyle-josm-markseen.xml
1111
javadoc
1212
target
13+
lib

build.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@
99
<property name="plugin.canloadatruntime" value="true"/>
1010
<!-- ** include targets that all plugins have in common ** -->
1111
<import file="../build-common.xml"/>
12+
<target name="pre-compile" depends="fetch_dependencies">
13+
<!-- include fetch_dependencies task -->
14+
</target>
1215
</project>

ivy.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- License: GPL. For details, see LICENSE file. -->
3+
<ivy-module version="2.0">
4+
<info organisation="org.openstreetmap.josm.plugins" module="markseen"/>
5+
<dependencies>
6+
<dependency org="jakarta.xml.bind" name="jakarta.xml.bind-api" rev="4.0.2"/>
7+
</dependencies>
8+
</ivy-module>

0 commit comments

Comments
 (0)