Changeset 12187 in osm for applications/editors/josm/plugins/wmsplugin/build.xml
- Timestamp:
- 2008-12-02T17:21:16+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wmsplugin/build.xml
r10382 r12187 28 28 <echo message="creating ${plugin.jar}"/> 29 29 <javac srcdir="src" classpath="${josm}" debug="true" destdir="build"> 30 <compilerarg value="-Xlint:deprecation"/> 31 <compilerarg value="-Xlint:unchecked"/> 30 32 <include name="**/*.java" /> 31 33 </javac> … … 50 52 <jar destfile="${plugin.jar}" basedir="build"> 51 53 <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" /> 56 59 </manifest> 57 60 </jar>
Note:
See TracChangeset
for help on using the changeset viewer.