Changeset 29935 in osm for applications/editors/josm/plugins/opendata/modules
- Timestamp:
- 2013-09-20T21:12:44+02:00 (11 years ago)
- Location:
- applications/editors/josm/plugins/opendata/modules
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/modules/be.bruxelles/build.xml
r28000 r29935 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <!--3 ** This is a template build file for a module of the JOSM opendata plugin.4 **5 ** Usage6 ** =====7 ** To build it run8 **9 ** > ant dist10 **11 ** To install the generated module locally (in you default opendata modules directory) run12 **13 ** > ant install14 **15 ** The generated module jar is not automatically available in JOSMs opendata plugin configuration16 ** dialog. You have to check it in first.17 **18 ** Use the ant target 'publish' to check in the module and make it available to other19 ** JOSM users:20 ** set the property commit.message21 ** and run22 ** > ant publish23 **24 -->25 2 <project name="be.bruxelles" default="dist" basedir="."> 26 3 <!-- enter the SVN commit message --> -
applications/editors/josm/plugins/opendata/modules/be.datagovbe/build.xml
r28000 r29935 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <!--3 ** This is a template build file for a module of the JOSM opendata plugin.4 **5 ** Usage6 ** =====7 ** To build it run8 **9 ** > ant dist10 **11 ** To install the generated module locally (in you default opendata modules directory) run12 **13 ** > ant install14 **15 ** The generated module jar is not automatically available in JOSMs opendata plugin configuration16 ** dialog. You have to check it in first.17 **18 ** Use the ant target 'publish' to check in the module and make it available to other19 ** JOSM users:20 ** set the property commit.message21 ** and run22 ** > ant publish23 **24 -->25 2 <project name="be.datagovbe" default="dist" basedir="."> 26 3 <!-- enter the SVN commit message --> -
applications/editors/josm/plugins/opendata/modules/fr.cg41/build.xml
r28000 r29935 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <!--3 ** This is a template build file for a module of the JOSM opendata plugin.4 **5 ** Usage6 ** =====7 ** To build it run8 **9 ** > ant dist10 **11 ** To install the generated module locally (in you default opendata modules directory) run12 **13 ** > ant install14 **15 ** The generated module jar is not automatically available in JOSMs opendata plugin configuration16 ** dialog. You have to check it in first.17 **18 ** Use the ant target 'publish' to check in the module and make it available to other19 ** JOSM users:20 ** set the property commit.message21 ** and run22 ** > ant publish23 **24 -->25 2 <project name="fr.cg41" default="dist" basedir="."> 26 3 <!-- enter the SVN commit message --> -
applications/editors/josm/plugins/opendata/modules/fr.datagouvfr/build.xml
r28050 r29935 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <!--3 ** This is a template build file for a module of the JOSM opendata plugin.4 **5 ** Usage6 ** =====7 ** To build it run8 **9 ** > ant dist10 **11 ** To install the generated module locally (in you default opendata modules directory) run12 **13 ** > ant install14 **15 ** The generated module jar is not automatically available in JOSMs opendata plugin configuration16 ** dialog. You have to check it in first.17 **18 ** Use the ant target 'publish' to check in the module and make it available to other19 ** JOSM users:20 ** set the property commit.message21 ** and run22 ** > ant publish23 **24 -->25 2 <project name="fr.datagouvfr" default="dist" basedir="."> 26 3 <!-- enter the SVN commit message --> -
applications/editors/josm/plugins/opendata/modules/fr.lemans/build.xml
r28087 r29935 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <!--3 ** This is a template build file for a module of the JOSM opendata plugin.4 **5 ** Usage6 ** =====7 ** To build it run8 **9 ** > ant dist10 **11 ** To install the generated module locally (in you default opendata modules directory) run12 **13 ** > ant install14 **15 ** The generated module jar is not automatically available in JOSMs opendata plugin configuration16 ** dialog. You have to check it in first.17 **18 ** Use the ant target 'publish' to check in the module and make it available to other19 ** JOSM users:20 ** set the property commit.message21 ** and run22 ** > ant publish23 **24 -->25 2 <project name="fr.lemans" default="dist" basedir="."> 26 3 <!-- enter the SVN commit message --> -
applications/editors/josm/plugins/opendata/modules/fr.paca/build.xml
r29702 r29935 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <!--3 ** This is a template build file for a module of the JOSM opendata plugin.4 **5 ** Usage6 ** =====7 ** To build it run8 **9 ** > ant dist10 **11 ** To install the generated module locally (in you default opendata modules directory) run12 **13 ** > ant install14 **15 ** The generated module jar is not automatically available in JOSMs opendata plugin configuration16 ** dialog. You have to check it in first.17 **18 ** Use the ant target 'publish' to check in the module and make it available to other19 ** JOSM users:20 ** set the property commit.message21 ** and run22 ** > ant publish23 **24 -->25 2 <project name="your_country.your_module" default="dist" basedir="."> 26 3 <!-- enter the SVN commit message --> -
applications/editors/josm/plugins/opendata/modules/fr.paris/build.xml
r29015 r29935 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <!--3 ** This is a template build file for a module of the JOSM opendata plugin.4 **5 ** Usage6 ** =====7 ** To build it run8 **9 ** > ant dist10 **11 ** To install the generated module locally (in you default opendata modules directory) run12 **13 ** > ant install14 **15 ** The generated module jar is not automatically available in JOSMs opendata plugin configuration16 ** dialog. You have to check it in first.17 **18 ** Use the ant target 'publish' to check in the module and make it available to other19 ** JOSM users:20 ** set the property commit.message21 ** and run22 ** > ant publish23 **24 -->25 2 <project name="fr.paris" default="dist" basedir="."> 26 3 <!-- enter the SVN commit message --> -
applications/editors/josm/plugins/opendata/modules/fr.sncf/build.xml
r28000 r29935 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <!--3 ** This is a template build file for a module of the JOSM opendata plugin.4 **5 ** Usage6 ** =====7 ** To build it run8 **9 ** > ant dist10 **11 ** To install the generated module locally (in you default opendata modules directory) run12 **13 ** > ant install14 **15 ** The generated module jar is not automatically available in JOSMs opendata plugin configuration16 ** dialog. You have to check it in first.17 **18 ** Use the ant target 'publish' to check in the module and make it available to other19 ** JOSM users:20 ** set the property commit.message21 ** and run22 ** > ant publish23 **24 -->25 2 <project name="fr.sncf" default="dist" basedir="."> 26 3 <!-- enter the SVN commit message --> -
applications/editors/josm/plugins/opendata/modules/fr.toulouse/build.xml
r29495 r29935 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <!--3 ** This is a template build file for a module of the JOSM opendata plugin.4 **5 ** Usage6 ** =====7 ** To build it run8 **9 ** > ant dist10 **11 ** To install the generated module locally (in you default opendata modules directory) run12 **13 ** > ant install14 **15 ** The generated module jar is not automatically available in JOSMs opendata plugin configuration16 ** dialog. You have to check it in first.17 **18 ** Use the ant target 'publish' to check in the module and make it available to other19 ** JOSM users:20 ** set the property commit.message21 ** and run22 ** > ant publish23 **24 -->25 2 <project name="fr.toulouse" default="dist" basedir="."> 26 3 <!-- enter the SVN commit message -->
Note:
See TracChangeset
for help on using the changeset viewer.