Skip to content

Commit 4d399e3

Browse files
author
stoecker
committed
update instructions for moved repo
git-svn-id: https://josm.openstreetmap.de/osmsvn/applications/editors/josm/plugins@35544 b9d5c4c9-76e1-0310-9c85-f3177eceb1e4
1 parent dee47e7 commit 4d399e3

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

00_README

+5-8
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,16 @@ FAQ
1111
===
1212
* How can I check in my own plugin?
1313

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
1616

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/
2019

2120
This will also check out the JOSM source from https://josm.openstreetmap.de/svn.
2221

2322
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.
2524

2625
- Create your own plugin directory. You may create a copy of the template directory
2726
according to '00_plugin_dir_template'.
@@ -52,5 +51,3 @@ FAQ
5251

5352
- Check in your plugin jar into 'dist'. You have to do it manually.
5453
There is no automatic build process. See also '00_plugin_dir_template/REAME'.
55-
56-

0 commit comments

Comments
 (0)