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 2009/05/15 01:41:31 UTC

svn commit: r774963 - /cocoon/cocoon3/trunk/pom.xml

Author: reinhard
Date: Thu May 14 23:41:31 2009
New Revision: 774963

URL: http://svn.apache.org/viewvc?rev=774963&view=rev
Log:
add profiling module to reactor

Modified:
    cocoon/cocoon3/trunk/pom.xml

Modified: cocoon/cocoon3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/pom.xml?rev=774963&r1=774962&r2=774963&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/pom.xml (original)
+++ cocoon/cocoon3/trunk/pom.xml Thu May 14 23:41:31 2009
@@ -38,7 +38,8 @@
     <module>cocoon-servlet</module>    
     <module>cocoon-sitemap</module>
     <module>cocoon-stax</module>
-    <module>cocoon-stringtemplate</module>
+    <module>cocoon-profiling</module>
+    <module>cocoon-stringtemplate</module>    
     <module>parent</module>
     <module>cocoon-sax</module>
   </modules>