Changeset 11247 in osm for applications/editors/josm/plugins/osmarender
- Timestamp:
- 2008-10-15T10:55:25+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
-
old new 1 osmarender http://svn.openstreetmap.org/applications/rendering/osmarender6/ 1 stylesheets http://svn.openstreetmap.org/applications/rendering/osmarender/stylesheets 2 xslt http://svn.openstreetmap.org/applications/rendering/osmarender/xslt
-
- Property svn:externals
-
applications/editors/josm/plugins/osmarender/build.xml
r10454 r11247 19 19 20 20 <property name="josm" location="../../core/dist/josm-custom.jar" /> 21 <property name=" rendering" location="./osmarender" />22 21 <property name="stylesheets" location="./stylesheets" /> 22 <property name="xslt" location="./xslt" /> 23 23 <property name="ant.build.javac.target" value="1.5"/> 24 24 … … 33 33 34 34 <target name="dist" depends="compile"> 35 <copy todir="${plugin.build.dir}" file="${ rendering}/osmarender.xsl"/>35 <copy todir="${plugin.build.dir}" file="${xslt}/osmarender.xsl"/> 36 36 <copy tofile="${plugin.build.dir}/osm-map-features.xml" 37 file="${ rendering}/osm-map-features-z17.xml"/>37 file="${stylesheets}/osm-map-features-z17.xml"/> 38 38 <exec append="false" output="REVISION" executable="perl" failifexecutionfails="false"> 39 39 <env key="LANG" value="C"/> 40 40 <arg value="../getrevision.pl"/> 41 <arg value="osmarender"/> 41 <arg value="xslt"/> 42 <arg value="stylesheets"/> 42 43 </exec> 43 44 <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/>
Note:
See TracChangeset
for help on using the changeset viewer.