You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by un...@apache.org on 2004/01/13 12:29:49 UTC

cvs commit: cocoon-2.1 gump.xml blocks.properties

unico       2004/01/13 03:29:49

  Modified:    .        gump.xml blocks.properties
  Log:
  slide block no longer depends on authentication-fw; slide block has a new dependency on jms
  
  Revision  Changes    Path
  1.103     +3 -2      cocoon-2.1/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/gump.xml,v
  retrieving revision 1.102
  retrieving revision 1.103
  diff -u -r1.102 -r1.103
  --- gump.xml	11 Dec 2003 18:22:39 -0000	1.102
  +++ gump.xml	13 Jan 2004 11:29:49 -0000	1.103
  @@ -592,8 +592,9 @@
       </ant>
   
       <depend project="cocoon" inherit="all"/>
  -    <depend project="cocoon-block-authentication-fw"/>
       <depend project="cocoon-block-repository"/>
  +    <depend project="cocoon-block-eventcache"/>
  +    <depend project="cocoon-block-jms"/>
       <depend project="jta"/>
       <depend project="jakarta-slide"/>
       <depend project="jdom"/>
  
  
  
  1.54      +8 -8      cocoon-2.1/blocks.properties
  
  Index: blocks.properties
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/blocks.properties,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- blocks.properties	3 Jan 2004 06:35:03 -0000	1.53
  +++ blocks.properties	13 Jan 2004 11:29:49 -0000	1.54
  @@ -1,3 +1,4 @@
  +
   #------------------------------------------------------------------------------#
   #                             Cocoon Blocks                                    #
   #------------------------------------------------------------------------------#
  @@ -22,7 +23,7 @@
   # can depend on.
   
   #-----[dependency]: "authentication-fw" depends on "session-fw".
  -#-----[dependency]: "authentication-fw" is needed by "portal", "portal-fw", "slide".
  +#-----[dependency]: "authentication-fw" is needed by "portal", "portal-fw".
   #exclude.block.authentication-fw=true
   #-----[dependency]: "batik" is needed by "fop", "scratchpad".
   #exclude.block.batik=true
  @@ -44,7 +45,6 @@
   #exclude.block.linkrewriter=true
   #exclude.block.lucene=true
   #exclude.block.naming=true
  -#exclude.block.paranoid=true
   #exclude.block.php=true
   #exclude.block.poi=true
   #-----[dependency]: "portal-fw" depends on "authentication-fw", "session-fw".
  @@ -70,24 +70,25 @@
   # its development as things might change over time before they are marked
   # stable.
   
  +#-----[dependency]: "apples" depends on "woody".
   #exclude.block.apples=true
   #-----[dependency]: "asciiart" is needed by "mail".
   #exclude.block.asciiart=true
   #exclude.block.axis=true
   #-----[dependency]: "cron" is needed by "scratchpad".
  -#-----[dependency]: "cron" depends on "scratchpad".
   #exclude.block.cron=true
   #exclude.block.deli=true
  -#-----[dependency]: "eventcache" is needed by "jms", "repository".
  +#-----[dependency]: "eventcache" is needed by "jms", "repository", "slide".
   #exclude.block.eventcache=true
   #-----[dependency]: "jms" depends on "databases", "eventcache", "hsqldb".
  +#-----[dependency]: "jms" is needed by "slide".
   #exclude.block.jms=true
   #exclude.block.linotype=true
   #-----[dependency]: "mail" depends on "asciiart".
   #exclude.block.mail=true
   #exclude.block.midi=true
  -#-----[warning]: Before including the "ojb" block, see: http://wiki.cocoondev.org/Wiki.jsp?page=OJBBlock
   #exclude.block.ojb=true
  +#exclude.block.paranoid=true
   #-----[dependency]: "petstore" depends on "databases", "hsqldb", "velocity", "woody".
   #exclude.block.petstore=true
   #-----[dependency]: "portal" depends on "authentication-fw", "html", "session-fw".
  @@ -99,16 +100,15 @@
   #-----[dependency]: "repository" is needed by "slide", "webdav".
   #exclude.block.repository=true
   #-----[dependency]: "scratchpad" depends on "batik", "cron", "velocity".
  -#-----[dependency]: "scratchpad" is needed by "cron".
   #exclude.block.scratchpad=true
  -#-----[dependency]: "slide" depends on "authentication-fw", "repository".
  +#-----[dependency]: "slide" depends on "eventcache", "jms", "repository".
   #exclude.block.slide=true
   #exclude.block.slop=true
   #exclude.block.stx=true
   #exclude.block.taglib=true
   #-----[dependency]: "webdav" depends on "repository".
   #exclude.block.webdav=true
  -#-----[dependency]: "woody" is needed by "petstore".
  +#-----[dependency]: "woody" is needed by "apples", "petstore".
   #exclude.block.woody=true
   
   # Deprecated blocks ------------------------------------------------------------