Ignore:
Timestamp:
2008-12-02T17:21:16+01:00 (16 years ago)
Author:
stoecker
Message:

fixed some warnings, added new shortcur handling

File:
1 edited

Legend:

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

    r10382 r12187  
    2828    <echo message="creating ${plugin.jar}"/>
    2929    <javac srcdir="src" classpath="${josm}" debug="true" destdir="build">
     30      <compilerarg value="-Xlint:deprecation"/>
     31      <compilerarg value="-Xlint:unchecked"/>
    3032      <include name="**/*.java" />
    3133    </javac>
     
    5052    <jar destfile="${plugin.jar}" basedir="build">
    5153      <manifest>
    52         <attribute name="Plugin-Class" value="wmsplugin.WMSPlugin" />
    53     <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    54     <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
    55         <attribute name="Plugin-Description" value="Allows external WMS resources to be displayed." />
     54        <attribute name="Plugin-Class" value="wmsplugin.WMSPlugin" />
     55        <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
     56        <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
     57        <attribute name="Plugin-Description" value="Allows external WMS resources to be displayed." />
     58        <attribute name="Plugin-Mainversion" value="1065" />
    5659      </manifest>
    5760    </jar>
Note: See TracChangeset for help on using the changeset viewer.