Changeset 21575 in osm for applications


Ignore:
Timestamp:
2010-06-04T08:16:49+02:00 (14 years ago)
Author:
stoecker
Message:

fixed build

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

Legend:

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

    r21253 r21575  
    4444        <ant antfile="build.xml" target="dist" dir="tagging-preset-tester"/>
    4545        <ant antfile="build.xml" target="dist" dir="terracer"/>
     46        <ant antfile="build.xml" target="dist" dir="touchscreenhelper"/>
    4647        <ant antfile="build.xml" target="dist" dir="tracer"/>
    4748        <ant antfile="build.xml" target="dist" dir="turnrestrictions"/>
     
    9899        <ant antfile="build.xml" target="clean" dir="tagging-preset-tester"/>
    99100        <ant antfile="build.xml" target="clean" dir="terracer"/>
     101        <ant antfile="build.xml" target="clean" dir="touchscreenhelper"/>
    100102        <ant antfile="build.xml" target="clean" dir="tracer"/>
    101103        <ant antfile="build.xml" target="clean" dir="turnrestrictions"/>
  • applications/editors/josm/plugins/touchscreenhelper/build.xml

    r21571 r21575  
    7474                        <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
    7575                        <attribute name="Plugin-Description" value="Provides helper buttons to allow working with single button mouse (stylus). Currently adds only one button to slip the map."/>
    76                         <attribute name="Plugin-Link" value="..."/>
    7776                        <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
    7877                        <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
Note: See TracChangeset for help on using the changeset viewer.