You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2004/07/04 18:41:16 UTC

cvs commit: jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io/read BeanCreationChain.java BeanCreationList.java ChainedBeanCreator.java ChainedBeanCreatorFactory.java ElementMapping.java ReadConfiguration.java ReadContext.java package.html

rdonkin     2004/07/04 09:41:16

  Modified:    betwixt/src/java/org/apache/commons/betwixt/io/read
                        BeanCreationChain.java BeanCreationList.java
                        ChainedBeanCreator.java
                        ChainedBeanCreatorFactory.java ElementMapping.java
                        ReadConfiguration.java ReadContext.java
                        package.html
  Log:
  Added in changes from release branch
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io/read/BeanCreationChain.java
  
  Index: BeanCreationChain.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io/read/BeanCreationChain.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- BeanCreationChain.java	28 Feb 2004 13:38:33 -0000	1.4
  +++ BeanCreationChain.java	4 Jul 2004 16:41:16 -0000	1.5
  @@ -19,7 +19,7 @@
     * A Chain of bean creators.
     *
     * @author Robert Burrell Donkin
  -  * @version $Revision$
  +  * @since 0.5
     */
   public abstract class BeanCreationChain {
   
  
  
  
  1.6       +1 -1      jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io/read/BeanCreationList.java
  
  Index: BeanCreationList.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io/read/BeanCreationList.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- BeanCreationList.java	28 Feb 2004 13:38:33 -0000	1.5
  +++ BeanCreationList.java	4 Jul 2004 16:41:16 -0000	1.6
  @@ -29,7 +29,7 @@
     * </p>
     *
     * @author Robert Burrell Donkin
  -  * @version $Revision$
  +  * @since 0.5
     */
   public class BeanCreationList extends BeanCreationChain {
       
  
  
  
  1.7       +1 -1      jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io/read/ChainedBeanCreator.java
  
  Index: ChainedBeanCreator.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io/read/ChainedBeanCreator.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ChainedBeanCreator.java	13 Jun 2004 21:32:45 -0000	1.6
  +++ ChainedBeanCreator.java	4 Jul 2004 16:41:16 -0000	1.7
  @@ -19,7 +19,7 @@
     * Creator of beans that may delegate responsibility to members down the chain.
     *
     * @author Robert Burrell Donkin
  -  * @version $Revision$
  +  * @since 0.5
     */
   public interface ChainedBeanCreator {
       
  
  
  
  1.7       +1 -1      jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io/read/ChainedBeanCreatorFactory.java
  
  Index: ChainedBeanCreatorFactory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io/read/ChainedBeanCreatorFactory.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ChainedBeanCreatorFactory.java	31 Mar 2004 21:11:52 -0000	1.6
  +++ ChainedBeanCreatorFactory.java	4 Jul 2004 16:41:16 -0000	1.7
  @@ -23,7 +23,7 @@
     * The standard implementations used by Betwixt are present here.
     *
     * @author Robert Burrell Donkin
  -  * @version $Revision$
  +  * @since 0.5
     */
   public class ChainedBeanCreatorFactory {
       
  
  
  
  1.8       +1 -1      jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io/read/ElementMapping.java
  
  Index: ElementMapping.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io/read/ElementMapping.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ElementMapping.java	13 Jun 2004 21:32:45 -0000	1.7
  +++ ElementMapping.java	4 Jul 2004 16:41:16 -0000	1.8
  @@ -22,7 +22,7 @@
     * Describes a mapping between an xml element and a betwixt element.
     *
     * @author Robert Burrell Donkin
  -  * @version $Revision$
  +  * @since 0.5
     */
   public class ElementMapping {
       
  
  
  
  1.6       +1 -1      jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io/read/ReadConfiguration.java
  
  Index: ReadConfiguration.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io/read/ReadConfiguration.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ReadConfiguration.java	13 Jun 2004 21:32:45 -0000	1.5
  +++ ReadConfiguration.java	4 Jul 2004 16:41:16 -0000	1.6
  @@ -21,7 +21,7 @@
     * Stores mapping phase configuration settings that apply only for bean reading.
     *
     * @author Robert Burrell Donkin
  -  * @version $Revision$
  +  * @since 0.5
     */
   public class ReadConfiguration {
       
  
  
  
  1.8       +1 -1      jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io/read/ReadContext.java
  
  Index: ReadContext.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io/read/ReadContext.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ReadContext.java	13 Jun 2004 21:32:45 -0000	1.7
  +++ ReadContext.java	4 Jul 2004 16:41:16 -0000	1.8
  @@ -46,7 +46,7 @@
     * and the classes to which they are bound</li>
     * </ul>
     * @author Robert Burrell Donkina
  -  * @version $Revision$
  +  * @since 0.5
     */
   public class ReadContext extends Context {
   
  
  
  
  1.2       +15 -0     jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io/read/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/betwixt/src/java/org/apache/commons/betwixt/io/read/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html	21 Aug 2003 22:40:21 -0000	1.1
  +++ package.html	4 Jul 2004 16:41:16 -0000	1.2
  @@ -1,4 +1,19 @@
   <html>
  +<!-- 
  +  Copyright 2001-2004 The Apache Software Foundation.
  +  
  +  Licensed under the Apache License, Version 2.0 (the "License");
  +  you may not use this file except in compliance with the License.
  +  You may obtain a copy of the License at
  +  
  +       http://www.apache.org/licenses/LICENSE-2.0
  +  
  +  Unless required by applicable law or agreed to in writing, software
  +  distributed under the License is distributed on an "AS IS" BASIS,
  +  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +  See the License for the specific language governing permissions and
  +  limitations under the License.
  +-->
   <head>
   </head>
   <body>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org