Changeset 31211 in osm for applications/editors
- Timestamp:
- 2015-06-03T18:19:20+02:00 (10 years ago)
- Location:
- applications/editors/josm/plugins/mapillary
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary
-
Property svn:ignore
set to
build
-
Property svn:ignore
set to
-
applications/editors/josm/plugins/mapillary/.classpath
r31202 r31211 3 3 <classpathentry kind="src" path="src"/> 4 4 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER "/>6 <classpathentry kind="lib" path="/home/nokutu/josm/dist/commons-imaging.jar"/>5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/> 6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM-commons-imaging"/> 7 7 <classpathentry kind="output" path="bin"/> 8 8 </classpath> -
applications/editors/josm/plugins/mapillary/build.xml
r31209 r31211 1 1 <?xml version="1.0" encoding="utf-8"?> 2 <!--3 ** This is a template build file for a JOSM plugin.4 **5 ** Maintaining versions6 ** ====================7 ** See README.template8 **9 ** Usage10 ** =====11 ** Call "ant help" to get possible build targets.12 **13 -->14 2 <project name="Mapillary" default="dist" basedir="."> 15 3
Note:
See TracChangeset
for help on using the changeset viewer.