Ignore:
Timestamp:
2008-12-25T19:01:06+01:00 (17 years ago)
Author:
stoecker
Message:

updated a lot

File:
1 edited

Legend:

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

    r12022 r12588  
    2121    <echo message="creating ${plugin.jar}"/>
    2222    <javac srcdir="src" classpath="${josm}" destdir="build" debug="true" encoding="UTF-8">
     23      <compilerarg value="-Xlint:deprecation"/>
    2324      <include name="**/*.java" />
    2425    </javac>
     
    4546        <attribute name="Plugin-Author" value="Subhodip Biswas :subhodipbiswas@gmail.com" />
    4647        <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
    47         <attribute name="Plugin-Mainversion" value="1"/>
     48        <attribute name="Plugin-Mainversion" value="1180"/>
    4849        <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
    4950      </manifest>
Note: See TracChangeset for help on using the changeset viewer.