You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by je...@apache.org on 2003/05/04 11:37:29 UTC

cvs commit: xml-forrest/etc/cocoon_upgrade README.txt upgrade_cocoon_jars.sh

jefft       2003/05/04 02:37:29

  Modified:    etc/cocoon_upgrade README.txt upgrade_cocoon_jars.sh
  Log:
  Update readme
  
  Revision  Changes    Path
  1.2       +12 -1     xml-forrest/etc/cocoon_upgrade/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/xml-forrest/etc/cocoon_upgrade/README.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README.txt	29 Mar 2003 13:42:21 -0000	1.1
  +++ README.txt	4 May 2003 09:37:29 -0000	1.2
  @@ -5,6 +5,17 @@
   
   upgrade_cocoon_jars.sh
      Script to copy jars from cocoon-2.1/build/* to Forrest 
  -cocoon-upgradepatch-20030339.patch
  +cocoon-upgradepatch-20030504.patch
      Patch that should be applied from the Forrest root, which updates the Java
      code to the latest Cocoon API.
  +
  +
  +In addition to applying these changes, you need to:
  + - Upgrade the lib/endorsed/* jars
  + - Upgrade lib/core/neko*.jar 
  +
  +[xml-forrest ~]$ ls lib/endorsed lib/core/neko*
  +lib/core/nekodtd-0.1.5.jar  lib/core/nekopull-0.2.1.jar
  +
  +lib/endorsed:
  +CVS  xalan-2.5.0.jar  xercesImpl-2.4.0.jar  xml-apis.jar
  
  
  
  1.3       +1 -0      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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- upgrade_cocoon_jars.sh	4 May 2003 09:14:00 -0000	1.2
  +++ upgrade_cocoon_jars.sh	4 May 2003 09:37:29 -0000	1.3
  @@ -21,6 +21,7 @@
   #FLIB=$FORREST/lib/core
   #FLIB=$FORREST/build/webapp/WEB-INF/lib
   FLIB=$FDIST/WEB-INF/lib
  +FLIB_ENDORSED=$FDIST/WEB-INF/lib/endorsed
   
   DATE=`date +%Y%m%d`