You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jj...@apache.org on 2007/01/20 16:58:05 UTC

svn commit: r498132 - in /cocoon/trunk/blocks: cocoon-fop/pom.xml pom.xml

Author: jjohnston
Date: Sat Jan 20 07:58:04 2007
New Revision: 498132

URL: http://svn.apache.org/viewvc?view=rev&rev=498132
Log:
Enable the 'FOP Classic' modules, since it's just the 'ng' ones that have broken dependencies

Modified:
    cocoon/trunk/blocks/cocoon-fop/pom.xml
    cocoon/trunk/blocks/pom.xml

Modified: cocoon/trunk/blocks/cocoon-fop/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-fop/pom.xml?view=diff&rev=498132&r1=498131&r2=498132
==============================================================================
--- cocoon/trunk/blocks/cocoon-fop/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-fop/pom.xml Sat Jan 20 07:58:04 2007
@@ -37,7 +37,9 @@
   <modules>
     <module>cocoon-fop-impl</module>
     <module>cocoon-fop-sample</module>
+    <!--
     <module>cocoon-fop-ng-sample</module>
     <module>cocoon-fop-ng-impl</module>
+    -->
   </modules>
 </project>

Modified: cocoon/trunk/blocks/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/pom.xml?view=diff&rev=498132&r1=498131&r2=498132
==============================================================================
--- cocoon/trunk/blocks/pom.xml (original)
+++ cocoon/trunk/blocks/pom.xml Sat Jan 20 07:58:04 2007
@@ -81,7 +81,7 @@
         <module>cocoon-eventcache</module>
         <module>cocoon-faces</module>
         <module>cocoon-flowscript</module>
-        <!-- <module>cocoon-fop</module> -->
+        <module>cocoon-fop</module>
         <module>cocoon-forms</module>
         <module>cocoon-html</module>
         <module>cocoon-itext</module>