Changeset 19589 in osm for applications/editors/josm


Ignore:
Timestamp:
2010-01-22T18:20:02+01:00 (15 years ago)
Author:
guggis
Message:
 
Location:
applications/editors/josm/haiti_earthquake
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/haiti_earthquake/CHANGELOG.txt

    r19583 r19589  
     1
     20.2, 2010-01-22
     3* new installation directory
    14
    250.1, 2010-01-22
  • applications/editors/josm/haiti_earthquake/build.xml

    r19583 r19589  
    88        <target name="assemble">
    99                <mkdir dir="${basedir}/build"/>
    10                 <mkdir dir="${basedir}/build/styles"/>
    11                 <mkdir dir="${basedir}/build/styles/earthquake"/>
    12                 <copy todir="${basedir}/build/styles/earthquake">
     10                <mkdir dir="${basedir}/build/presets"/>
     11                <mkdir dir="${basedir}/build/presets/earthquake"/>
     12                <copy todir="${basedir}/build/presets/earthquake">
    1313                        <fileset dir="${basedir}/presets">
    1414                                <include name="**/*.xml"/>
     
    1717                </copy>
    1818
    19                 <copy file="README.txt" todir="${basedir}/build/styles/earthquake"/>
    20                 <copy file="CHANGELOG.txt" todir="${basedir}/build/styles/earthquake"/>
     19                <copy file="README.txt" todir="${basedir}/build/presets/earthquake"/>
     20                <copy file="CHANGELOG.txt" todir="${basedir}/build/presets/earthquake"/>
    2121        </target>
    2222
Note: See TracChangeset for help on using the changeset viewer.