Index: /applications/editors/josm/haiti_earthquake/CHANGELOG.txt
===================================================================
--- /applications/editors/josm/haiti_earthquake/CHANGELOG.txt	(revision 19588)
+++ /applications/editors/josm/haiti_earthquake/CHANGELOG.txt	(revision 19589)
@@ -1,2 +1,5 @@
+
+0.2, 2010-01-22
+* new installation directory
 
 0.1, 2010-01-22
Index: /applications/editors/josm/haiti_earthquake/build.xml
===================================================================
--- /applications/editors/josm/haiti_earthquake/build.xml	(revision 19588)
+++ /applications/editors/josm/haiti_earthquake/build.xml	(revision 19589)
@@ -8,7 +8,7 @@
 	<target name="assemble">
 		<mkdir dir="${basedir}/build"/>
-		<mkdir dir="${basedir}/build/styles"/>
-		<mkdir dir="${basedir}/build/styles/earthquake"/>
-		<copy todir="${basedir}/build/styles/earthquake">
+		<mkdir dir="${basedir}/build/presets"/>
+		<mkdir dir="${basedir}/build/presets/earthquake"/>
+		<copy todir="${basedir}/build/presets/earthquake">
 			<fileset dir="${basedir}/presets">
 				<include name="**/*.xml"/>
@@ -17,6 +17,6 @@
 		</copy>
 
-		<copy file="README.txt" todir="${basedir}/build/styles/earthquake"/>
-		<copy file="CHANGELOG.txt" todir="${basedir}/build/styles/earthquake"/>
+		<copy file="README.txt" todir="${basedir}/build/presets/earthquake"/>
+		<copy file="CHANGELOG.txt" todir="${basedir}/build/presets/earthquake"/>
 	</target>
 
