Beseitigen Fehler mit Initialisierung PublishToFile, diverse Formatierungen.
git-svn-id: https://svn.libreccm.org/ccm/trunk@1487 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
19da24d433
commit
bf08544698
|
|
@ -357,12 +357,12 @@ public class Loader extends PackageLoader {
|
||||||
// appType.run();
|
// appType.run();
|
||||||
// ////////////////////////////////////////////////////////////////////////
|
// ////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
/* Create new stype legacy compatible application type * /
|
/* Create new stype legacy compatible application type */
|
||||||
ApplicationType type = ApplicationType
|
ApplicationType type = ApplicationType
|
||||||
.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();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue