Index: trunk/nodist/styles/potlatch2/README
===================================================================
--- trunk/styles_nodist/potlatch2/README	(revision 10706)
+++ trunk/nodist/styles/potlatch2/README	(revision 16006)
@@ -3,14 +3,14 @@
 Potlatch 2's repository is git://git.openstreetmap.org/potlatch2.git
 
- * styles_nodist/potlatch2/source
+ * nodist/styles/potlatch2/source
         contains the unmodified source files copied from git.openstreetmap.org/potlatch2.git/history/master:/resources/stylesheets
-        
- * styles_nodist/potlatch2/patched
+
+ * nodist/styles/potlatch2/patched
         contains the manually edited version
-        
- * images/icons
+
+ * resources/images/icons
         copy of git.openstreetmap.org/potlatch2.git/tree/HEAD:/resources/icons
-        
- * styles/standard/potlatch2.mapcss
+
+ * resources/styles/standard/potlatch2.mapcss
         concatination of the patched files; the ant task 'assemble' helps with this (use build.xml in the current folder)
 
Index: trunk/nodist/styles/potlatch2/build.xml
===================================================================
--- trunk/styles_nodist/potlatch2/build.xml	(revision 10706)
+++ trunk/nodist/styles/potlatch2/build.xml	(revision 16006)
@@ -3,6 +3,6 @@
     <!--    concatinate the files to one mapcss style file     -->
     <target name="assemble">
-        <concat destfile="../../styles/standard/potlatch2.mapcss">
-            <header trimleading="yes">/* THIS FILE IS AUTO-GENERATED (SEE styles_nodist/potlatch2/README) */
+        <concat destfile="../../../resources/styles/standard/potlatch2.mapcss">
+            <header trimleading="yes">/* THIS FILE IS AUTO-GENERATED (SEE nodist/styles/potlatch2/README) */
             </header>
             <filelist dir="." files="prelude.css"/>
