From bf08544698694b10e4e0b9e87808d46b2d219eff Mon Sep 17 00:00:00 2001 From: pb Date: Fri, 3 Feb 2012 17:28:45 +0000 Subject: [PATCH] Beseitigen Fehler mit Initialisierung PublishToFile, diverse Formatierungen. git-svn-id: https://svn.libreccm.org/ccm/trunk@1487 8810af33-2d31-482b-a856-94f89814c4df --- ccm-cms/src/com/arsdigita/cms/Loader.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ccm-cms/src/com/arsdigita/cms/Loader.java b/ccm-cms/src/com/arsdigita/cms/Loader.java index 4f3f21638..2eee06328 100755 --- a/ccm-cms/src/com/arsdigita/cms/Loader.java +++ b/ccm-cms/src/com/arsdigita/cms/Loader.java @@ -357,12 +357,12 @@ public class Loader extends PackageLoader { // appType.run(); // //////////////////////////////////////////////////////////////////////// - /* Create new stype legacy compatible application type * / + /* Create new stype legacy compatible application type */ ApplicationType type = ApplicationType .createApplicationType(ContentSection.PACKAGE_TYPE, "CMS Content Section", ContentSection.BASE_DATA_OBJECT_TYPE); -*/ + /* Create legacy-free application type * NOTE: The wording in the title parameter of ApplicationType * determines the name of the subdirectory for the XSL stylesheets. @@ -370,9 +370,9 @@ public class Loader extends PackageLoader { * replacing blanks between words and illegal characters with an * hyphen and converted to lower case. * "Content Section" will become "content-section". */ - ApplicationType type = new ApplicationType( - "Content Section", - ContentSection.BASE_DATA_OBJECT_TYPE ); +// ApplicationType type = new ApplicationType( +// "Content Section", +// ContentSection.BASE_DATA_OBJECT_TYPE ); type.setDescription("A CMS Content Section."); type.save();