Ignore:
Timestamp:
2012-11-11T22:00:32+01:00 (12 years ago)
Author:
donvip
Message:

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

File:
1 edited

Legend:

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

    r25796 r28924  
    33        <classpathentry kind="src" path="src"/>
    44        <classpathentry kind="src" path="test"/>
    5         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
    6         <classpathentry kind="lib" path="/core/dist/josm-custom.jar"/>
    7         <classpathentry kind="lib" path="lib/jna.jar"/>
     5        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
    86        <classpathentry kind="lib" path="lib/log4j.jar"/>
    9         <classpathentry kind="lib" path="lib/vlcj-1.1.5.1.jar" sourcepath="C:/Dokumente und Einstellungen/Matthias/Desktop/vlcj/vlcj-1.1.5.1-javadoc.jar">
     7        <classpathentry kind="lib" path="lib/vlcj-2.1.0.jar" sourcepath="lib/vlcj-2.1.0-sources.jar">
    108                <attributes>
    11                         <attribute name="javadoc_location" value="jar:file:/D:/Projekte/Studium/BA Arbeit/working/plugins/videomapping/lib/vlcj-1.1.5.1-javadoc.jar!/"/>
     9                        <attribute name="javadoc_location" value="jar:platform:/resource/VideoMapping/lib/vlcj-2.1.0-javadoc.jar!/"/>
    1210                </attributes>
    1311        </classpathentry>
    14         <classpathentry combineaccessrules="false" kind="src" path="/core"/>
    15         <classpathentry kind="lib" path="lib/platform.jar"/>
     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"/>
    1615        <classpathentry kind="output" path="bin"/>
    1716</classpath>
Note: See TracChangeset for help on using the changeset viewer.