Last change
on this file was 36339, checked in by taylor.smock, 7 weeks ago |
Fix #20508: KWallet5 isn't working
This attempts to iterate through different KWallet versions
|
-
Property svn:mime-type
set to
text/xml
|
File size:
1.2 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <project name="native_password_manager" default="dist" basedir=".">
|
---|
3 |
|
---|
4 | <!-- enter the SVN commit message -->
|
---|
5 | <property name="commit.message" value="Commit message"/>
|
---|
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="Paul Hartmann"/>
|
---|
9 | <property name="plugin.class" value="org.openstreetmap.josm.plugins.npm.NPMPlugin"/>
|
---|
10 | <property name="plugin.description" value="Use your system''s password manager to store the API username and password. (KWallet and gnome-keyring are supported.)"/>
|
---|
11 | <property name="plugin.icon" value="images/lock24x24.png"/>
|
---|
12 | <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Native_Password_Manager"/>
|
---|
13 | <property name="plugin.requires" value="jna"/>
|
---|
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 | </fileset>
|
---|
25 |
|
---|
26 | </project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.