Skip to content

Commit

Permalink
update instructions for moved repo
Browse files Browse the repository at this point in the history
  • Loading branch information
stoecker committed Sep 6, 2020
1 parent dee47e7 commit 4d399e3
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions 00_README
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,16 @@ FAQ
===
* How can I check in my own plugin?

- You need an account for the OSM subversion repository, see
https://wiki.openstreetmap.org/wiki/Accounts#SVN_access_.28OSM_software.29
- You need an account for the plugin subversion repository, see
https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins#ManagingaplugininpluginSVN

- Make sure to check out the tree http://svn.openstreetmap.org/applications/editors/josm/
(or one of its parents).
svn checkout http://svn.openstreetmap.org/applications/editors/josm/
- Make sure to check out the tree https://josm.openstreetmap.de/osmsvn/applications/editors/josm/
svn checkout https://josm.openstreetmap.de/osmsvn/applications/editors/josm/

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

Note that the build environment is not complete if you check out
http://svn.openstreetmap.org/applications/editors/josm/plugins/ only.
https://josm.openstreetmap.de/osmsvn/applications/editors/josm/plugins/ only.

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

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


0 comments on commit 4d399e3

Please sign in to comment.