Ignore:
Timestamp:
2008-11-14T22:04:35+01:00 (17 years ago)
Author:
stoecker
Message:

updated to current JOSM stuff

File:
1 edited

Legend:

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

    r8775 r11934  
    4848        <attribute name="Plugin-Description" value="${plugin.description}" />
    4949        <attribute name="Plugin-Version" value="${plugin.version}" />
     50        <attribute name="Plugin-Mainversion" value="1065" />
    5051        <!--attribute name="Plugin-Dependencies" value="org.eigenheimstrasse.josm" /-->
    5152        <attribute name="Plugin-Stage" value="${plugin.stage}" />
     
    5859    <mkdir dir="${plugin.build.dir}"/>
    5960    <javac srcdir="livegps" destdir="${plugin.build.dir}" debug="true" source="1.5" target="1.5">
     61      <compilerarg value="-Xlint:deprecation"/>
    6062      <classpath>
    6163        <pathelement path="${josm.build.dir}/build"/>
Note: See TracChangeset for help on using the changeset viewer.