From dbff86175bb1b56f24177149152560ffeef89ad6 Mon Sep 17 00:00:00 2001 From: pb Date: Sat, 17 Apr 2010 08:39:27 +0000 Subject: [PATCH] Verschiedene deprecated Klassen und Methoden entfernt. git-svn-id: https://svn.libreccm.org/ccm/trunk@378 8810af33-2d31-482b-a856-94f89814c4df --- ccm-ldn-theme/src/com/arsdigita/london/theme/Initializer.java | 2 +- ccm-ldn-theme/src/com/arsdigita/london/theme/Loader.java | 2 +- .../src/com/arsdigita/london/theme/ThemeCollection.java | 2 +- .../src/com/arsdigita/london/theme/ThemeFileCollection.java | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ccm-ldn-theme/src/com/arsdigita/london/theme/Initializer.java b/ccm-ldn-theme/src/com/arsdigita/london/theme/Initializer.java index c7a1810da..903953064 100755 --- a/ccm-ldn-theme/src/com/arsdigita/london/theme/Initializer.java +++ b/ccm-ldn-theme/src/com/arsdigita/london/theme/Initializer.java @@ -44,7 +44,7 @@ import org.apache.log4j.Logger; * The Theme Directory initializer. * * @author Randy Graebner <randyg@redhat.com> - * @version $Id: Initializer.java 758 2005-09-02 14:26:56Z sskracic $ + * @version $Id: Initializer.java 2070 2010-01-28 08:47:41Z pboy $ */ public class Initializer extends CompoundInitializer { diff --git a/ccm-ldn-theme/src/com/arsdigita/london/theme/Loader.java b/ccm-ldn-theme/src/com/arsdigita/london/theme/Loader.java index dc33854af..6639ca86a 100755 --- a/ccm-ldn-theme/src/com/arsdigita/london/theme/Loader.java +++ b/ccm-ldn-theme/src/com/arsdigita/london/theme/Loader.java @@ -34,7 +34,7 @@ import org.apache.log4j.Logger; * Loader. * * @author Randy Graebner <randyg@redhat.com> - * @version $Id: Loader.java 287 2005-02-22 00:29:02Z sskracic $ + * @version $Id: Loader.java 2004 2009-10-03 22:23:08Z pboy $ */ public class Loader extends PackageLoader implements ThemeConstants { diff --git a/ccm-ldn-theme/src/com/arsdigita/london/theme/ThemeCollection.java b/ccm-ldn-theme/src/com/arsdigita/london/theme/ThemeCollection.java index fbd1e99e6..b42edb58c 100755 --- a/ccm-ldn-theme/src/com/arsdigita/london/theme/ThemeCollection.java +++ b/ccm-ldn-theme/src/com/arsdigita/london/theme/ThemeCollection.java @@ -30,7 +30,7 @@ import java.util.Date; * * @see com.arsdigita.domain.DomainCollection * @see com.arsdigita.persistence.DataCollection - * @version $Id: ThemeCollection.java 755 2005-09-02 13:42:47Z sskracic $ + * @version $Id: ThemeCollection.java 2004 2009-10-03 22:23:08Z pboy $ */ public class ThemeCollection extends ACSObjectCollection { diff --git a/ccm-ldn-theme/src/com/arsdigita/london/theme/ThemeFileCollection.java b/ccm-ldn-theme/src/com/arsdigita/london/theme/ThemeFileCollection.java index 128fdeaf7..cc7f52ba9 100755 --- a/ccm-ldn-theme/src/com/arsdigita/london/theme/ThemeFileCollection.java +++ b/ccm-ldn-theme/src/com/arsdigita/london/theme/ThemeFileCollection.java @@ -29,7 +29,7 @@ import java.util.Date; * * @see com.arsdigita.domain.DomainCollection * @see com.arsdigita.persistence.DataCollection - * @version $Id: ThemeFileCollection.java 990 2005-11-09 17:10:48Z sskracic $ + * @version $Id: ThemeFileCollection.java 2004 2009-10-03 22:23:08Z pboy $ */ public class ThemeFileCollection extends DomainCollection {