Changeset 23230 in osm for applications/editors


Ignore:
Timestamp:
2010-09-16T22:14:44+02:00 (14 years ago)
Author:
postfix
Message:

update build.xml

File:
1 edited

Legend:

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

    r23205 r23230  
    2828**
    2929-->
    30 <project name="smed_about" basedir=".">
     30<project name="02_smed_about" basedir=".">
    3131
    3232        <!-- enter the SVN commit message -->
     
    4646        <property name="smed.build.dir"         value="../smed/build"/>
    4747        <property name="smed.src.dir"           value="../smed/src"/>
     48        <property name="smed.plugins"           value="../smed/plugins"/>
    4849        <!-- this is the directory where the plugin jar is copied to -->
    4950        <property name="plugin.dist.dir"        value="../../dist"/>
     
    190191                        </manifest>
    191192                </jar>
     193               
     194                <copy file="${plugin.jar}" todir="${smed.plugins}"/>
     195               
    192196        </target>
    193197       
Note: See TracChangeset for help on using the changeset viewer.