Index: /applications/editors/josm/plugins/osmarender/build.xml
===================================================================
--- /applications/editors/josm/plugins/osmarender/build.xml	(revision 11246)
+++ /applications/editors/josm/plugins/osmarender/build.xml	(revision 11247)
@@ -19,6 +19,6 @@
 
   <property name="josm" location="../../core/dist/josm-custom.jar" />
-  <property name="rendering" location="./osmarender" />
-
+  <property name="stylesheets" location="./stylesheets" />
+  <property name="xslt" location="./xslt" />
   <property name="ant.build.javac.target" value="1.5"/>
 
@@ -33,11 +33,12 @@
 
   <target name="dist"  depends="compile">
-    <copy todir="${plugin.build.dir}" file="${rendering}/osmarender.xsl"/>
+    <copy todir="${plugin.build.dir}" file="${xslt}/osmarender.xsl"/>
     <copy tofile="${plugin.build.dir}/osm-map-features.xml"
-	  file="${rendering}/osm-map-features-z17.xml"/>
+	  file="${stylesheets}/osm-map-features-z17.xml"/>
     <exec append="false" output="REVISION" executable="perl" failifexecutionfails="false">
       <env key="LANG" value="C"/>
       <arg value="../getrevision.pl"/>
-      <arg value="osmarender"/>
+      <arg value="xslt"/>
+      <arg value="stylesheets"/>
     </exec>
     <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/>
