Index: trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java
===================================================================
--- trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java	(revision 8942)
+++ trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java	(revision 8943)
@@ -127,4 +127,5 @@
             new DeprecatedPlugin("mirrored_download", IN_CORE),
             new DeprecatedPlugin("ImageryCache", IN_CORE),
+            new DeprecatedPlugin("commons-imaging", tr("replaced by new {0} plugin", "apache-commons")),
         });
     }
Index: trunk/src/org/openstreetmap/josm/plugins/PluginInformation.java
===================================================================
--- trunk/src/org/openstreetmap/josm/plugins/PluginInformation.java	(revision 8942)
+++ trunk/src/org/openstreetmap/josm/plugins/PluginInformation.java	(revision 8943)
@@ -180,6 +180,5 @@
     /**
      * Updates the plugin information of this plugin information object with the
-     * plugin information in a plugin information object retrieved from a plugin
-     * jar.
+     * plugin information in a plugin information object retrieved from a plugin jar.
      *
      * @param other the plugin information object retrieved from the jar file
@@ -196,4 +195,5 @@
         this.libraries = other.libraries;
         this.stage = other.stage;
+        this.file = other.file;
     }
 
