You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2007/02/07 19:01:29 UTC

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

Author: reinhard
Date: Wed Feb  7 10:01:26 2007
New Revision: 504632

URL: http://svn.apache.org/viewvc?view=rev&rev=504632
Log:
comment out fop-ng because the necessary artifacts aren't available at a public repo (AFAIK)

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=504632&r1=504631&r2=504632
==============================================================================
--- cocoon/trunk/blocks/pom.xml (original)
+++ cocoon/trunk/blocks/pom.xml Wed Feb  7 10:01:26 2007
@@ -86,9 +86,10 @@
         <module>cocoon-eventcache</module>
         <module>cocoon-faces</module>
         <module>cocoon-fop/cocoon-fop-impl</module>
+        <module>cocoon-fop/cocoon-fop-sample</module>  
+        <!-- Doesn't work because the FOP project hasn't released the necessary artifacts              
         <module>cocoon-fop/cocoon-fop-ng-impl</module>        
-        <module>cocoon-fop/cocoon-fop-ng-sample</module>
-        <module>cocoon-fop/cocoon-fop-sample</module>                
+        <module>cocoon-fop/cocoon-fop-ng-sample</module-->        
         <module>cocoon-html/cocoon-html-impl</module>
         <module>cocoon-html/cocoon-html-sample</module>        
         <module>cocoon-itext</module>