Beseitigen Fehler mit Initialisierung PublishToFile, diverse Formatierungen.

git-svn-id: https://svn.libreccm.org/ccm/trunk@1487 8810af33-2d31-482b-a856-94f89814c4df
master
pb 2012-02-03 17:28:45 +00:00
parent 19da24d433
commit bf08544698
1 changed files with 5 additions and 5 deletions

View File

@ -362,7 +362,7 @@ public class Loader extends PackageLoader {
.createApplicationType(ContentSection.PACKAGE_TYPE, .createApplicationType(ContentSection.PACKAGE_TYPE,
"CMS Content Section", "CMS Content Section",
ContentSection.BASE_DATA_OBJECT_TYPE); ContentSection.BASE_DATA_OBJECT_TYPE);
*/
/* Create legacy-free application type /* Create legacy-free application type
* NOTE: The wording in the title parameter of ApplicationType * NOTE: The wording in the title parameter of ApplicationType
* determines the name of the subdirectory for the XSL stylesheets. * 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 * replacing blanks between words and illegal characters with an
* hyphen and converted to lower case. * hyphen and converted to lower case.
* "Content Section" will become "content-section". */ * "Content Section" will become "content-section". */
ApplicationType type = new ApplicationType( // ApplicationType type = new ApplicationType(
"Content Section", // "Content Section",
ContentSection.BASE_DATA_OBJECT_TYPE ); // ContentSection.BASE_DATA_OBJECT_TYPE );
type.setDescription("A CMS Content Section."); type.setDescription("A CMS Content Section.");
type.save(); type.save();