nicolaken 2002/12/03 09:08:36 Modified: . changes.xml module.xml properties.xml Log: <action dev="NKB" type="update"> Moved the jsp components to the jsp block, using hand-made-to-be-cleaned mock objects for the weblogic specific imports. Had also to move some definitions from the cocoon roles and xconf file. This moving of the blocks is indeed cleaning the core! :-) </action> Revision Changes Path 1.300 +7 -1 xml-cocoon2/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/changes.xml,v retrieving revision 1.299 retrieving revision 1.300 diff -u -r1.299 -r1.300 --- changes.xml 3 Dec 2002 16:55:56 -0000 1.299 +++ changes.xml 3 Dec 2002 17:08:35 -0000 1.300 @@ -41,6 +41,12 @@ <release version="@version@" date="@date@"> <action dev="NKB" type="update"> + Moved the jsp components to the jsp block, using hand-made-to-be-cleaned + mock objects for the weblogic specific imports. + Had also to move some definitions from the cocoon roles and xconf file. + This moving of the blocks is indeed cleaning the core! :-) + </action> + <action dev="NKB" type="update"> Updated block build system to compile and use mock objects in the "mocks" subdir of the blocks if present. </action> 1.19 +19 -0 xml-cocoon2/module.xml Index: module.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/module.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- module.xml 28 Nov 2002 15:12:33 -0000 1.18 +++ module.xml 3 Dec 2002 17:08:35 -0000 1.19 @@ -352,6 +352,25 @@ </project> + <project name="jsp-block"> + <package>org.apache.cocoon</package> + + <ant target="block"> + <property name="block-name" value="jsp"/> + </ant> + + <depend project="xml-cocoon2"/> + + <work nested="tools/anttasks"/> + <home nested="build/cocoon"/> + + <jar name="jsp-block.jar"/> + + <nag from="Nicola Ken Barozzi <[EMAIL PROTECTED]>" + to="[EMAIL PROTECTED]"/> + + </project> + <!-- ******************************************** ******** COCOON SUPPLIED PROJECTS ******** 1.17 +1 -0 xml-cocoon2/properties.xml Index: properties.xml =================================================================== RCS file: /home/cvs/xml-cocoon2/properties.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- properties.xml 3 Dec 2002 00:06:02 -0000 1.16 +++ properties.xml 3 Dec 2002 17:08:35 -0000 1.17 @@ -120,6 +120,7 @@ <precept/> <poi include="true"/> <naming include="true"/> + <jsp include="true"/> </blocks> <!-- Specify what should be included in the web application (war) file -->
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]