Changeset 35544 in osm for applications
- Timestamp:
- 2020-09-06T20:37:01+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/00_README
r34095 r35544 12 12 * How can I check in my own plugin? 13 13 14 - You need an account for the OSMsubversion repository, see15 https:// wiki.openstreetmap.org/wiki/Accounts#SVN_access_.28OSM_software.2914 - 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 … … 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
Note:
See TracChangeset
for help on using the changeset viewer.