Changeset 12781 in osm


Ignore:
Timestamp:
2009-01-01T19:01:14+01:00 (16 years ago)
Author:
stoecker
Message:

removed last references to local dist

Location:
applications/editors/josm/plugins
Files:
5 edited

Legend:

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

    r12780 r12781  
    1010<!-- There's no josm.jar in the svn, so point "josm" to a local copy of your JOSM binary -->
    1111    <property name="josm" location="../../core/dist/josm-custom.jar" />
    12 <!--<property name="josm" location="../josm/josm-latest.jar" ></property>-->
    1312<!-- target directory to place the plugin in -->
    1413<!-- Windows has a different home directory scheme then unix/linux -->
     
    2019    <target name="init">
    2120        <mkdir dir="build"></mkdir>
    22         <mkdir dir="dist"></mkdir>
    2321    </target>
    2422    <target name="compile" depends="init">
  • applications/editors/josm/plugins/plastic_laf/build.xml

    r12780 r12781  
    1111    <target name="dist">
    1212        <echo message="creating ${plugin.jar}"/>
    13         <mkdir dir="dist"></mkdir>
    1413        <unjar dest="${plugin.build.dir}" src="lib/looks-2.0.4.jar" />
    1514        <javac srcdir="src" destdir="${plugin.build.dir}">
  • applications/editors/josm/plugins/tagging-preset-tester/build.xml

    r12780 r12781  
    1717    </target>
    1818    <target name="dist" depends="compile">
    19         <mkdir dir="dist"/>
    2019        <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false">
    2120            <env key="LANG" value="C"/>
  • applications/editors/josm/plugins/waypoints/build.xml

    r12780 r12781  
    1313    <target name="init">
    1414        <mkdir dir="build"></mkdir>
    15         <mkdir dir="dist"></mkdir>
    1615    </target>
    1716    <target name="compile" depends="init">
     
    4645        <delete file="${plugin.jar}" />
    4746    </target>
    48     <target name="install" depends="dist">
    49         <copy file="dist/waypoints.jar" todir="${user.home}/.josm/plugins"/>
    50     </target>
    5147</project>
  • applications/editors/josm/plugins/wmsplugin/build.xml

    r12780 r12781  
    1818    <target name="init">
    1919        <mkdir dir="build"></mkdir>
    20         <mkdir dir="dist"></mkdir>
    2120    </target>
    2221    <target name="compile" depends="init">
Note: See TracChangeset for help on using the changeset viewer.