Fixed Fehlen des Verzeichnisses pdl.
git-svn-id: https://svn.libreccm.org/ccm/trunk@1251 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
bdcfd45087
commit
0ed82a1a03
|
|
@ -19,9 +19,9 @@
|
||||||
</ccm:dependencies>
|
</ccm:dependencies>
|
||||||
|
|
||||||
<ccm:directories>
|
<ccm:directories>
|
||||||
<!-- not required
|
<!-- pdl is empty and not used, buf required because we use sql for
|
||||||
|
some update3 scripts. -->
|
||||||
<ccm:directory name="pdl"/>
|
<ccm:directory name="pdl"/>
|
||||||
-->
|
|
||||||
<ccm:directory name="src"/>
|
<ccm:directory name="src"/>
|
||||||
<ccm:directory name="sql"/>
|
<ccm:directory name="sql"/>
|
||||||
</ccm:directories>
|
</ccm:directories>
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,38 @@ update nav_templates
|
||||||
where url like '%packages/navigation/templates%';
|
where url like '%packages/navigation/templates%';
|
||||||
|
|
||||||
|
|
||||||
|
-- AAP: update jsp names
|
||||||
|
update nav_templates
|
||||||
|
set url=replace(url,'aap-atoz','sci-atoz'),
|
||||||
|
description=replace(description,'AAP','SCI'),
|
||||||
|
title=replace(title,'AAP','SCI')
|
||||||
|
where url like '%aap-atoz%';
|
||||||
|
|
||||||
|
update nav_templates
|
||||||
|
set url=replace(url,'aap-default' ,'sci-default'),
|
||||||
|
description=replace(description,'AAP','SCI'),
|
||||||
|
title=replace(title,'AAP','SCI')
|
||||||
|
where url like '%aap-default%';
|
||||||
|
|
||||||
|
update nav_templates
|
||||||
|
set url=replace(url,'aap-portal' ,'sci-portal'),
|
||||||
|
description=replace(description,'AAP','SCI'),
|
||||||
|
title=replace(title,'AAP','SCI')
|
||||||
|
where url like '%aap-portal%';
|
||||||
|
|
||||||
|
update nav_templates
|
||||||
|
set url=replace(url,'aap-recent' ,'sci-recent'),
|
||||||
|
description=replace(description,'AAP','SCI'),
|
||||||
|
title=replace(title,'AAP','SCI')
|
||||||
|
where url like '%aap-recent%';
|
||||||
|
|
||||||
|
update nav_templates
|
||||||
|
set url=replace(url,'aap-welcome' ,'sci-welcome'),
|
||||||
|
description=replace(description,'AAP','SCI'),
|
||||||
|
title=replace(title,'AAP','SCI')
|
||||||
|
where url like '%aap-welcome%';
|
||||||
|
|
||||||
|
|
||||||
-- IAW: update jsp names
|
-- IAW: update jsp names
|
||||||
update nav_templates
|
update nav_templates
|
||||||
set url=replace(url,'iaw-atoz','sci-atoz'),
|
set url=replace(url,'iaw-atoz','sci-atoz'),
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
xmlns:show="/WEB-INF/bebop-show.tld"
|
xmlns:show="/WEB-INF/bebop-show.tld"
|
||||||
version="1.2">
|
version="1.2">
|
||||||
|
|
||||||
<%-- JSP template to use a portal page as index page in navigation --%>
|
<!-- JSP template to use a portal page as index page in navigation -->
|
||||||
|
|
||||||
<jsp:directive.page import="com.arsdigita.dispatcher.DispatcherHelper"/>
|
<jsp:directive.page import="com.arsdigita.dispatcher.DispatcherHelper"/>
|
||||||
<jsp:directive.page import="com.arsdigita.navigation.Navigation"/>
|
<jsp:directive.page import="com.arsdigita.navigation.Navigation"/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue