[prev in list] [next in list] [prev in thread] [next in thread] 

List:       forrest-dev
Subject:    cvs commit: xml-forrest/etc/cocoon_upgrade local.blocks.properties upgrade_cocoon_jars.sh
From:       cheche () apache ! org
Date:       2003-10-31 3:02:40
[Download RAW message or body]

cheche      2003/10/30 19:02:40

  Modified:    etc/cocoon_upgrade Tag: FORREST_05_BRANCH
                        local.blocks.properties upgrade_cocoon_jars.sh
  Log:
  Updat to get it working with lastest version of cocoon
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.6.2.1   +35 -21    xml-forrest/etc/cocoon_upgrade/local.blocks.properties
  
  Index: local.blocks.properties
  ===================================================================
  RCS file: /home/cvs/xml-forrest/etc/cocoon_upgrade/local.blocks.properties,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- local.blocks.properties	5 Sep 2003 12:55:26 -0000	1.6
  +++ local.blocks.properties	31 Oct 2003 03:02:39 -0000	1.6.2.1
  @@ -3,42 +3,47 @@
   #------------------------------------------------------------------------------#
   
   # Remove blocks from your cocoon distribution by uncommenting the 
  -# corresponding exclude property
  +# corresponding exclude property.
   
  -# NOTE: don't modify this file directly but make a copy named 
  +# NOTE: Don't modify this file directly but make a copy named 
   # 'local.blocks.properties' and modify that. The build system will override
   # these properties with the ones in the 'local.blocks.properties' file.
   
  +# NOTE: "dependency" indicates blocks that are required by other blocks.
  +# disabling batik, for example, will prevent fop from compiling.
  +
  +
   # Stable blocks ----------------------------------------------------------------
   
  -# stable blocks are those that can be considered ready for production and
  +# Stable blocks are those that can be considered ready for production and
   # will contain components and API that will remain stable and where
  -# developers are committed to back compatibility. In short, stuff you can
  -# depend on.
  +# developers are committed to back compatibility. In short, stuff that you
  +# can depend on.
   
  -exclude.block.authentication-fw=true
  +#exclude.block.fop=true
  +#-----[dependency]: "batik" needed by "fop"
   #exclude.block.batik=true
  -exclude.block.bsf=true
  -#exclude.block.chaperon=true
  +#-----[dependency]: "databases" needed by "repository"
   exclude.block.databases=true
  -exclude.block.deli=true
  -#exclude.block.fop=true
   exclude.block.hsqldb=true
  +exclude.block.bsf=true
  +#exclude.block.chaperon=true
   #exclude.block.html=true
   exclude.block.itext=true
   exclude.block.jfor=true
   exclude.block.jsp=true
   exclude.block.jxforms=true
   #exclude.block.linkrewriter=true
  -exclude.block.lucene=true
  +#exclude.block.lucene=true
   exclude.block.naming=true
   exclude.block.php=true
   exclude.block.poi=true
   exclude.block.portal-fw=true
   #exclude.block.profiler=true
   exclude.block.python=true
  +exclude.block.authentication-fw=true
  +#-----[dependency]: "session-fw" needed by "authentication-fw"
   exclude.block.session-fw=true
  -exclude.block.slide=true
   exclude.block.swf=true
   exclude.block.velocity=true
   exclude.block.web3=true
  @@ -47,39 +52,48 @@
   
   # Unstable blocks --------------------------------------------------------------
   
  -# unstable blocks are currently under development and do not guarantee the
  +# unstable blocks are currently under development and do not guarantee that the
   # contracts they expose (API, xml schema, properties, behavior) will remain 
   # constant in time. Developers are not committed to back-compatibility just yet.
   # This doesn't necessarily mean the blocks implementation is unstable or 
   # the code can't be trusted for production, but use with care and watch
  -# its development as thing might change over time before they are marked
  +# its development as things might change over time before they are marked
   # stable.
   
   exclude.block.apples=true
   #exclude.block.asciiart=true
   exclude.block.axis=true
  +exclude.block.scratchpad=true
  +#-----[dependency]: "cron" needed by "scratchpad"
   exclude.block.cron=true
  +exclude.block.deli=true
  +#-----[dependency]: "eventcache" needed by "repository"
   exclude.block.eventcache=true
  +exclude.block.jms=true
  +#-----[dependency]: "slide" and "webdav" need "repository"
  +exclude.block.repository=true
  +exclude.block.slide=true
  +exclude.block.webdav=true
   exclude.block.linotype=true
   exclude.block.mail=true
   exclude.block.midi=true
  -exclude.block.qdox=true
   exclude.block.petstore=true
  +exclude.block.portal=true
   exclude.block.precept=true
   exclude.block.proxy=true
  -exclude.block.portal=true
  -exclude.block.scratchpad=true
  +exclude.block.qdox=true
   exclude.block.slop=true
   exclude.block.stx=true
   exclude.block.taglib=true
  -exclude.block.webdav=true
   exclude.block.woody=true
   
  -
  +# Before including the "ojb" block, see: http://wiki.cocoondev.org/Wiki.jsp?page=OJBBlock
  +exclude.block.ojb=true
   
   # Deprecated blocks ------------------------------------------------------------
   
  -# Although these blocks are stable they have been deprecated in favour of other
  -# blocks.
  +# Although some of these blocks may have been stable, they are now deprecated
  +# in favour of other blocks and therefore are excluded by default from the build
   
   exclude.block.xmlform=true
  +exclude.javadocs=true
  
  
  
  1.23.2.3  +7 -5      xml-forrest/etc/cocoon_upgrade/upgrade_cocoon_jars.sh
  
  Index: upgrade_cocoon_jars.sh
  ===================================================================
  RCS file: /home/cvs/xml-forrest/etc/cocoon_upgrade/upgrade_cocoon_jars.sh,v
  retrieving revision 1.23.2.2
  retrieving revision 1.23.2.3
  diff -u -r1.23.2.2 -r1.23.2.3
  --- upgrade_cocoon_jars.sh	2 Oct 2003 12:17:15 -0000	1.23.2.2
  +++ upgrade_cocoon_jars.sh	31 Oct 2003 03:02:39 -0000	1.23.2.3
  @@ -7,8 +7,8 @@
   #
   BASE=$PWD/`dirname $0`
   ## MUST BE OVERRIDDEN:
  -COCOON_VERSION=2.1.2
  -COCOON_HOME=$BASE/../../../cocoon-2.1.2
  +COCOON_VERSION=2.1.3-dev
  +COCOON_HOME=$BASE/../../../cocoon-2.1
   FORREST=$BASE/../..
   NEKODTD_VERSION=0.1.6
   NEKODTD_HOME=$BASE/../../../nekodtd-$NEKODTD_VERSION
  @@ -16,8 +16,8 @@
   NEKOPULL_HOME=$BASE/../../../nekopull-$NEKOPULL_VERSION
   
   ## CAN be overridden:
  -#JARSUFFIX=`date +%Y%m%d`
  -JARSUFFIX=2.1.2
  +JARSUFFIX=`date +%Y%m%d`
  +#JARSUFFIX=2.1.2
   
   ## We need to identify the old Cocoon jar amongst all the others.  This pattern
   ## identifies it.  By default, we assume a date (see $JARSUFFIX) was used
  @@ -169,7 +169,7 @@
   #avalon-framework-4.1.3.jar
   copy avalon-framework
   #batik-all-1.5b2.jar
  -bcopy batik-all
  +#bcopy batik-all
   #chaperon-20030208.jar
   bcopy chaperon
   #cocoon-20030311.jar
  @@ -198,6 +198,7 @@
   #commons-jxpath-1.1b1.jar
   copy commons-jxpath
   #commons-lang-1.0.1.jar
  +copy commons-lang
   #excalibur-cli-1.0.jar
   copy commons-cli
   #excalibur-component-20020916.jar
  @@ -231,6 +232,7 @@
   #fop-0.20.4.jar
   #bcopy fop
   #jakarta-oro-2.0.6.jar
  +copy jakarta-oro
   #jakarta-regexp-1.2.jar
   copy jakarta-regexp
   #jing-20020724.jar
  
  
  
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic