Changeset 29854 in osm for applications/editors/josm/plugins/smed/plugs
- Timestamp:
- 2013-08-21T03:47:16+02:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/smed/plugs
- Files:
-
- 4 edited
-
harbour/build.xml (modified) (1 diff)
-
oseam/build.xml (modified) (1 diff)
-
smed_about/build.xml (modified) (1 diff)
-
wayarea/build.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed/plugs/harbour/build.xml
r27749 r29854 33 33 <!-- this is the directory where the plugin jar is copied to --> 34 34 <property name="plugin.dist.dir" value="../../dist"/> 35 <property name="ant.build.javac.target" value="1. 5"/>35 <property name="ant.build.javac.target" value="1.6"/> 36 36 <property name="plugin.jar" value="${plugin.dist.dir}/00_${DSTAMP}_${TSTAMP}_${ant.project.name}.jar"/> 37 37 <!-- -
applications/editors/josm/plugins/smed/plugs/oseam/build.xml
r27749 r29854 33 33 <!-- this is the directory where the plugin jar is copied to --> 34 34 <property name="plugin.dist.dir" value="../../dist"/> 35 <property name="ant.build.javac.target" value="1. 5"/>35 <property name="ant.build.javac.target" value="1.6"/> 36 36 <property name="plugin.jar" value="${plugin.dist.dir}/00_${DSTAMP}_${TSTAMP}_${ant.project.name}.jar"/> 37 37 <!-- -
applications/editors/josm/plugins/smed/plugs/smed_about/build.xml
r27749 r29854 32 32 <!-- this is the directory where the plugin jar is copied to --> 33 33 <property name="plugin.dist.dir" value="../../dist"/> 34 <property name="ant.build.javac.target" value="1. 5"/>34 <property name="ant.build.javac.target" value="1.6"/> 35 35 <property name="plugin.jar" value="${plugin.dist.dir}/03_${DSTAMP}_${TSTAMP}_${ant.project.name}.jar"/> 36 36 <!-- -
applications/editors/josm/plugins/smed/plugs/wayarea/build.xml
r27749 r29854 33 33 <!-- this is the directory where the plugin jar is copied to --> 34 34 <property name="plugin.dist.dir" value="../../dist"/> 35 <property name="ant.build.javac.target" value="1. 5"/>35 <property name="ant.build.javac.target" value="1.6"/> 36 36 <property name="plugin.jar" value="${plugin.dist.dir}/00_${DSTAMP}_${TSTAMP}_${ant.project.name}.jar"/> 37 37 <!--
Note:
See TracChangeset
for help on using the changeset viewer.
