You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gk...@apache.org on 2007/07/12 17:36:10 UTC

svn commit: r555663 - /cocoon/trunk/blocks/pom.xml

Author: gkossakowski
Date: Thu Jul 12 08:36:09 2007
New Revision: 555663

URL: http://svn.apache.org/viewvc?view=rev&rev=555663
Log:
Moving Batik block to the default module because Forms samples depend on it.

Modified:
    cocoon/trunk/blocks/pom.xml

Modified: cocoon/trunk/blocks/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/pom.xml?view=diff&rev=555663&r1=555662&r2=555663
==============================================================================
--- cocoon/trunk/blocks/pom.xml (original)
+++ cocoon/trunk/blocks/pom.xml Thu Jul 12 08:36:09 2007
@@ -104,6 +104,8 @@
     <module>cocoon-template/cocoon-template-impl</module>
     <module>cocoon-template/cocoon-template-sample</module>    
     <module>cocoon-samples-style/cocoon-samples-style-default</module>
+    <module>cocoon-batik/cocoon-batik-impl</module>
+    <module>cocoon-batik/cocoon-batik-sample</module>
   </modules>
   
   <profiles>
@@ -122,8 +124,6 @@
         <module>cocoon-auth/cocoon-auth-sample</module>        
         <module>cocoon-authentication-fw</module>
         <module>cocoon-axis</module>
-        <module>cocoon-batik/cocoon-batik-impl</module>
-        <module>cocoon-batik/cocoon-batik-sample</module>        
         <module>cocoon-bsf</module>
         <module>cocoon-captcha/cocoon-captcha-impl</module>
         <module>cocoon-captcha/cocoon-captcha-sample</module>