Ignore:
Timestamp:
2008-10-15T10:55:25+02:00 (16 years ago)
Author:
stoecker
Message:

updated to new directory structure

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/
         1stylesheets http://svn.openstreetmap.org/applications/rendering/osmarender/stylesheets
         2xslt http://svn.openstreetmap.org/applications/rendering/osmarender/xslt
  • applications/editors/josm/plugins/osmarender/build.xml

    r10454 r11247  
    1919
    2020  <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" />
    2323  <property name="ant.build.javac.target" value="1.5"/>
    2424
     
    3333
    3434  <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"/>
    3636    <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"/>
    3838    <exec append="false" output="REVISION" executable="perl" failifexecutionfails="false">
    3939      <env key="LANG" value="C"/>
    4040      <arg value="../getrevision.pl"/>
    41       <arg value="osmarender"/>
     41      <arg value="xslt"/>
     42      <arg value="stylesheets"/>
    4243    </exec>
    4344    <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/>
Note: See TracChangeset for help on using the changeset viewer.