You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2006/04/08 21:07:59 UTC

svn commit: r392586 - in /cocoon/trunk/blocks: cocoon-jcr/ cocoon-template/ pom.xml

Author: cziegeler
Date: Sat Apr  8 12:07:58 2006
New Revision: 392586

URL: http://svn.apache.org/viewcvs?rev=392586&view=rev
Log:
Moving jcr and template block

Added:
    cocoon/trunk/blocks/cocoon-jcr/
      - copied from r392571, cocoon/trunk/blocks-tobeconverted/cocoon-jcr/
    cocoon/trunk/blocks/cocoon-template/
      - copied from r392571, cocoon/trunk/blocks-tobeconverted/cocoon-template/
Modified:
    cocoon/trunk/blocks/pom.xml

Modified: cocoon/trunk/blocks/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/blocks/pom.xml?rev=392586&r1=392585&r2=392586&view=diff
==============================================================================
--- cocoon/trunk/blocks/pom.xml (original)
+++ cocoon/trunk/blocks/pom.xml Sat Apr  8 12:07:58 2006
@@ -59,6 +59,7 @@
 		<module>cocoon-html</module>
 		<module>cocoon-itext</module>
 		<module>cocoon-javaflow</module>
+		<module>cocoon-jcr</module>
 		<module>cocoon-jfor</module>
 		<module>cocoon-jms</module>
 		<module>cocoon-jsp</module>
@@ -83,6 +84,7 @@
 		<module>cocoon-slop</module>
 		<module>cocoon-stx</module>
 		<module>cocoon-taglib</module>
+		<module>cocoon-template</module>
 		<module>cocoon-tour</module>
 		<module>cocoon-velocity</module>
 		<module>cocoon-web3</module>