You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-commits@xmlgraphics.apache.org by ca...@apache.org on 2007/11/07 23:34:16 UTC

svn commit: r592928 - /xmlgraphics/batik/trunk/sources/org/apache/batik/ext/swing/Resources.java

Author: cam
Date: Wed Nov  7 14:34:15 2007
New Revision: 592928

URL: http://svn.apache.org/viewvc?rev=592928&view=rev
Log:
Missed file from ResourceManager-move commit.

Modified:
    xmlgraphics/batik/trunk/sources/org/apache/batik/ext/swing/Resources.java

Modified: xmlgraphics/batik/trunk/sources/org/apache/batik/ext/swing/Resources.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/sources/org/apache/batik/ext/swing/Resources.java?rev=592928&r1=592927&r2=592928&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/sources/org/apache/batik/ext/swing/Resources.java (original)
+++ xmlgraphics/batik/trunk/sources/org/apache/batik/ext/swing/Resources.java Wed Nov  7 14:34:15 2007
@@ -23,7 +23,7 @@
 import java.util.MissingResourceException;
 
 import org.apache.batik.i18n.LocalizableSupport;
-import org.apache.batik.util.gui.resource.ResourceManager;
+import org.apache.batik.util.resources.ResourceManager;
 
 /**
  * This class manages the message for the Swing extensions.