Ignore:
Timestamp:
2008-12-25T14:36:26+01:00 (17 years ago)
Author:
stoecker
Message:

updated

File:
1 edited

Legend:

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

    r8815 r12579  
    2626  <target name="compile" depends="init">
    2727    <echo message="creating ${plugin.jar}"/>
    28     <javac srcdir="src" classpath="${josm}" destdir="build" debug="true"/>
     28    <javac srcdir="src" classpath="${josm}" destdir="build" debug="true">
     29       <compilerarg value="-Xlint:deprecation"/>
     30     </javac>
    2931  </target>
    3032
     
    4648        <attribute name="Plugin-Description" value="Useful JOSM utilities"/>
    4749        <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
     50        <attribute name="Plugin-Mainversion" value="1179"/>
    4851        <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
    4952        <attribute name="Author"
Note: See TracChangeset for help on using the changeset viewer.