Ignore:
Timestamp:
2020-12-05T14:55:58+01:00 (4 years ago)
Author:
Don-vip
Message:

see #16860 - upgrade to JNA 5.6.0 + switch to Ivy

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

Legend:

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

    r34633 r35657  
    44        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    6         <classpathentry exported="true" kind="lib" path="lib/jna-4.5.2.jar" sourcepath="lib/jna-4.5.2-sources.jar">
    7                 <attributes>
    8                         <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-jna/lib/jna-4.5.2-javadoc.jar!/"/>
    9                 </attributes>
    10         </classpathentry>
    11         <classpathentry exported="true" kind="lib" path="lib/jna-platform-4.5.2.jar" sourcepath="lib/jna-platform-4.5.0-sources.jar">
    12                 <attributes>
    13                         <attribute name="javadoc_location" value="jar:platform:/resource/JOSM-jna/lib/jna-platform-4.5.2-javadoc.jar!/"/>
    14                 </attributes>
    15         </classpathentry>
     6        <classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=JOSM-jna&amp;ivyXmlPath=ivy.xml&amp;confs=*"/>
    167        <classpathentry kind="output" path="bin"/>
    178</classpath>
  • applications/editors/josm/plugins/jna/.project

    r32530 r35657  
    2525                <nature>org.eclipse.jdt.core.javanature</nature>
    2626                <nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
     27                <nature>org.apache.ivyde.eclipse.ivynature</nature>
    2728        </natures>
    2829</projectDescription>
  • applications/editors/josm/plugins/jna/build.xml

    r32680 r35657  
    1717    <!-- ** include targets that all plugins have in common ** -->
    1818    <import file="../build-common.xml"/>
     19
     20    <target name="pre-compile" depends="fetch_dependencies">
     21        <!-- include fetch_dependencies task -->
     22    </target>
     23
    1924</project>
  • applications/editors/josm/plugins/jna/lib

    • Property svn:ignore set to
      *.jar
Note: See TracChangeset for help on using the changeset viewer.