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/15 18:30:18 UTC

svn commit: r508028 - /cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/pom.xml

Author: reinhard
Date: Thu Feb 15 09:30:11 2007
New Revision: 508028

URL: http://svn.apache.org/viewvc?view=rev&rev=508028
Log:
enable Daisy plugin

Modified:
    cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/pom.xml

Modified: cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/pom.xml?view=diff&rev=508028&r1=508027&r2=508028
==============================================================================
--- cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-template/cocoon-template-impl/pom.xml Thu Feb 15 09:30:11 2007
@@ -105,7 +105,7 @@
     <docs.name>Cocoon Template</docs.name>    
     <docs.version>1.0</docs.version>
   </properties>     
-  <!--build>
+  <build>
     <plugins>
       <plugin>
         <groupId>org.daisycms</groupId>
@@ -117,5 +117,5 @@
         </configuration>
       </plugin>         
     </plugins>    
-  </build-->
+  </build>
 </project>