lenya/src/webapp/WEB-INF cocoon-xconf.xsl,1.9,1.10
Andreas Hartmann <[email protected]> Fri, 16 May 2003 17:29:32 +0200
| Newsgroups | gmane.comp.cms.wyona.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /repository/lenya/src/webapp/WEB-INF
In directory erbium:/tmp/cvs-serv29927/src/webapp/WEB-INF
Modified Files:
cocoon-xconf.xsl
Log Message:
- added PageEnvelopeModule docs
- added PEM to cocoon.xconf
- moved workflow.xmap to usecase.xmap
- added common publishing pipeline + xsp + xslt
- added shared scheduling XSP
Index: cocoon-xconf.xsl
===================================================================
RCS file: /repository/lenya/src/webapp/WEB-INF/cocoon-xconf.xsl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** cocoon-xconf.xsl 7 May 2003 12:41:55 -0000 1.9
--- cocoon-xconf.xsl 16 May 2003 15:29:30 -0000 1.10
***************
*** 50,53 ****
--- 50,54 ----
<input-module name="session-attr"/>
<input-module name="defaults"/>
+ <input-module name="page-envelope"/>
</component-instance>
***************
*** 56,59 ****
--- 57,63 ----
logger="core.modules.input" name="realpath"/>
+ <component-instance logger="core.modules.input" name="page-envelope"
+ class="org.apache.lenya.cms.cocoon.components.modules.input.PageEnvelopeModule"/>
+
</xsl:copy>
</xsl:template>