Ignore:
Timestamp:
2013-09-20T21:12:44+02:00 (11 years ago)
Author:
donvip
Message:

[josm_opendata] update modules build.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/opendata/modules/fr.sncf/build.xml

    r28000 r29935  
    11<?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 ** Usage
    6 ** =====
    7 ** To build it run
    8 **
    9 **    > ant dist
    10 **
    11 ** To install the generated module locally (in you default opendata modules directory) run
    12 **
    13 **    > ant install
    14 **
    15 ** The generated module jar is not automatically available in JOSMs opendata plugin configuration
    16 ** 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 other
    19 ** JOSM users:
    20 **    set the property commit.message
    21 ** and run
    22 **    > ant publish
    23 **
    24 -->
    252<project name="fr.sncf" default="dist" basedir=".">
    263    <!-- enter the SVN commit message -->
Note: See TracChangeset for help on using the changeset viewer.