Changeset 9244 in osm for applications/editors


Ignore:
Timestamp:
2008-07-22T19:03:09+02:00 (16 years ago)
Author:
stoecker
Message:

moved osmarender requirement into svn:externals

Location:
applications/editors/josm/plugins/osmarender
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/osmarender

  • applications/editors/josm/plugins/osmarender/build.xml

    r7821 r9244  
    1919
    2020  <property name="josm" location="../../core/dist/josm-custom.jar" />
    21   <property name="rendering" location="../../../../rendering" />
     21  <property name="rendering" location="./osmarender" />
    2222
    2323  <property name="ant.build.javac.target" value="1.5"/>
     
    3333
    3434  <target name="dist"  depends="compile">
    35     <copy todir="${plugin.build.dir}" file="${rendering}/osmarender6/osmarender.xsl"/>
     35    <copy todir="${plugin.build.dir}" file="${rendering}/osmarender.xsl"/>
    3636    <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"/>
    3938    <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false">
    4039      <env key="LANG" value="C"/>
Note: See TracChangeset for help on using the changeset viewer.