Changeset 28004 in osm for applications/editors
- Timestamp:
- 2012-03-06T13:44:01+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/opendata
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/modules.txt
r28003 r28004 1 be.bruxelles.jar;http://svn.openstreetmap.org/applications/editors/josm/plugins/opendata/ be.bruxelles.jar1 be.bruxelles.jar;http://svn.openstreetmap.org/applications/editors/josm/plugins/opendata/dist/be.bruxelles.jar 2 2 Module-Icon: images/data.be.bruxelles_24.png 3 3 Author: Don-vip … … 9 9 Module-Date: 2012-03-06T12:04:47.226986Z 10 10 Module-Class: org.openstreetmap.josm.plugins.opendata.modules.be.bruxelles.BruxellesModule 11 be.datagovbe.jar;http://svn.openstreetmap.org/applications/editors/josm/plugins/opendata/ be.datagovbe.jar11 be.datagovbe.jar;http://svn.openstreetmap.org/applications/editors/josm/plugins/opendata/dist/be.datagovbe.jar 12 12 Module-Icon: images/be24.png 13 13 Author: Don-vip … … 19 19 Module-Date: 2012-03-06T12:04:47.226986Z 20 20 Module-Class: org.openstreetmap.josm.plugins.opendata.modules.be.datagovbe.DataGovBeModule 21 fr.cg41.jar;http://svn.openstreetmap.org/applications/editors/josm/plugins/opendata/ fr.cg41.jar21 fr.cg41.jar;http://svn.openstreetmap.org/applications/editors/josm/plugins/opendata/dist/fr.cg41.jar 22 22 Module-Icon: images/data.fr.cg41_24.png 23 23 Author: Don-vip … … 29 29 Module-Date: 2012-03-06T12:04:47.226986Z 30 30 Module-Class: org.openstreetmap.josm.plugins.opendata.modules.fr.cg41.Cg41Module 31 fr.datagouvfr.jar;http://svn.openstreetmap.org/applications/editors/josm/plugins/opendata/ fr.datagouvfr.jar31 fr.datagouvfr.jar;http://svn.openstreetmap.org/applications/editors/josm/plugins/opendata/dist/fr.datagouvfr.jar 32 32 Module-Icon: images/fr24.png 33 33 Author: Don-vip … … 40 40 Module-Date: 2012-03-06T12:04:47.226986Z 41 41 Module-Class: org.openstreetmap.josm.plugins.opendata.modules.fr.datagouvfr.DataGouvFrModule 42 fr.paris.jar;http://svn.openstreetmap.org/applications/editors/josm/plugins/opendata/ fr.paris.jar42 fr.paris.jar;http://svn.openstreetmap.org/applications/editors/josm/plugins/opendata/dist/fr.paris.jar 43 43 Module-Icon: images/data.fr.paris_24.png 44 44 Author: Don-vip … … 50 50 Module-Date: 2012-03-06T12:04:47.226986Z 51 51 Module-Class: org.openstreetmap.josm.plugins.opendata.modules.fr.paris.ParisModule 52 fr.sncf.jar;http://svn.openstreetmap.org/applications/editors/josm/plugins/opendata/ fr.sncf.jar52 fr.sncf.jar;http://svn.openstreetmap.org/applications/editors/josm/plugins/opendata/dist/fr.sncf.jar 53 53 Module-Icon: images/data.fr.sncf_24.png 54 54 Author: Don-vip … … 60 60 Module-Date: 2012-03-06T12:04:47.226986Z 61 61 Module-Class: org.openstreetmap.josm.plugins.opendata.modules.fr.sncf.SncfModule 62 fr.toulouse.jar;http://svn.openstreetmap.org/applications/editors/josm/plugins/opendata/ fr.toulouse.jar62 fr.toulouse.jar;http://svn.openstreetmap.org/applications/editors/josm/plugins/opendata/dist/fr.toulouse.jar 63 63 Module-Icon: images/data.fr.toulouse_24.png 64 64 Author: Don-vip -
applications/editors/josm/plugins/opendata/util/opendata/ModuleListGenerator.java
r28003 r28004 20 20 */ 21 21 public static void main(String[] args) { 22 final String url = "http://svn.openstreetmap.org/applications/editors/josm/plugins/opendata/ ";22 final String url = "http://svn.openstreetmap.org/applications/editors/josm/plugins/opendata/dist/"; 23 23 String baseDir = ""; 24 24 if (args.length > 0) {
Note:
See TracChangeset
for help on using the changeset viewer.