Changeset 9244 in osm for applications/editors
- Timestamp:
- 2008-07-22T19:03:09+02:00 (16 years ago)
- Location:
- applications/editors/josm/plugins/osmarender
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/osmarender
- Property svn:externals set to
-
applications/editors/josm/plugins/osmarender/build.xml
r7821 r9244 19 19 20 20 <property name="josm" location="../../core/dist/josm-custom.jar" /> 21 <property name="rendering" location=". ./../../../rendering" />21 <property name="rendering" location="./osmarender" /> 22 22 23 23 <property name="ant.build.javac.target" value="1.5"/> … … 33 33 34 34 <target name="dist" depends="compile"> 35 <copy todir="${plugin.build.dir}" file="${rendering}/osmarender 6/osmarender.xsl"/>35 <copy todir="${plugin.build.dir}" file="${rendering}/osmarender.xsl"/> 36 36 <copy tofile="${plugin.build.dir}/osm-map-features.xml" 37 file="${rendering}/osmarender6/osm-map-features-z17.xml"/> 38 <!--file="${rendering}/osmarender5/osm-map-features-z17.xml"/>--> 37 file="${rendering}/osm-map-features-z17.xml"/> 39 38 <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false"> 40 39 <env key="LANG" value="C"/>
Note:
See TracChangeset
for help on using the changeset viewer.