You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2003/11/19 04:46:22 UTC

cvs commit: cocoon-2.1/legal LICENSE.resolver

crossley    2003/11/18 19:46:22

  Modified:    .        status.xml
               lib      jars.xml
               legal    LICENSE.resolver
  Added:       lib/core xml-commons-resolver-1.1.jar
  Removed:     lib/core resolver-20030708.jar
  Log:
  Updated Entity Resolver from pre-release to official
  xml-commons-resolver-1.1 release (no real changes).
  
  Revision  Changes    Path
  1.199     +5 -1      cocoon-2.1/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/status.xml,v
  retrieving revision 1.198
  retrieving revision 1.199
  diff -u -r1.198 -r1.199
  --- status.xml	18 Nov 2003 14:26:23 -0000	1.198
  +++ status.xml	19 Nov 2003 03:46:22 -0000	1.199
  @@ -182,6 +182,10 @@
     <changes>
   
    <release version="@version@" date="@date@">
  +   <action dev="DC" type="update" context="core">
  +     Updated Entity Resolver from pre-release to official
  +     xml-commons-resolver-1.1 release.
  +   </action>
      <action dev="VG" type="update">
        NetUtils deparameterize() and parameterize() extended to support
        multivalue parameters. Multivalue parameters are returned as String
  
  
  
  1.124     +3 -3      cocoon-2.1/lib/jars.xml
  
  Index: jars.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/lib/jars.xml,v
  retrieving revision 1.123
  retrieving revision 1.124
  diff -u -r1.123 -r1.124
  --- jars.xml	19 Nov 2003 01:18:58 -0000	1.123
  +++ jars.xml	19 Nov 2003 03:46:22 -0000	1.124
  @@ -533,10 +533,10 @@
       <description>
         Maps URIs to other URIs using the mechanisms defined by
         OASIS Catalog or XML Catalog. Mainly used for DTDs and character
  -      entity sets.
  +      entity sets, but can be used for other resources too.
       </description>
       <used-by>Cocoon Role entity-resolver</used-by>
  -    <lib>core/resolver-20030708.jar</lib>
  +    <lib>core/xml-commons-resolver-1.1.jar</lib>
       <homepage>http://xml.apache.org/commons/</homepage>
     </file>
   
  
  
  
  1.1                  cocoon-2.1/lib/core/xml-commons-resolver-1.1.jar
  
  	<<Binary file>>
  
  
  1.3       +4 -7      cocoon-2.1/legal/LICENSE.resolver
  
  Index: LICENSE.resolver
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/legal/LICENSE.resolver,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- LICENSE.resolver	16 Nov 2003 00:27:52 -0000	1.2
  +++ LICENSE.resolver	19 Nov 2003 03:46:22 -0000	1.3
  @@ -1,8 +1,7 @@
  -/*
  +/* ====================================================================
    * The Apache Software License, Version 1.1
    *
  - *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -24,7 +23,7 @@
    *    Alternately, this acknowledgment may appear in the software itself,
    *    if and wherever such third-party acknowledgments normally appear.
    *
  - * 4. The names "Xalan" and "Apache Software Foundation" must
  + * 4. The names "Apache" and "Apache Software Foundation" must
    *    not be used to endorse or promote products derived from this
    *    software without prior written permission. For written
    *    permission, please contact apache@apache.org.
  @@ -48,9 +47,7 @@
    * ====================================================================
    *
    * This software consists of voluntary contributions made by many
  - * individuals on behalf of the Apache Software Foundation and was
  - * originally based on software copyright (c) 2001, International
  - * Business Machines Corporation., http://www.ibm.com.  For more
  + * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */