Initiale Content-Section von "content" in "main" umbenannt. Außerdem ein paar Formatierungen.
git-svn-id: https://svn.libreccm.org/ccm/trunk@2164 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
dd85ac79fa
commit
77b5de4288
|
|
@ -115,7 +115,7 @@ public class Loader extends PackageLoader {
|
||||||
private Parameter m_domainMappings = new StringArrayParameter(
|
private Parameter m_domainMappings = new StringArrayParameter(
|
||||||
"com.arsdigita.bundle.loader.domain_mappings",
|
"com.arsdigita.bundle.loader.domain_mappings",
|
||||||
Parameter.REQUIRED,new String[]{ "STD-NAV:/navigation/",
|
Parameter.REQUIRED,new String[]{ "STD-NAV:/navigation/",
|
||||||
"STD-NAV:/content/",
|
"STD-NAV:/main/",
|
||||||
"STD-NAV:/portal/" }
|
"STD-NAV:/portal/" }
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -99,7 +99,7 @@ public class Loader extends PackageLoader {
|
||||||
private final Parameter m_contentSectionNames = new StringArrayParameter(
|
private final Parameter m_contentSectionNames = new StringArrayParameter(
|
||||||
"com.arsdigita.cms.loader.section_names",
|
"com.arsdigita.cms.loader.section_names",
|
||||||
Parameter.REQUIRED,
|
Parameter.REQUIRED,
|
||||||
new String[]{"content"});
|
new String[]{"main"});
|
||||||
// ///////////////////////////////////////////////////////////////////
|
// ///////////////////////////////////////////////////////////////////
|
||||||
// Configurable parameters during load step END.
|
// Configurable parameters during load step END.
|
||||||
// ///////////////////////////////////////////////////////////////////
|
// ///////////////////////////////////////////////////////////////////
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
\echo Red Hat Enterprise ccm-ldn-search 6.6.1 -> 6.6.2 Upgrade Script (PostgreSQL)
|
\echo Red Hat Enterprise ccm-ldn-search 6.6.1 -> 6.6.2 Upgrade Script (PostgreSQL)
|
||||||
|
|
||||||
begin;
|
begin;
|
||||||
|
begin
|
||||||
\i default/6.6.1-6.6.2/set_singleton.sql
|
\i default/6.6.1-6.6.2/set_singleton.sql
|
||||||
|
|
||||||
commit;
|
commit;
|
||||||
|
|
|
||||||
|
|
@ -8,8 +8,8 @@
|
||||||
ccmVersion="6.1"
|
ccmVersion="6.1"
|
||||||
name="scientificcms"
|
name="scientificcms"
|
||||||
prettyName="Scientific CMS"
|
prettyName="Scientific CMS"
|
||||||
version="2-1-0"
|
version="2.1.0"
|
||||||
release="SNAPSHOT-r2151"
|
release="SNAPSHOT-r2164"
|
||||||
webxml="web-sci.xml"
|
webxml="web-sci.xml"
|
||||||
webapp="ROOT"
|
webapp="ROOT"
|
||||||
xsi:schemaLocation="http://ccm.redhat.com/ccm-project file:tools-ng/common/xsd/project.xsd">
|
xsi:schemaLocation="http://ccm.redhat.com/ccm-project file:tools-ng/common/xsd/project.xsd">
|
||||||
|
|
|
||||||
|
|
@ -119,7 +119,7 @@ public class Loader extends PackageLoader {
|
||||||
private Parameter m_domainMappings = new StringArrayParameter(
|
private Parameter m_domainMappings = new StringArrayParameter(
|
||||||
"com.arsdigita.bundle.loader.domain_mappings",
|
"com.arsdigita.bundle.loader.domain_mappings",
|
||||||
Parameter.REQUIRED,new String[]{ "STD-NAV:/navigation/",
|
Parameter.REQUIRED,new String[]{ "STD-NAV:/navigation/",
|
||||||
"STD-NAV:/content/",
|
"STD-NAV:/main/",
|
||||||
"STD-NAV:/portal/" }
|
"STD-NAV:/portal/" }
|
||||||
);
|
);
|
||||||
// /////////////////////////////////////////////////////////////////////////////
|
// /////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue