Index: /applications/editors/josm/plugins/pdfimport/build.xml
===================================================================
--- /applications/editors/josm/plugins/pdfimport/build.xml	(revision 34425)
+++ /applications/editors/josm/plugins/pdfimport/build.xml	(revision 34426)
@@ -5,5 +5,5 @@
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
     <property name="plugin.main.version" value="12678"/>
-    
+	<property name="plugin.canloadatruntime" value="true"/>   
     <!-- Configure these properties (replace "..." accordingly).
          See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
@@ -13,6 +13,6 @@
     <property name="plugin.description" value="Import PDF file into a layer and convert pdf lines to ways."/>
     <property name="plugin.icon" value="images/pdf_import.png"/>
-    <!--<property name="plugin.link" value="..."/>-->
-    <property name="plugin.requires" value="apache-commons"/>
+    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Pdf_Import"/>
+    <!-- <property name="plugin.requires" value="apache-commons"/> -->
     
     <!-- ** include targets that all plugins have in common ** -->
