File tree 1 file changed +5
-8
lines changed
1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 11
11
===
12
12
* How can I check in my own plugin?
13
13
14
- - You need an account for the OSM subversion repository, see
15
- https://wiki .openstreetmap.org /wiki/Accounts#SVN_access_.28OSM_software.29
14
+ - You need an account for the plugin subversion repository, see
15
+ https://josm .openstreetmap.de /wiki/DevelopersGuide/DevelopingPlugins#ManagingaplugininpluginSVN
16
16
17
- - Make sure to check out the tree http://svn.openstreetmap.org/applications/editors/josm/
18
- (or one of its parents).
19
- svn checkout http://svn.openstreetmap.org/applications/editors/josm/
17
+ - Make sure to check out the tree https://josm.openstreetmap.de/osmsvn/applications/editors/josm/
18
+ svn checkout https://josm.openstreetmap.de/osmsvn/applications/editors/josm/
20
19
21
20
This will also check out the JOSM source from https://josm.openstreetmap.de/svn.
22
21
23
22
Note that the build environment is not complete if you check out
24
- http ://svn .openstreetmap.org /applications/editors/josm/plugins/ only.
23
+ https ://josm .openstreetmap.de/osmsvn /applications/editors/josm/plugins/ only.
25
24
26
25
- Create your own plugin directory. You may create a copy of the template directory
27
26
according to '00_plugin_dir_template'.
52
51
53
52
- Check in your plugin jar into 'dist'. You have to do it manually.
54
53
There is no automatic build process. See also '00_plugin_dir_template/REAME'.
55
-
56
-
You can’t perform that action at this time.
0 commit comments