Last change
on this file since 36361 was 36349, checked in by taylor.smock, 4 months ago |
Dependency updates
Most plugins have been moved to require a minimum version of r19044 (mostly for
Java 11+ build reasons).
|
-
Property svn:mime-type
set to
text/xml
|
File size:
1.3 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <project name="trustosm" default="dist" basedir=".">
|
---|
3 |
|
---|
4 | <!-- enter the SVN commit message -->
|
---|
5 | <property name="commit.message" value="trustosm: recompile for compatibility with JOSM r17896" />
|
---|
6 | <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
|
---|
7 | <property name="plugin.main.version" value="19044"/>
|
---|
8 | <property name="plugin.author" value="Christoph Wagner" />
|
---|
9 | <property name="plugin.class" value="org.openstreetmap.josm.plugins.trustosm.TrustOSMplugin" />
|
---|
10 | <property name="plugin.description" value="Plugin to digital sign OSM-Data" />
|
---|
11 | <property name="plugin.icon" value="images/trustosm.png" />
|
---|
12 | <property name="plugin.link" value=""/>
|
---|
13 | <property name="plugin.requires" value="plastic_laf"/>
|
---|
14 |
|
---|
15 | <property name="josm" location="../../core/dist/josm-custom.jar" />
|
---|
16 | <property name="plugin.dist.dir" value="../../dist" />
|
---|
17 |
|
---|
18 | <!-- ** include targets that all plugins have in common ** -->
|
---|
19 | <import file="../build-common.xml" />
|
---|
20 |
|
---|
21 | <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}">
|
---|
22 | <include name="plastic_laf.jar"/>
|
---|
23 | </fileset>
|
---|
24 |
|
---|
25 | <target name="pre-compile" depends="fetch_dependencies">
|
---|
26 | <!-- include fetch_dependencies task -->
|
---|
27 | </target>
|
---|
28 | </project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.