Ignore:
Timestamp:
2011-03-22T15:53:58+01:00 (13 years ago)
Author:
zverik
Message:

current

File:
1 edited

Legend:

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

    r25649 r25667  
    2828**
    2929-->
    30 <project name="myPluginName" default="dist" basedir=".">
     30<project name="RelContext" default="dist" basedir=".">
    3131
    3232    <!-- enter the SVN commit message -->
     
    4444    <property name="plugin.src.dir"         value="src"/>
    4545    <!-- this is the directory where the plugin jar is copied to -->
    46     <property name="plugin.dist.dir"        value="../../dist"/>
     46    <property name="plugin.dist.dir"        value="/Users/Zverik/AppData/Roaming/JOSM/plugins"/>
    4747    <property name="ant.build.javac.target" value="1.5"/>
    48     <property name="plugin.dist.dir"        value="../../dist"/>
    4948    <property name="plugin.jar"             value="${plugin.dist.dir}/${ant.project.name}.jar"/>
    5049
     
    7877    <target name="dist" depends="compile,revision">
    7978        <echo message="creating ${ant.project.name}.jar ... "/>
    80         <copy todir="${plugin.build.dir}/resources">
    81             <fileset dir="resources"/>
    82         </copy>
    8379        <copy todir="${plugin.build.dir}/images">
    8480            <fileset dir="images"/>
Note: See TracChangeset for help on using the changeset viewer.