Changeset 12588 in osm for applications/editors/josm/plugins/DirectUpload/build.xml
- Timestamp:
- 2008-12-25T19:01:06+01:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/DirectUpload/build.xml
r12022 r12588 21 21 <echo message="creating ${plugin.jar}"/> 22 22 <javac srcdir="src" classpath="${josm}" destdir="build" debug="true" encoding="UTF-8"> 23 <compilerarg value="-Xlint:deprecation"/> 23 24 <include name="**/*.java" /> 24 25 </javac> … … 45 46 <attribute name="Plugin-Author" value="Subhodip Biswas :subhodipbiswas@gmail.com" /> 46 47 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 47 <attribute name="Plugin-Mainversion" value="1"/> 48 <attribute name="Plugin-Mainversion" value="1180"/> 48 49 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 49 50 </manifest>
Note:
See TracChangeset
for help on using the changeset viewer.
