Changeset 23231 in osm


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

updated build.xml

File:
1 edited

Legend:

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

    r23206 r23231  
    2828**
    2929-->
    30 <project name="smed_ex" basedir=".">
     30<project name="01_smed_ex" basedir=".">
    3131
    3232        <!-- enter the SVN commit message -->
     
    4545        <property name="smed.build.dir"         value="../smed/build"/>
    4646        <property name="smed.src.dir"           value="../smed/src"/>
     47        <property name="smed.plugins"           value="../smed/plugins"/>
    4748        <property name="plugin.src.dir"         value="src"/>
    4849        <!-- this is the directory where the plugin jar is copied to -->
     
    192193                        </manifest>
    193194                </jar>
     195               
     196                <copy file="${plugin.jar}" todir="${smed.plugins}"/>
     197               
    194198        </target>
    195199       
Note: See TracChangeset for help on using the changeset viewer.