Index: /applications/editors/josm/plugins/jna/.classpath
===================================================================
--- /applications/editors/josm/plugins/jna/.classpath	(revision 35656)
+++ /applications/editors/josm/plugins/jna/.classpath	(revision 35657)
@@ -4,14 +4,5 @@
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
-	<classpathentry exported="true" kind="lib" path="lib/jna-4.5.2.jar" sourcepath="lib/jna-4.5.2-sources.jar">
-		<attributes>
-			<attribute name="javadoc_location" value="jar:platform:/resource/JOSM-jna/lib/jna-4.5.2-javadoc.jar!/"/>
-		</attributes>
-	</classpathentry>
-	<classpathentry exported="true" kind="lib" path="lib/jna-platform-4.5.2.jar" sourcepath="lib/jna-platform-4.5.0-sources.jar">
-		<attributes>
-			<attribute name="javadoc_location" value="jar:platform:/resource/JOSM-jna/lib/jna-platform-4.5.2-javadoc.jar!/"/>
-		</attributes>
-	</classpathentry>
+	<classpathentry kind="con" path="org.apache.ivyde.eclipse.cpcontainer.IVYDE_CONTAINER/?project=JOSM-jna&amp;ivyXmlPath=ivy.xml&amp;confs=*"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>
Index: /applications/editors/josm/plugins/jna/.project
===================================================================
--- /applications/editors/josm/plugins/jna/.project	(revision 35656)
+++ /applications/editors/josm/plugins/jna/.project	(revision 35657)
@@ -25,4 +25,5 @@
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
+		<nature>org.apache.ivyde.eclipse.ivynature</nature>
 	</natures>
 </projectDescription>
Index: /applications/editors/josm/plugins/jna/build.xml
===================================================================
--- /applications/editors/josm/plugins/jna/build.xml	(revision 35656)
+++ /applications/editors/josm/plugins/jna/build.xml	(revision 35657)
@@ -17,3 +17,8 @@
     <!-- ** include targets that all plugins have in common ** -->
     <import file="../build-common.xml"/>
+
+    <target name="pre-compile" depends="fetch_dependencies">
+        <!-- include fetch_dependencies task -->
+    </target>
+
 </project>
Index: /applications/editors/josm/plugins/jna/ivy.xml
===================================================================
--- /applications/editors/josm/plugins/jna/ivy.xml	(revision 35657)
+++ /applications/editors/josm/plugins/jna/ivy.xml	(revision 35657)
@@ -0,0 +1,10 @@
+<ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven">
+	<info organisation="org.openstreetmap.josm.plugins" module="jna" revision="1.0" />
+	<configurations defaultconf="default" defaultconfmapping="default->default">
+		<conf name="default" />
+	</configurations>
+	<dependencies>
+        <dependency org="net.java.dev.jna" name="jna" rev="5.6.0"/>
+        <dependency org="net.java.dev.jna" name="jna-platform" rev="5.6.0"/>
+	</dependencies>
+</ivy-module>
Index: /applications/editors/josm/plugins/jna/ivy_settings.xml
===================================================================
--- /applications/editors/josm/plugins/jna/ivy_settings.xml	(revision 35657)
+++ /applications/editors/josm/plugins/jna/ivy_settings.xml	(revision 35657)
@@ -0,0 +1,16 @@
+<ivysettings>
+    <version-matchers usedefaults="true">
+        <maven-tsnap-vm/>
+    </version-matchers>
+    <settings defaultResolver="central"/>
+    <resolvers>
+        <ibiblio name="central" m2compatible="true"/>
+        <ibiblio name="gluon" root="http://nexus.gluonhq.com/nexus/content/repositories/releases/" m2compatible="true" />
+        <ibiblio name="josm" root="https://josm.openstreetmap.de/nexus/content/repositories/releases/" m2compatible="true" />
+        <ibiblio name="sonatype_snapshots" root="https://oss.sonatype.org/content/repositories/snapshots/" m2compatible="true"  />
+    </resolvers>
+    <modules>
+        <module organisation="org.openstreetmap.jmapviewer" resolver="josm"/>
+        <module organisation="org.openstreetmap.josm" resolver="josm"/>
+    </modules>
+</ivysettings>
