File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ test/config/unit-josm.home
1010checkstyle-josm-markseen.xml
1111javadoc
1212target
13+ lib
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments