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

svn commit: r542628 - /cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/pom.xml

Author: felixk
Date: Tue May 29 12:19:22 2007
New Revision: 542628

URL: http://svn.apache.org/viewvc?view=rev&rev=542628
Log:
needs cocoon-xsl-impl block

Modified:
    cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/pom.xml

Modified: cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/pom.xml?view=diff&rev=542628&r1=542627&r2=542628
==============================================================================
--- cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-core-sample/cocoon-core-main-sample/pom.xml Tue May 29 12:19:22 2007
@@ -46,6 +46,10 @@
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-samples-style-default</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apache.cocoon</groupId>
+      <artifactId>cocoon-xsp-impl</artifactId>
+    </dependency>
   </dependencies>
 
 </project>