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

  Modified:    src/org/zoap/soap/meta EncodingStyleAttribute.java
                        EncodingStyleType.java EnvelopeElement.java
                        EnvelopeType.java FaultElement.java FaultType.java
                        SoapSchema.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.3       +10 -1     zoap/src/org/zoap/soap/meta/EncodingStyleAttribute.java
  
  Index: EncodingStyleAttribute.java
  ===================================================================
  RCS file: 
/products/cvs/ejboss/zoap/src/org/zoap/soap/meta/EncodingStyleAttribute.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- EncodingStyleAttribute.java       2000/12/04 12:36:06     1.2
  +++ EncodingStyleAttribute.java       2001/02/16 13:11:54     1.3
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: EncodingStyleAttribute.java,v 1.2 2000/12/04 12:36:06 jung Exp $
  + *   $Source: 
/products/cvs/ejboss/zoap/src/org/zoap/soap/meta/EncodingStyleAttribute.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  @@ -70,6 +70,11 @@
   
   /*
    *   $Log: EncodingStyleAttribute.java,v $
  + *   Revision 1.3  2001/02/16 13:11:54  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:06  jung
    *   adopted to latest jboss container,
    *   
  
  
  
  1.4       +4 -1      zoap/src/org/zoap/soap/meta/EncodingStyleType.java
  
  Index: EncodingStyleType.java
  ===================================================================
  RCS file: /products/cvs/ejboss/zoap/src/org/zoap/soap/meta/EncodingStyleType.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- EncodingStyleType.java    2001/01/03 10:23:44     1.3
  +++ EncodingStyleType.java    2001/02/16 13:11:54     1.4
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: EncodingStyleType.java,v 1.3 2001/01/03 10:23:44 jung Exp $
  + *   $Source: 
/products/cvs/ejboss/zoap/src/org/zoap/soap/meta/EncodingStyleType.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  @@ -77,6 +77,11 @@
   
   /*
    *   $Log: EncodingStyleType.java,v $
  + *   Revision 1.4  2001/02/16 13:11:54  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:44  jung
    *   exception redesign. Improved null-pointer treatment. coherent environment and 
logging facilities.
    *   
  
  
  
  1.3       +11 -2     zoap/src/org/zoap/soap/meta/EnvelopeElement.java
  
  Index: EnvelopeElement.java
  ===================================================================
  RCS file: /products/cvs/ejboss/zoap/src/org/zoap/soap/meta/EnvelopeElement.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- EnvelopeElement.java      2000/12/04 12:36:06     1.2
  +++ EnvelopeElement.java      2001/02/16 13:11:54     1.3
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: EnvelopeElement.java,v 1.2 2000/12/04 12:36:06 jung Exp $
  + *   $Source: 
/products/cvs/ejboss/zoap/src/org/zoap/soap/meta/EnvelopeElement.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  @@ -63,7 +63,7 @@
    *   Xml type of a SOAP envelope
    *   @see <related>
    *   @author $Author: jung $
  - *   @version $Revision: 1.2 $
  + *   @version $Revision: 1.3 $
    */
   
   public class EnvelopeElement extends Element {
  @@ -96,6 +96,11 @@
   
   /*
    *   $Log: EnvelopeElement.java,v $
  + *   Revision 1.3  2001/02/16 13:11:54  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:06  jung
    *   adopted to latest jboss container,
    *   
  
  
  
  1.3       +11 -2     zoap/src/org/zoap/soap/meta/EnvelopeType.java
  
  Index: EnvelopeType.java
  ===================================================================
  RCS file: /products/cvs/ejboss/zoap/src/org/zoap/soap/meta/EnvelopeType.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- EnvelopeType.java 2000/12/04 12:36:06     1.2
  +++ EnvelopeType.java 2001/02/16 13:11:55     1.3
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: EnvelopeType.java,v 1.2 2000/12/04 12:36:06 jung Exp $
  + *   $Source: /products/cvs/ejboss/zoap/src/org/zoap/soap/meta/EnvelopeType.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  @@ -64,7 +64,7 @@
    *   Xml type of a SOAP envelope
    *   @see <related>
    *   @author $Author: jung $
  - *   @version $Revision: 1.2 $
  + *   @version $Revision: 1.3 $
    */
   
   public class EnvelopeType extends ComplexType {
  @@ -86,6 +86,11 @@
   
   /*
    *   $Log: EnvelopeType.java,v $
  + *   Revision 1.3  2001/02/16 13:11:55  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:06  jung
    *   adopted to latest jboss container,
    *   
  
  
  
  1.3       +10 -1     zoap/src/org/zoap/soap/meta/FaultElement.java
  
  Index: FaultElement.java
  ===================================================================
  RCS file: /products/cvs/ejboss/zoap/src/org/zoap/soap/meta/FaultElement.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- FaultElement.java 2000/12/04 12:36:07     1.2
  +++ FaultElement.java 2001/02/16 13:11:55     1.3
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: FaultElement.java,v 1.2 2000/12/04 12:36:07 jung Exp $
  + *   $Source: /products/cvs/ejboss/zoap/src/org/zoap/soap/meta/FaultElement.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  @@ -85,6 +85,11 @@
   
   /*
    *   $Log: FaultElement.java,v $
  + *   Revision 1.3  2001/02/16 13:11:55  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:07  jung
    *   adopted to latest jboss container,
    *   
  
  
  
  1.3       +11 -2     zoap/src/org/zoap/soap/meta/FaultType.java
  
  Index: FaultType.java
  ===================================================================
  RCS file: /products/cvs/ejboss/zoap/src/org/zoap/soap/meta/FaultType.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- FaultType.java    2000/12/04 12:36:07     1.2
  +++ FaultType.java    2001/02/16 13:11:55     1.3
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: FaultType.java,v 1.2 2000/12/04 12:36:07 jung Exp $
  + *   $Source: /products/cvs/ejboss/zoap/src/org/zoap/soap/meta/FaultType.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  @@ -65,7 +65,7 @@
    *   Xml type of a SOAP fault
    *   @see <related>
    *   @author $Author: jung $
  - *   @version $Revision: 1.2 $
  + *   @version $Revision: 1.3 $
    */
   
     public class FaultType extends ComplexType {
  @@ -101,6 +101,11 @@
   
   /*
    *   $Log: FaultType.java,v $
  + *   Revision 1.3  2001/02/16 13:11:55  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:07  jung
    *   adopted to latest jboss container,
    *   
  
  
  
  1.3       +11 -2     zoap/src/org/zoap/soap/meta/SoapSchema.java
  
  Index: SoapSchema.java
  ===================================================================
  RCS file: /products/cvs/ejboss/zoap/src/org/zoap/soap/meta/SoapSchema.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SoapSchema.java   2000/12/04 12:36:07     1.2
  +++ SoapSchema.java   2001/02/16 13:11:55     1.3
  @@ -1,5 +1,5 @@
   /*
  - *   $Id: SoapSchema.java,v 1.2 2000/12/04 12:36:07 jung Exp $
  + *   $Source: /products/cvs/ejboss/zoap/src/org/zoap/soap/meta/SoapSchema.java,v $
    *   Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
    *   D-66299 Friedrichsthal, Germany. All Rights Reserved.
    *
  @@ -59,7 +59,7 @@
    *
    *   @see <related>
    *   @author $Author: jung $
  - *   @version $Revision: 1.2 $
  + *   @version $Revision: 1.3 $
    */
   
   public class SoapSchema extends Schema {
  @@ -73,6 +73,11 @@
   
   /*
    *   $Log: SoapSchema.java,v $
  + *   Revision 1.3  2001/02/16 13:11:55  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:07  jung
    *   adopted to latest jboss container,
    *   
  
  
  

Reply via email to