source: josm/trunk/.classpath@ 3965

Last change on this file since 3965 was 3715, checked in by Upliner, 13 years ago

Added imagery plugin to josm core. Imagery plugin is union of wmsplugin and slippymap plugins. It includes code by Tim Waters, Petr Dlouhý, Frederik Ramm and others. Also enables the remotecontol which was integrated in [3707].

File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3 <classpathentry kind="src" path="src"/>
4 <classpathentry kind="src" path="test/unit"/>
5 <classpathentry kind="src" path="test/functional"/>
6 <classpathentry excluding="build/|data_nodist/|dist/|doc/|lib/|macosx/|src/|test/|test/build/|test/functional/|test/performance/|test/unit/|tools/|utils/" kind="src" path=""/>
7 <classpathentry kind="src" path="test/performance"/>
8 <classpathentry kind="lib" path="lib/metadata-extractor-2.3.1-nosun.jar"/>
9 <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
10 <classpathentry kind="lib" path="test/lib/fest/debug-1.0.jar"/>
11 <classpathentry kind="lib" path="test/lib/fest/fest-assert-1.0.jar"/>
12 <classpathentry kind="lib" path="test/lib/fest/fest-reflect-1.1.jar"/>
13 <classpathentry kind="lib" path="test/lib/fest/fest-swing-1.1.jar"/>
14 <classpathentry kind="lib" path="test/lib/fest/fest-util-1.0.jar"/>
15 <classpathentry kind="lib" path="test/lib/fest/jcip-annotations-1.0.jar"/>
16 <classpathentry kind="lib" path="test/lib/fest/MRJToolkitStubs-1.0.jar"/>
17 <classpathentry kind="lib" path="test/lib/jfcunit.jar"/>
18 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
19 <classpathentry exported="true" kind="con" path="GROOVY_SUPPORT"/>
20 <classpathentry kind="lib" path="lib/signpost-core-1.2.1.1.jar"/>
21 <classpathentry kind="output" path="bin"/>
22</classpath>
Note: See TracBrowser for help on using the repository browser.