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();
|
||||
// ////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/* 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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue