From e72012a5a57d0b517237397014ed8f43c8b8686a Mon Sep 17 00:00:00 2001 From: pb Date: Sun, 8 Feb 2009 09:00:25 +0000 Subject: [PATCH] Ergaenzung zu r81 (uebersehen) git-svn-id: https://svn.libreccm.org/ccm/trunk@77 8810af33-2d31-482b-a856-94f89814c4df --- .../arsdigita/london/theme/dispatcher/ThemeDownloadServlet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccm-ldn-theme/src/com/arsdigita/london/theme/dispatcher/ThemeDownloadServlet.java b/ccm-ldn-theme/src/com/arsdigita/london/theme/dispatcher/ThemeDownloadServlet.java index 8c8a005a5..54770272d 100755 --- a/ccm-ldn-theme/src/com/arsdigita/london/theme/dispatcher/ThemeDownloadServlet.java +++ b/ccm-ldn-theme/src/com/arsdigita/london/theme/dispatcher/ThemeDownloadServlet.java @@ -32,7 +32,7 @@ import com.arsdigita.london.theme.Theme; import com.arsdigita.london.theme.ThemeConstants; import com.arsdigita.london.theme.util.ManifestReader; import com.arsdigita.london.theme.util.WhiteListFilenameFilter; -import com.arsdigita.packaging.RegistryConfig; +import com.arsdigita.runtime.RegistryConfig; import com.arsdigita.util.Files; import com.arsdigita.util.IO; import com.arsdigita.util.UncheckedWrapperException;