Changeset 1682 in josm for trunk/build.xml


Ignore:
Timestamp:
20.06.2009 09:31:00 (3 years ago)
Author:
Gubaer
Message:

removed old conflict resolution code
fixed bug in OsmApi (missing changeset initialization)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r1660 r1682  
    7777        </target> 
    7878 
     79        <target name="dev-deploy" depends="dist"> 
     80                <copy  file="dist/josm-custom.jar" todir="C:\data\projekte\osm\tag-editor-plugin"/> 
     81        </target> 
     82 
    7983</project> 
Note: See TracChangeset for help on using the changeset viewer.