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/25 11:49:44 UTC

cvs commit: xml-forrest/etc/applied_patches README.txt cocoon-m2-selectorfix.diff

jefft       2003/05/25 02:49:44

  Added:       etc/applied_patches README.txt cocoon-m2-selectorfix.diff
  Log:
  Record patches made to cocoon.jar
  
  Revision  Changes    Path
  1.1                  xml-forrest/etc/applied_patches/README.txt
  
  Index: README.txt
  ===================================================================
  This directory contains information on how to rebuild various jars that Cocoon
  depends on.  Specifically, it contains Forrest-specific patches applied to
  versioned releases of software like Cocoon.
  
  lib/core/cocoon-m2-patched.jar
  - Applied patch cocoon-m2-selectorfix.diff, which gets the
    ResourceExistsSelector working from the command-line.
  
  
  
  1.1                  xml-forrest/etc/applied_patches/cocoon-m2-selectorfix.diff
  
  Index: cocoon-m2-selectorfix.diff
  ===================================================================
  Index: src/java/org/apache/cocoon/environment/commandline/CommandLineContext.java
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/java/org/apache/cocoon/environment/commandline/CommandLineContext.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -r1.1 -r1.2
  69c69
  <  * @version CVS $Id: cocoon-m2-selectorfix.diff,v 1.1 2003/05/25 09:49:44 jefft Exp $
  ---
  >  * @version CVS $Id: cocoon-m2-selectorfix.diff,v 1.1 2003/05/25 09:49:44 jefft Exp $
  123a124
  >         if (!f.exists()) return null;