source: osm/applications/editors/josm/plugins/videomapping/.classpath@ 28924

Last change on this file since 28924 was 28924, checked in by donvip, 12 years ago

[josm_videomapping] potential fix for #josm8190, update to vlcj 2.1.0 / jna 3.4.0, code cleanup

File size: 847 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3 <classpathentry kind="src" path="src"/>
4 <classpathentry kind="src" path="test"/>
5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
6 <classpathentry kind="lib" path="lib/log4j.jar"/>
7 <classpathentry kind="lib" path="lib/vlcj-2.1.0.jar" sourcepath="lib/vlcj-2.1.0-sources.jar">
8 <attributes>
9 <attribute name="javadoc_location" value="jar:platform:/resource/VideoMapping/lib/vlcj-2.1.0-javadoc.jar!/"/>
10 </attributes>
11 </classpathentry>
12 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
13 <classpathentry kind="lib" path="lib/jna-3.4.0.jar"/>
14 <classpathentry kind="lib" path="lib/platform-3.4.0.jar"/>
15 <classpathentry kind="output" path="bin"/>
16</classpath>
Note: See TracBrowser for help on using the repository browser.