User: jung    
  Date: 01/02/16 05:12:11

  Modified:    src/org/zoap/xml/meta/builtin BooleanElement.java
                        ByteElement.java CharacterElement.java
                        ClassElement.java ClassElementType.java
                        ClassType.java ClassTypeAttribute.java
                        ClassTypeType.java CollectionElementType.java
                        CollectionTypeAttribute.java
                        CollectionTypeType.java ComplexTypeType.java
                        DateElement.java DecimalElement.java
                        DefaultMetaBinding.java DoubleElement.java
                        FieldAttributeType.java FieldElementType.java
                        FieldNameAttribute.java FloatElement.java
                        IntegerElement.java LongElement.java
                        NameAttribute.java NameAttributeType.java
                        PrimitiveElement.java RefAttribute.java
                        RefAttributeType.java ShortElement.java
                        SimpleTypeType.java StringElement.java
                        ZoapSchema.java
  Log:
  Adopted jbossMQ documentation template. Added the desperately needed
  HowTo, streamlined the library inclusions, Added a Todo-List and
  Preliminary Schedule. Changed some CVS-tags.
  
  Revision  Changes    Path
  1.4       +5 -2      zoap/src/org/zoap/xml/meta/builtin/BooleanElement.java
  
  Index: BooleanElement.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/BooleanElement.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- BooleanElement.java       2001/01/03 10:23:55     1.3
  +++ BooleanElement.java       2001/02/16 13:12:05     1.4
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: BooleanElement.java,v 1.3 2001/01/03 10:23:55 jung Exp $
  + *   $Source: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/BooleanElement.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  @@ -52,7 +52,7 @@
    * XML element around java.lang.Boolean. Implemented as a singleton
    * <br>
    * @author $Author: jung $
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   
   public class BooleanElement extends PrimitiveElement {
  @@ -89,6 +89,11 @@
   
   /*
    *   $Log: BooleanElement.java,v $
  + *   Revision 1.4  2001/02/16 13:12:05  jung
  + *   Adopted jbossMQ documentation template. Added the desperately needed
  + *   HowTo, streamlined the library inclusions, Added a Todo-List and
  + *   Preliminary Schedule. Changed some CVS-tags.
  + *   
    *   Revision 1.3  2001/01/03 10:23:55  jung
    *   exception redesign. Improved null-pointer treatment. coherent environment and 
logging facilities.
    *   
  
  
  
  1.4       +5 -2      zoap/src/org/zoap/xml/meta/builtin/ByteElement.java
  
  Index: ByteElement.java
  ===================================================================
  RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/ByteElement.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ByteElement.java  2001/01/03 10:23:55     1.3
  +++ ByteElement.java  2001/02/16 13:12:05     1.4
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: ByteElement.java,v 1.3 2001/01/03 10:23:55 jung Exp $
  + *   $Source: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/ByteElement.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  @@ -51,7 +51,7 @@
    * XML wrapper around java.lang.Byte. Implemented as a singleton
    * <br>
    * @author $Author: jung $
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   
   public class ByteElement extends PrimitiveElement {
  @@ -85,6 +85,11 @@
   
   /*
    *   $Log: ByteElement.java,v $
  + *   Revision 1.4  2001/02/16 13:12:05  jung
  + *   Adopted jbossMQ documentation template. Added the desperately needed
  + *   HowTo, streamlined the library inclusions, Added a Todo-List and
  + *   Preliminary Schedule. Changed some CVS-tags.
  + *   
    *   Revision 1.3  2001/01/03 10:23:55  jung
    *   exception redesign. Improved null-pointer treatment. coherent environment and 
logging facilities.
    *   
  
  
  
  1.4       +4 -1      zoap/src/org/zoap/xml/meta/builtin/CharacterElement.java
  
  Index: CharacterElement.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/CharacterElement.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- CharacterElement.java     2001/01/03 10:23:55     1.3
  +++ CharacterElement.java     2001/02/16 13:12:05     1.4
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: CharacterElement.java,v 1.3 2001/01/03 10:23:55 jung Exp $
  + *   $Source: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/CharacterElement.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  @@ -73,6 +73,11 @@
   
   /*
    *   $Log: CharacterElement.java,v $
  + *   Revision 1.4  2001/02/16 13:12:05  jung
  + *   Adopted jbossMQ documentation template. Added the desperately needed
  + *   HowTo, streamlined the library inclusions, Added a Todo-List and
  + *   Preliminary Schedule. Changed some CVS-tags.
  + *   
    *   Revision 1.3  2001/01/03 10:23:55  jung
    *   exception redesign. Improved null-pointer treatment. coherent environment and 
logging facilities.
    *   
  
  
  
  1.4       +4 -1      zoap/src/org/zoap/xml/meta/builtin/ClassElement.java
  
  Index: ClassElement.java
  ===================================================================
  RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/ClassElement.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ClassElement.java 2001/01/03 10:23:56     1.3
  +++ ClassElement.java 2001/02/16 13:12:05     1.4
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: ClassElement.java,v 1.3 2001/01/03 10:23:56 jung Exp $
  + *   $Source: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/ClassElement.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  @@ -138,6 +138,11 @@
   
   /*
    *   $Log: ClassElement.java,v $
  + *   Revision 1.4  2001/02/16 13:12:05  jung
  + *   Adopted jbossMQ documentation template. Added the desperately needed
  + *   HowTo, streamlined the library inclusions, Added a Todo-List and
  + *   Preliminary Schedule. Changed some CVS-tags.
  + *   
    *   Revision 1.3  2001/01/03 10:23:56  jung
    *   exception redesign. Improved null-pointer treatment. coherent environment and 
logging facilities.
    *   
  
  
  
  1.3       +1 -1      zoap/src/org/zoap/xml/meta/builtin/ClassElementType.java
  
  Index: ClassElementType.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/ClassElementType.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ClassElementType.java     2000/12/04 12:36:36     1.2
  +++ ClassElementType.java     2001/02/16 13:12:05     1.3
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: ClassElementType.java,v 1.2 2000/12/04 12:36:36 jung Exp $
  + *   $Source: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/ClassElementType.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  
  
  
  1.5       +4 -1      zoap/src/org/zoap/xml/meta/builtin/ClassType.java
  
  Index: ClassType.java
  ===================================================================
  RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/ClassType.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ClassType.java    2001/01/03 10:23:56     1.4
  +++ ClassType.java    2001/02/16 13:12:05     1.5
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: ClassType.java,v 1.4 2001/01/03 10:23:56 jung Exp $
  + *   $Source: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/ClassType.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  @@ -73,6 +73,11 @@
   
   /*
    *   $Log: ClassType.java,v $
  + *   Revision 1.5  2001/02/16 13:12:05  jung
  + *   Adopted jbossMQ documentation template. Added the desperately needed
  + *   HowTo, streamlined the library inclusions, Added a Todo-List and
  + *   Preliminary Schedule. Changed some CVS-tags.
  + *   
    *   Revision 1.4  2001/01/03 10:23:56  jung
    *   exception redesign. Improved null-pointer treatment. coherent environment and 
logging facilities.
    *   
  
  
  
  1.3       +1 -1      zoap/src/org/zoap/xml/meta/builtin/ClassTypeAttribute.java
  
  Index: ClassTypeAttribute.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/ClassTypeAttribute.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ClassTypeAttribute.java   2000/12/04 12:36:36     1.2
  +++ ClassTypeAttribute.java   2001/02/16 13:12:05     1.3
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: ClassTypeAttribute.java,v 1.2 2000/12/04 12:36:36 jung Exp $
  + *   $Source: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/ClassTypeAttribute.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  
  
  
  1.3       +1 -1      zoap/src/org/zoap/xml/meta/builtin/ClassTypeType.java
  
  Index: ClassTypeType.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/ClassTypeType.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ClassTypeType.java        2000/12/04 12:36:36     1.2
  +++ ClassTypeType.java        2001/02/16 13:12:05     1.3
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: ClassTypeType.java,v 1.2 2000/12/04 12:36:36 jung Exp $
  + *   $Source: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/ClassTypeType.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  
  
  
  1.3       +1 -1      zoap/src/org/zoap/xml/meta/builtin/CollectionElementType.java
  
  Index: CollectionElementType.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/CollectionElementType.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CollectionElementType.java        2000/12/04 12:36:37     1.2
  +++ CollectionElementType.java        2001/02/16 13:12:05     1.3
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: CollectionElementType.java,v 1.2 2000/12/04 12:36:37 jung Exp $
  + *   $Source: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/CollectionElementType.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  
  
  
  1.3       +1 -1      zoap/src/org/zoap/xml/meta/builtin/CollectionTypeAttribute.java
  
  Index: CollectionTypeAttribute.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/CollectionTypeAttribute.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CollectionTypeAttribute.java      2000/12/04 12:36:37     1.2
  +++ CollectionTypeAttribute.java      2001/02/16 13:12:06     1.3
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: CollectionTypeAttribute.java,v 1.2 2000/12/04 12:36:37 jung Exp $
  + *   $Source: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/CollectionTypeAttribute.java,v 
$
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  
  
  
  1.3       +1 -1      zoap/src/org/zoap/xml/meta/builtin/CollectionTypeType.java
  
  Index: CollectionTypeType.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/CollectionTypeType.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CollectionTypeType.java   2000/12/04 12:36:37     1.2
  +++ CollectionTypeType.java   2001/02/16 13:12:06     1.3
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: CollectionTypeType.java,v 1.2 2000/12/04 12:36:37 jung Exp $
  + *   $Source: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/CollectionTypeType.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  
  
  
  1.3       +1 -1      zoap/src/org/zoap/xml/meta/builtin/ComplexTypeType.java
  
  Index: ComplexTypeType.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/ComplexTypeType.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ComplexTypeType.java      2000/12/04 12:36:37     1.2
  +++ ComplexTypeType.java      2001/02/16 13:12:06     1.3
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: ComplexTypeType.java,v 1.2 2000/12/04 12:36:37 jung Exp $
  + *   $Source: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/ComplexTypeType.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  
  
  
  1.3       +1 -1      zoap/src/org/zoap/xml/meta/builtin/DateElement.java
  
  Index: DateElement.java
  ===================================================================
  RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/DateElement.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DateElement.java  2001/01/03 10:23:56     1.2
  +++ DateElement.java  2001/02/16 13:12:06     1.3
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: DateElement.java,v 1.2 2001/01/03 10:23:56 jung Exp $
  + *   $Source: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/DateElement.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  
  
  
  1.3       +5 -2      zoap/src/org/zoap/xml/meta/builtin/DecimalElement.java
  
  Index: DecimalElement.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/DecimalElement.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DecimalElement.java       2001/01/03 10:23:56     1.2
  +++ DecimalElement.java       2001/02/16 13:12:06     1.3
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: DecimalElement.java,v 1.2 2001/01/03 10:23:56 jung Exp $
  + *   $Source: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/DecimalElement.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  @@ -51,7 +51,7 @@
   /**
    * XML element around java.lang.Boolean. Implemented as a singleton <br>
    * @author $Author: jung $
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   
   public class DecimalElement extends PrimitiveElement {
  @@ -82,6 +82,11 @@
   
   /*
    *   $Log: DecimalElement.java,v $
  + *   Revision 1.3  2001/02/16 13:12:06  jung
  + *   Adopted jbossMQ documentation template. Added the desperately needed
  + *   HowTo, streamlined the library inclusions, Added a Todo-List and
  + *   Preliminary Schedule. Changed some CVS-tags.
  + *   
    *   Revision 1.2  2001/01/03 10:23:56  jung
    *   exception redesign. Improved null-pointer treatment. coherent environment and 
logging facilities.
    *   
  
  
  
  1.3       +1 -1      zoap/src/org/zoap/xml/meta/builtin/DefaultMetaBinding.java
  
  Index: DefaultMetaBinding.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/DefaultMetaBinding.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DefaultMetaBinding.java   2000/12/04 12:36:38     1.2
  +++ DefaultMetaBinding.java   2001/02/16 13:12:06     1.3
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: DefaultMetaBinding.java,v 1.2 2000/12/04 12:36:38 jung Exp $
  + *   $Source: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/DefaultMetaBinding.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  
  
  
  1.4       +5 -2      zoap/src/org/zoap/xml/meta/builtin/DoubleElement.java
  
  Index: DoubleElement.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/DoubleElement.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DoubleElement.java        2001/01/03 10:23:56     1.3
  +++ DoubleElement.java        2001/02/16 13:12:06     1.4
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: DoubleElement.java,v 1.3 2001/01/03 10:23:56 jung Exp $
  + *   $Source: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/DoubleElement.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  @@ -51,7 +51,7 @@
    * XML wrapper around java.lang.Double Implemented as a singleton
    * <br>
    * @author $Author: jung $
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   
   public class DoubleElement extends PrimitiveElement {
  @@ -86,6 +86,11 @@
   
   /*
    *   $Log: DoubleElement.java,v $
  + *   Revision 1.4  2001/02/16 13:12:06  jung
  + *   Adopted jbossMQ documentation template. Added the desperately needed
  + *   HowTo, streamlined the library inclusions, Added a Todo-List and
  + *   Preliminary Schedule. Changed some CVS-tags.
  + *   
    *   Revision 1.3  2001/01/03 10:23:56  jung
    *   exception redesign. Improved null-pointer treatment. coherent environment and 
logging facilities.
    *   
  
  
  
  1.3       +1 -1      zoap/src/org/zoap/xml/meta/builtin/FieldAttributeType.java
  
  Index: FieldAttributeType.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/FieldAttributeType.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- FieldAttributeType.java   2000/12/04 12:36:38     1.2
  +++ FieldAttributeType.java   2001/02/16 13:12:06     1.3
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: FieldAttributeType.java,v 1.2 2000/12/04 12:36:38 jung Exp $
  + *   $Source: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/FieldAttributeType.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  
  
  
  1.3       +1 -1      zoap/src/org/zoap/xml/meta/builtin/FieldElementType.java
  
  Index: FieldElementType.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/FieldElementType.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- FieldElementType.java     2000/12/04 12:36:38     1.2
  +++ FieldElementType.java     2001/02/16 13:12:06     1.3
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: FieldElementType.java,v 1.2 2000/12/04 12:36:38 jung Exp $
  + *   $Source: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/FieldElementType.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  
  
  
  1.4       +1 -1      zoap/src/org/zoap/xml/meta/builtin/FieldNameAttribute.java
  
  Index: FieldNameAttribute.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/FieldNameAttribute.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- FieldNameAttribute.java   2001/01/03 10:23:57     1.3
  +++ FieldNameAttribute.java   2001/02/16 13:12:06     1.4
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: FieldNameAttribute.java,v 1.3 2001/01/03 10:23:57 jung Exp $
  + *   $Source: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/FieldNameAttribute.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  
  
  
  1.4       +5 -2      zoap/src/org/zoap/xml/meta/builtin/FloatElement.java
  
  Index: FloatElement.java
  ===================================================================
  RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/FloatElement.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- FloatElement.java 2001/01/03 10:23:57     1.3
  +++ FloatElement.java 2001/02/16 13:12:06     1.4
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: FloatElement.java,v 1.3 2001/01/03 10:23:57 jung Exp $
  + *   $Source: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/FloatElement.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  @@ -52,7 +52,7 @@
    * XML wrapper around java.lang.Float Implemented as a singleton
    * <br>
    * @author $Author: jung $
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   
   public class FloatElement extends PrimitiveElement {
  @@ -87,6 +87,11 @@
   
   /*
    *   $Log: FloatElement.java,v $
  + *   Revision 1.4  2001/02/16 13:12:06  jung
  + *   Adopted jbossMQ documentation template. Added the desperately needed
  + *   HowTo, streamlined the library inclusions, Added a Todo-List and
  + *   Preliminary Schedule. Changed some CVS-tags.
  + *   
    *   Revision 1.3  2001/01/03 10:23:57  jung
    *   exception redesign. Improved null-pointer treatment. coherent environment and 
logging facilities.
    *   
  
  
  
  1.4       +5 -2      zoap/src/org/zoap/xml/meta/builtin/IntegerElement.java
  
  Index: IntegerElement.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/IntegerElement.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- IntegerElement.java       2001/01/03 10:23:57     1.3
  +++ IntegerElement.java       2001/02/16 13:12:06     1.4
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: IntegerElement.java,v 1.3 2001/01/03 10:23:57 jung Exp $
  + *   $Source: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/IntegerElement.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  @@ -51,7 +51,7 @@
    * XML wrapper around java.lang.Boolean. Implemented as a singleton
    * <br>
    * @author $Author: jung $
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   
   public class IntegerElement extends PrimitiveElement {
  @@ -86,6 +86,11 @@
   
   /*
    *   $Log: IntegerElement.java,v $
  + *   Revision 1.4  2001/02/16 13:12:06  jung
  + *   Adopted jbossMQ documentation template. Added the desperately needed
  + *   HowTo, streamlined the library inclusions, Added a Todo-List and
  + *   Preliminary Schedule. Changed some CVS-tags.
  + *   
    *   Revision 1.3  2001/01/03 10:23:57  jung
    *   exception redesign. Improved null-pointer treatment. coherent environment and 
logging facilities.
    *   
  
  
  
  1.4       +5 -2      zoap/src/org/zoap/xml/meta/builtin/LongElement.java
  
  Index: LongElement.java
  ===================================================================
  RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/LongElement.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- LongElement.java  2001/01/03 10:23:57     1.3
  +++ LongElement.java  2001/02/16 13:12:07     1.4
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: LongElement.java,v 1.3 2001/01/03 10:23:57 jung Exp $
  + *   $Source: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/LongElement.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  @@ -52,7 +52,7 @@
    * XML wrapper around java.lang.long. Implemented as a singleton
    * <br>
    * @author $Author: jung $
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   
   public class LongElement extends PrimitiveElement {
  @@ -88,6 +88,11 @@
   
   /*
    *   $Log: LongElement.java,v $
  + *   Revision 1.4  2001/02/16 13:12:07  jung
  + *   Adopted jbossMQ documentation template. Added the desperately needed
  + *   HowTo, streamlined the library inclusions, Added a Todo-List and
  + *   Preliminary Schedule. Changed some CVS-tags.
  + *   
    *   Revision 1.3  2001/01/03 10:23:57  jung
    *   exception redesign. Improved null-pointer treatment. coherent environment and 
logging facilities.
    *   
  
  
  
  1.4       +4 -1      zoap/src/org/zoap/xml/meta/builtin/NameAttribute.java
  
  Index: NameAttribute.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/NameAttribute.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- NameAttribute.java        2001/01/03 10:23:57     1.3
  +++ NameAttribute.java        2001/02/16 13:12:07     1.4
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: NameAttribute.java,v 1.3 2001/01/03 10:23:57 jung Exp $
  + *   $Source: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/NameAttribute.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  @@ -108,6 +108,11 @@
   
   /*
    *   $Log: NameAttribute.java,v $
  + *   Revision 1.4  2001/02/16 13:12:07  jung
  + *   Adopted jbossMQ documentation template. Added the desperately needed
  + *   HowTo, streamlined the library inclusions, Added a Todo-List and
  + *   Preliminary Schedule. Changed some CVS-tags.
  + *   
    *   Revision 1.3  2001/01/03 10:23:57  jung
    *   exception redesign. Improved null-pointer treatment. coherent environment and 
logging facilities.
    *   
  
  
  
  1.3       +1 -1      zoap/src/org/zoap/xml/meta/builtin/NameAttributeType.java
  
  Index: NameAttributeType.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/NameAttributeType.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NameAttributeType.java    2000/12/04 12:36:39     1.2
  +++ NameAttributeType.java    2001/02/16 13:12:07     1.3
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: NameAttributeType.java,v 1.2 2000/12/04 12:36:39 jung Exp $
  + *   $Source: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/NameAttributeType.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  
  
  
  1.3       +11 -2     zoap/src/org/zoap/xml/meta/builtin/PrimitiveElement.java
  
  Index: PrimitiveElement.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/PrimitiveElement.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PrimitiveElement.java     2000/12/04 12:36:39     1.2
  +++ PrimitiveElement.java     2001/02/16 13:12:07     1.3
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: PrimitiveElement.java,v 1.2 2000/12/04 12:36:39 jung Exp $
  + *   $Source: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/PrimitiveElement.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  @@ -62,7 +62,7 @@
    * as element containers.
    * <br>
    * @author $Author: jung $
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   
   public abstract class PrimitiveElement extends Element {
  @@ -146,6 +146,11 @@
   
   /*
    *   $Log: PrimitiveElement.java,v $
  + *   Revision 1.3  2001/02/16 13:12:07  jung
  + *   Adopted jbossMQ documentation template. Added the desperately needed
  + *   HowTo, streamlined the library inclusions, Added a Todo-List and
  + *   Preliminary Schedule. Changed some CVS-tags.
  + *   
    *   Revision 1.2  2000/12/04 12:36:39  jung
    *   adopted to latest jboss container,
    *   
  
  
  
  1.4       +4 -1      zoap/src/org/zoap/xml/meta/builtin/RefAttribute.java
  
  Index: RefAttribute.java
  ===================================================================
  RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/RefAttribute.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- RefAttribute.java 2001/01/03 10:23:57     1.3
  +++ RefAttribute.java 2001/02/16 13:12:07     1.4
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: RefAttribute.java,v 1.3 2001/01/03 10:23:57 jung Exp $
  + *   $Source: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/RefAttribute.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  @@ -107,6 +107,11 @@
   
   /*
    *   $Log: RefAttribute.java,v $
  + *   Revision 1.4  2001/02/16 13:12:07  jung
  + *   Adopted jbossMQ documentation template. Added the desperately needed
  + *   HowTo, streamlined the library inclusions, Added a Todo-List and
  + *   Preliminary Schedule. Changed some CVS-tags.
  + *   
    *   Revision 1.3  2001/01/03 10:23:57  jung
    *   exception redesign. Improved null-pointer treatment. coherent environment and 
logging facilities.
    *   
  
  
  
  1.3       +1 -1      zoap/src/org/zoap/xml/meta/builtin/RefAttributeType.java
  
  Index: RefAttributeType.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/RefAttributeType.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- RefAttributeType.java     2000/12/04 12:36:39     1.2
  +++ RefAttributeType.java     2001/02/16 13:12:07     1.3
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: RefAttributeType.java,v 1.2 2000/12/04 12:36:39 jung Exp $
  + *   $Source: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/RefAttributeType.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  
  
  
  1.4       +5 -2      zoap/src/org/zoap/xml/meta/builtin/ShortElement.java
  
  Index: ShortElement.java
  ===================================================================
  RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/ShortElement.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ShortElement.java 2001/01/03 10:23:57     1.3
  +++ ShortElement.java 2001/02/16 13:12:07     1.4
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: ShortElement.java,v 1.3 2001/01/03 10:23:57 jung Exp $
  + *   $Source: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/ShortElement.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  @@ -52,7 +52,7 @@
    * XML wrapper around java.lang.Short. Implemented as a singleton
    * <br>
    * @author $Author: jung $
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   
   public class ShortElement extends PrimitiveElement {
  @@ -88,6 +88,11 @@
   
   /*
    *   $Log: ShortElement.java,v $
  + *   Revision 1.4  2001/02/16 13:12:07  jung
  + *   Adopted jbossMQ documentation template. Added the desperately needed
  + *   HowTo, streamlined the library inclusions, Added a Todo-List and
  + *   Preliminary Schedule. Changed some CVS-tags.
  + *   
    *   Revision 1.3  2001/01/03 10:23:57  jung
    *   exception redesign. Improved null-pointer treatment. coherent environment and 
logging facilities.
    *   
  
  
  
  1.3       +1 -1      zoap/src/org/zoap/xml/meta/builtin/SimpleTypeType.java
  
  Index: SimpleTypeType.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/SimpleTypeType.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SimpleTypeType.java       2000/12/04 12:36:39     1.2
  +++ SimpleTypeType.java       2001/02/16 13:12:07     1.3
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: SimpleTypeType.java,v 1.2 2000/12/04 12:36:39 jung Exp $
  + *   $Source: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/SimpleTypeType.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  
  
  
  1.4       +5 -2      zoap/src/org/zoap/xml/meta/builtin/StringElement.java
  
  Index: StringElement.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/StringElement.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- StringElement.java        2001/01/03 10:23:57     1.3
  +++ StringElement.java        2001/02/16 13:12:07     1.4
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: StringElement.java,v 1.3 2001/01/03 10:23:57 jung Exp $
  + *   $Source: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/StringElement.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  @@ -52,7 +52,7 @@
    * XML wrapper around java.lang.String. Implemented as a singleton
    * <br>
    * @author $Author: jung $
  - * @version $Revision: 1.3 $
  + * @version $Revision: 1.4 $
    */
   
   public class StringElement extends PrimitiveElement {
  @@ -88,6 +88,11 @@
   
   /*
    *   $Log: StringElement.java,v $
  + *   Revision 1.4  2001/02/16 13:12:07  jung
  + *   Adopted jbossMQ documentation template. Added the desperately needed
  + *   HowTo, streamlined the library inclusions, Added a Todo-List and
  + *   Preliminary Schedule. Changed some CVS-tags.
  + *   
    *   Revision 1.3  2001/01/03 10:23:57  jung
    *   exception redesign. Improved null-pointer treatment. coherent environment and 
logging facilities.
    *   
  
  
  
  1.4       +1 -1      zoap/src/org/zoap/xml/meta/builtin/ZoapSchema.java
  
  Index: ZoapSchema.java
  ===================================================================
  RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/ZoapSchema.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ZoapSchema.java   2001/01/03 10:23:58     1.3
  +++ ZoapSchema.java   2001/02/16 13:12:07     1.4
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: ZoapSchema.java,v 1.3 2001/01/03 10:23:58 jung Exp $
  + *   $Source: 
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/builtin/ZoapSchema.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  
  
  

Reply via email to