Last change
on this file since 31350 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
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <project name="videomapping" default="dist" basedir=".">
|
---|
3 |
|
---|
4 | <!-- enter the SVN commit message -->
|
---|
5 | <property name="commit.message" value="fix after JOSM update"/>
|
---|
6 | <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
|
---|
7 | <property name="plugin.main.version" value="7001"/>
|
---|
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"/>
|
---|
14 |
|
---|
15 | <!--
|
---|
16 | **********************************************************
|
---|
17 | ** include targets that all plugins have in common
|
---|
18 | **********************************************************
|
---|
19 | -->
|
---|
20 | <import file="../build-common.xml"/>
|
---|
21 |
|
---|
22 | <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}">
|
---|
23 | <include name="jna.jar"/>
|
---|
24 | <include name="log4j.jar"/>
|
---|
25 | </fileset>
|
---|
26 |
|
---|
27 | </project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.