A document has been updated: http://cocoon.zones.apache.org/daisy/documentation/1291.html
Document ID: 1291 Branch: main Language: default Name: Modularize Cocoon apps (Using blocks) (unchanged) Document Type: Cocoon Document (unchanged) Updated on: 9/24/07 4:15:23 PM Updated by: Reinhard Pötz A new version has been created, state: publish Parts ===== Content ------- This part has been updated. Mime type: text/xml (unchanged) File name: (unchanged) Size: 7885 bytes (previous version: 7881 bytes) Content diff: (68 equal lines skipped) <bean id="com.mycompany.myBlock1.block" class="org.apache.cocoon.sitemap.SitemapServlet"> <servlet:context mount-path="/myBlock1" context-path="blockcontext:/myBlock1/"> <strong> <servlet:connections> --- <entry key="myBlock2" value-ref="com.mycompany.myBlock2.block"/> +++ <entry key="myBlock2" value-ref="com.mycompany.myBlock2.service"/> </servlet:connections></strong> </servlet:context> </bean> (26 equal lines skipped) <pre>com.mycompany.myBlock1.block%classes-dir=./target/classes --- <strong>com.mycompany.myBlock2.block%classes-dir=../myBlock2/target/classes +++ <strong>com.mycompany.myBlock2.service%classes-dir=../myBlock2/target/classes %exclude-lib=com.mycompany:myBlock2 </strong></pre> (108 equal lines skipped)