Ignore:
Timestamp:
2015-06-03T18:19:20+02:00 (9 years ago)
Author:
donvip
Message:

[josm_mapillary] update svn:ignore, use Eclipse project of Commons-imaging instead of hardcoded path

Location:
applications/editors/josm/plugins/mapillary
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/mapillary

    • Property svn:ignore set to
      build
  • applications/editors/josm/plugins/mapillary/.classpath

    r31202 r31211  
    33        <classpathentry kind="src" path="src"/>
    44        <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"/>
    77        <classpathentry kind="output" path="bin"/>
    88</classpath>
  • applications/editors/josm/plugins/mapillary/build.xml

    r31209 r31211  
    11<?xml version="1.0" encoding="utf-8"?>
    2 <!--
    3 ** This is a template build file for a JOSM  plugin.
    4 **
    5 ** Maintaining versions
    6 ** ====================
    7 ** See README.template
    8 **
    9 ** Usage
    10 ** =====
    11 ** Call "ant help" to get possible build targets.
    12 **
    13 -->
    142<project name="Mapillary" default="dist" basedir=".">
    153
Note: See TracChangeset for help on using the changeset viewer.