Changeset 11934 in osm for applications/editors/josm/plugins/livegps/build.xml
- Timestamp:
- 2008-11-14T22:04:35+01:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/livegps/build.xml
r8775 r11934 48 48 <attribute name="Plugin-Description" value="${plugin.description}" /> 49 49 <attribute name="Plugin-Version" value="${plugin.version}" /> 50 <attribute name="Plugin-Mainversion" value="1065" /> 50 51 <!--attribute name="Plugin-Dependencies" value="org.eigenheimstrasse.josm" /--> 51 52 <attribute name="Plugin-Stage" value="${plugin.stage}" /> … … 58 59 <mkdir dir="${plugin.build.dir}"/> 59 60 <javac srcdir="livegps" destdir="${plugin.build.dir}" debug="true" source="1.5" target="1.5"> 61 <compilerarg value="-Xlint:deprecation"/> 60 62 <classpath> 61 63 <pathelement path="${josm.build.dir}/build"/>
Note:
See TracChangeset
for help on using the changeset viewer.
