From 4d399e3c1143be2e69b54ed20b8ddae57d69e6ae Mon Sep 17 00:00:00 2001 From: stoecker Date: Sun, 6 Sep 2020 18:37:01 +0000 Subject: [PATCH] update instructions for moved repo git-svn-id: https://josm.openstreetmap.de/osmsvn/applications/editors/josm/plugins@35544 b9d5c4c9-76e1-0310-9c85-f3177eceb1e4 --- 00_README | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/00_README b/00_README index a406e52a9e..4f4f0eb078 100644 --- a/00_README +++ b/00_README @@ -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'. @@ -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'. - -