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 2008/07/30 12:21:47 UTC

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

Author: reinhard
Date: Wed Jul 30 03:21:44 2008
New Revision: 680963

URL: http://svn.apache.org/viewvc?rev=680963&view=rev
Log:
provide a eventcache-jms profile

Modified:
    cocoon/trunk/blocks/pom.xml

Modified: cocoon/trunk/blocks/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/pom.xml?rev=680963&r1=680962&r2=680963&view=diff
==============================================================================
--- cocoon/trunk/blocks/pom.xml (original)
+++ cocoon/trunk/blocks/pom.xml Wed Jul 30 03:21:44 2008
@@ -104,14 +104,12 @@
   
   <profiles>
     <profile>
-      <id>eventcache</id>
+      <id>eventcache-jms</id>
       <modules>
         <module>cocoon-eventcache/cocoon-eventcache-impl</module>
         <module>cocoon-eventcache/cocoon-eventcache-sample</module>
         <module>cocoon-jms/cocoon-jms-impl</module>
         <module>cocoon-jms/cocoon-jms-sample</module>   
-        <module>cocoon-cron/cocoon-cron-impl</module>
-        <module>cocoon-cron/cocoon-cron-sample</module>        
       </modules>
     </profile>
     <profile>