Ignore:
Timestamp:
2016-06-23T00:40:31+02:00 (9 years ago)
Author:
donvip
Message:

seachart - make the build portable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/seachart/.classpath

    r31569 r32368  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<classpath>
     3        <classpathentry kind="src" path="src"/>
     4        <classpathentry kind="src" path="jbasemap/src"/>
    35        <classpathentry kind="src" path="jicons/src"/>
    46        <classpathentry kind="src" path="jplotter/src"/>
    57        <classpathentry kind="src" path="jrender/src"/>
    68        <classpathentry kind="src" path="js57toosm/src"/>
    7         <classpathentry kind="src" path="src"/>
     9        <classpathentry kind="src" path="josmtos57/src"/>
    810        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    911        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
     12        <classpathentry kind="lib" path="libs/batik-svggen-1.8.jar"/>
     13        <classpathentry kind="lib" path="libs/batik-dom-1.8.jar"/>
     14        <classpathentry kind="lib" path="libs/batik-util-1.8.jar"/>
     15        <classpathentry kind="lib" path="libs/batik-awt-util-1.8.jar"/>
     16        <classpathentry kind="lib" path="libs/batik-ext-1.8.jar"/>
     17        <classpathentry kind="lib" path="libs/batik-xml-1.8.jar"/>
     18        <classpathentry kind="lib" path="libs/commons-lang3-3.4.jar"/>
    1019        <classpathentry kind="output" path="bin"/>
    1120</classpath>
Note: See TracChangeset for help on using the changeset viewer.