Ignore:
Timestamp:
2015-12-28T02:40:06+01:00 (9 years ago)
Author:
donvip
Message:

[josm_plugins] update to vlcj 3.10.0 + jna 4.1.0 (see https://github.com/caprica/vlcj#news)

Location:
applications/editors/josm/plugins/jna
Files:
6 added
2 deleted
1 edited

Legend:

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

    r30818 r31877  
    44        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    6         <classpathentry exported="true" kind="lib" path="lib/jna-3.5.2.jar"/>
    7         <classpathentry exported="true" kind="lib" path="lib/platform-3.5.2.jar"/>
     6        <classpathentry exported="true" kind="lib" path="lib/jna-4.1.0.jar" sourcepath="lib/jna-4.1.0-sources.jar">
     7                <attributes>
     8                        <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-jna/lib/jna-4.1.0-javadoc.jar!/"/>
     9                </attributes>
     10        </classpathentry>
     11        <classpathentry exported="true" kind="lib" path="lib/jna-platform-4.1.0.jar" sourcepath="lib/jna-platform-4.1.0-sources.jar">
     12                <attributes>
     13                        <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-jna/lib/jna-platform-4.1.0-javadoc.jar!/"/>
     14                </attributes>
     15        </classpathentry>
    816        <classpathentry kind="output" path="bin"/>
    917</classpath>
Note: See TracChangeset for help on using the changeset viewer.