Last change
on this file since 31181 was 30821, checked in by donvip, 10 years ago |
[josm_videomapping] make plugin rely on JNA plugin
|
-
Property svn:mime-type
set to
text/xml
|
File size:
1.3 KB
|
Rev | Line | |
---|
[26174] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <project name="videomapping" default="dist" basedir=".">
|
---|
[28289] | 3 |
|
---|
[26174] | 4 | <!-- enter the SVN commit message -->
|
---|
[29782] | 5 | <property name="commit.message" value="fix after JOSM update"/>
|
---|
[26174] | 6 | <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
|
---|
[30416] | 7 | <property name="plugin.main.version" value="7001"/>
|
---|
[30821] | 8 | <property name="plugin.author" value="Matthias Meißer"/>
|
---|
| 9 | <property name="plugin.class" value="org.openstreetmap.josm.plugins.videomapping.VideoPlugin"/>
|
---|
| 10 | <property name="plugin.description" value="(This Plugin is currently work in progress!!!) Links and syncs a georeferenced video against a GPS track, to use it for identify visible objects."/>
|
---|
| 11 | <property name="plugin.icon" value="images/videomapping.png"/>
|
---|
| 12 | <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/VideoMapping"/>
|
---|
| 13 | <property name="plugin.requires" value="jna;log4j"/>
|
---|
[28289] | 14 |
|
---|
[26174] | 15 | <!--
|
---|
| 16 | **********************************************************
|
---|
[28289] | 17 | ** include targets that all plugins have in common
|
---|
[26174] | 18 | **********************************************************
|
---|
| 19 | -->
|
---|
[28289] | 20 | <import file="../build-common.xml"/>
|
---|
| 21 |
|
---|
[30821] | 22 | <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}">
|
---|
| 23 | <include name="jna.jar"/>
|
---|
| 24 | <include name="log4j.jar"/>
|
---|
| 25 | </fileset>
|
---|
| 26 |
|
---|
[26174] | 27 | </project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.