Changeset 31202 in osm
- Timestamp:
- 2015-06-03T17:00:09+02:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/mapillary
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/.classpath
r31182 r31202 4 4 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 5 5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 6 <classpathentry kind="lib" path="/home/nokutu/Dropbox/programacion/GSoC/josm/plugins/mapillary/lib/sanselan-0.97-incubator.jar"/> 7 <classpathentry kind="lib" path="/home/nokutu/.josm/plugins/commons-imaging.jar"/> 6 <classpathentry kind="lib" path="/home/nokutu/josm/dist/commons-imaging.jar"/> 8 7 <classpathentry kind="output" path="bin"/> 9 8 </classpath> -
applications/editors/josm/plugins/mapillary/build.xml
r31196 r31202 16 16 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 17 17 <property name="plugin.main.version" value="7777"/> 18 <property name="plugin.version" value="0.8.1"/> 19 20 <!-- Configure these properties (replace "..." accordingly). 21 22 23 24 See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins 25 --> 18 <property name="plugin.version" value="0.8.2"/> 26 19 <property name="plugin.author" value="nokutu <nokutu@openmailbox.org>"/> 27 20 <property name="plugin.class" value="org.openstreetmap.josm.plugins.mapillary.MapillaryPlugin"/> … … 40 33 <import file="../build-common.xml"/> 41 34 42 <target name="compile" depends="init"> 43 <echo message="compiling sources for ${plugin.jar} ... "/> 44 <javac srcdir="src:../commons-imaging/src" classpath="${josm}" debug="true" destdir="${plugin.build.dir}" includeantruntime="false"> 45 <classpath> 46 <pathelement location="${josm}"/> 47 48 </classpath> 49 <compilerarg value="-Xlint:deprecation"/> 50 <compilerarg value="-Xlint:unchecked"/> 51 </javac> 52 </target> 35 <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}"> 36 <include name="commons-imaging.jar"/> 37 </fileset> 53 38 </project>
Note:
See TracChangeset
for help on using the changeset viewer.