Line | |
---|
1 | <?xml version="1.0"?>
|
---|
2 | <site version="1.0">
|
---|
3 | <!-- meta data of site -->
|
---|
4 | <site-info>
|
---|
5 | <site-name>Update Site of Christof Dallermassl</site-name>
|
---|
6 | <site-url>http://www.tegmento.org/~cdaller/josm/</site-url>
|
---|
7 | </site-info>
|
---|
8 |
|
---|
9 | <!-- plugins available on this site -->
|
---|
10 | <plugins>
|
---|
11 | <plugin id="surveyor" version="1.0">
|
---|
12 | <name>Surveyor</name>
|
---|
13 | <description lang="de">Erlaubt das Hinzufügen von Markern an der aktuellen GPS Position (vom LiveGps Plugin).</description>
|
---|
14 | <description lang="en">Allows to add markers at the current gps postion (from livegps plugins).</description>
|
---|
15 | <resources>
|
---|
16 | <resource src="http://www.tegmento.org/~cdaller/josm/surveyor.jar"
|
---|
17 | target="${josm.user.dir}/plugins/surveyor.jar"/>
|
---|
18 | <!--
|
---|
19 | <resource src="http://www.tegmento.org/~cdaller/surveyor.xml"
|
---|
20 | target="${josm.user.dir}/test/plugins/surveyor/surveyor.xml"/>
|
---|
21 | -->
|
---|
22 | </resources>
|
---|
23 | </plugin>
|
---|
24 |
|
---|
25 | <plugin id="livegps" version="1.0">
|
---|
26 | <name>LiveGPS</name>
|
---|
27 | <description lang="en">Reads position from a gps device and shows it on the map.</description>
|
---|
28 | <resources>
|
---|
29 | <resource src="http://www.tegmento.org/~cdaller/josm/livegps.jar"
|
---|
30 | target="${josm.user.dir}/plugins/livegps.jar"/>
|
---|
31 | </resources>
|
---|
32 | </plugin>
|
---|
33 |
|
---|
34 | <plugin id="colorscheme" version="0.5">
|
---|
35 | <name>Color Scheme</name>
|
---|
36 | <description lang="en">Allows the user to create and use multiple colorschemes.</description>
|
---|
37 | <resources>
|
---|
38 | <resource src="http://www.tegmento.org/~cdaller/josm/colorscheme.jar"
|
---|
39 | target="${josm.user.dir}/plugins/colorscheme.jar"/>
|
---|
40 | </resources>
|
---|
41 | </plugin>
|
---|
42 |
|
---|
43 | </plugins>
|
---|
44 |
|
---|
45 | <!-- include other update site locations -->
|
---|
46 | <sites>
|
---|
47 | <site ref="http://www.other.update.site.org/update"/>
|
---|
48 | </sites>
|
---|
49 | </site>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.