Changeset 29164 in osm for applications/editors


Ignore:
Timestamp:
2013-01-04T16:34:20+01:00 (12 years ago)
Author:
larry0ua
Message:

add .txt to build process

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/reltoolbox/build.xml

    r29044 r29164  
    1616    <import file="../build-common.xml"/>
    1717
    18         <target name="runjosm" depends="install">
     18    <target name="runjosm" depends="install">
    1919        <java jar="${josm}" fork="true">
    2020            <arg line="e:/test.osm"/>
    2121        </java>
    2222    </target>
     23
     24    <target name="setup-dist">
     25        <antcall target="setup-dist-default" />
     26        <copy todir="${plugin.build.dir}">
     27            <fileset dir="src" includes="**/*.txt"/>
     28        </copy>
     29    </target>
     30
    2331   
    2432</project>
Note: See TracChangeset for help on using the changeset viewer.