Changeset 19589 in osm for applications
- Timestamp:
- 2010-01-22T18:20:02+01:00 (15 years ago)
- Location:
- applications/editors/josm/haiti_earthquake
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/haiti_earthquake/CHANGELOG.txt
r19583 r19589 1 2 0.2, 2010-01-22 3 * new installation directory 1 4 2 5 0.1, 2010-01-22 -
applications/editors/josm/haiti_earthquake/build.xml
r19583 r19589 8 8 <target name="assemble"> 9 9 <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"> 13 13 <fileset dir="${basedir}/presets"> 14 14 <include name="**/*.xml"/> … … 17 17 </copy> 18 18 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"/> 21 21 </target> 22 22
Note:
See TracChangeset
for help on using the changeset viewer.