User: jung
Date: 01/02/16 05:12:04
Modified: src/org/zoap/xml/meta AppearanceNameAttribute.java
AppearanceRefAttribute.java AttributeElement.java
AttributeType.java BooleanType.java ByteType.java
ComplexTypeElement.java ComplexTypeType.java
DecimalType.java DoubleType.java
ElementElement.java ElementType.java FloatType.java
IDRefType.java IDType.java ImportElement.java
IntegerType.java LongType.java MetaBinding.java
QNameType.java SchemaElement.java SchemaType.java
ShortType.java SimpleTypeElement.java
SimpleTypeType.java StringType.java
TargetNamespaceAttribute.java TypeAttribute.java
TypeBaseAttribute.java TypeNameAttribute.java
URIType.java XmlSchema.java meta.dfPackage
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 +1 -1 zoap/src/org/zoap/xml/meta/AppearanceNameAttribute.java
Index: AppearanceNameAttribute.java
===================================================================
RCS file:
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/AppearanceNameAttribute.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- AppearanceNameAttribute.java 2001/01/03 10:23:53 1.3
+++ AppearanceNameAttribute.java 2001/02/16 13:11:58 1.4
@@ -1,5 +1,5 @@
/*
- * $Id: AppearanceNameAttribute.java,v 1.3 2001/01/03 10:23:53 jung Exp $
+ * $Source:
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/AppearanceNameAttribute.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/AppearanceRefAttribute.java
Index: AppearanceRefAttribute.java
===================================================================
RCS file:
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/AppearanceRefAttribute.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- AppearanceRefAttribute.java 2001/01/03 10:23:53 1.3
+++ AppearanceRefAttribute.java 2001/02/16 13:11:58 1.4
@@ -1,5 +1,5 @@
/*
- * $Id: AppearanceRefAttribute.java,v 1.3 2001/01/03 10:23:53 jung Exp $
+ * $Source:
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/AppearanceRefAttribute.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/AttributeElement.java
Index: AttributeElement.java
===================================================================
RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/AttributeElement.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- AttributeElement.java 2001/01/03 10:23:53 1.3
+++ AttributeElement.java 2001/02/16 13:11:58 1.4
@@ -1,5 +1,5 @@
/*
- * $Id: AttributeElement.java,v 1.3 2001/01/03 10:23:53 jung Exp $
+ * $Source:
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/AttributeElement.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/AttributeType.java
Index: AttributeType.java
===================================================================
RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/AttributeType.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- AttributeType.java 2000/12/04 12:36:28 1.2
+++ AttributeType.java 2001/02/16 13:11:58 1.3
@@ -1,5 +1,5 @@
/*
- * $Id: AttributeType.java,v 1.2 2000/12/04 12:36:28 jung Exp $
+ * $Source: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/AttributeType.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/BooleanType.java
Index: BooleanType.java
===================================================================
RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/BooleanType.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- BooleanType.java 2000/12/04 12:36:28 1.2
+++ BooleanType.java 2001/02/16 13:11:58 1.3
@@ -1,5 +1,5 @@
/*
- * $Id: BooleanType.java,v 1.2 2000/12/04 12:36:28 jung Exp $
+ * $Source: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/BooleanType.java,v $
* Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
* D-66299 Friedrichsthal, Germany. All Rights Reserved.
*
@@ -48,7 +48,7 @@
* XML type around java.lang.Boolean. Implemented as a singleton
* <br>
* @author $Author: jung $
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
public class BooleanType extends PrimitiveType {
@@ -75,6 +75,11 @@
/*
* $Log: BooleanType.java,v $
+ * Revision 1.3 2001/02/16 13:11:58 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:28 jung
* adopted to latest jboss container,
*
1.3 +11 -2 zoap/src/org/zoap/xml/meta/ByteType.java
Index: ByteType.java
===================================================================
RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/ByteType.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ByteType.java 2000/12/04 12:36:28 1.2
+++ ByteType.java 2001/02/16 13:11:58 1.3
@@ -1,5 +1,5 @@
/*
- * $Id: ByteType.java,v 1.2 2000/12/04 12:36:28 jung Exp $
+ * $Source: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/ByteType.java,v $
* Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
* D-66299 Friedrichsthal, Germany. All Rights Reserved.
*
@@ -48,7 +48,7 @@
* XML type around java.lang.Byte. Implemented as a singleton
* <br>
* @author $Author: jung $
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
public class ByteType extends PrimitiveType {
@@ -78,6 +78,11 @@
/*
* $Log: ByteType.java,v $
+ * Revision 1.3 2001/02/16 13:11:58 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:28 jung
* adopted to latest jboss container,
*
1.3 +1 -1 zoap/src/org/zoap/xml/meta/ComplexTypeElement.java
Index: ComplexTypeElement.java
===================================================================
RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/ComplexTypeElement.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ComplexTypeElement.java 2000/12/04 12:36:28 1.2
+++ ComplexTypeElement.java 2001/02/16 13:11:59 1.3
@@ -1,5 +1,5 @@
/*
- * $Id: ComplexTypeElement.java,v 1.2 2000/12/04 12:36:28 jung Exp $
+ * $Source:
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/ComplexTypeElement.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/ComplexTypeType.java
Index: ComplexTypeType.java
===================================================================
RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/ComplexTypeType.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ComplexTypeType.java 2000/12/04 12:36:28 1.2
+++ ComplexTypeType.java 2001/02/16 13:11:59 1.3
@@ -1,5 +1,5 @@
/*
- * $Id: ComplexTypeType.java,v 1.2 2000/12/04 12:36:28 jung Exp $
+ * $Source:
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/ComplexTypeType.java,v $
* Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
* D-66299 Friedrichsthal, Germany. All Rights Reserved.
*
1.2 +12 -3 zoap/src/org/zoap/xml/meta/DecimalType.java
Index: DecimalType.java
===================================================================
RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/DecimalType.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- DecimalType.java 2000/12/04 12:36:28 1.1
+++ DecimalType.java 2001/02/16 13:11:59 1.2
@@ -1,5 +1,5 @@
/*
- * $Id: DecimalType.java,v 1.1 2000/12/04 12:36:28 jung Exp $
+ * $Source: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/DecimalType.java,v $
* Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
* D-66299 Friedrichsthal, Germany. All Rights Reserved.
*
@@ -50,7 +50,7 @@
/**
* XML type around java.lang.Boolean. Implemented as a singleton <br>
* @author $Author: jung $
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
*/
public class DecimalType extends PrimitiveType {
@@ -74,6 +74,11 @@
/*
* $Log: DecimalType.java,v $
+ * Revision 1.2 2001/02/16 13:11:59 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.1 2000/12/04 12:36:28 jung
* adopted to latest jboss container,
*
1.3 +11 -2 zoap/src/org/zoap/xml/meta/DoubleType.java
Index: DoubleType.java
===================================================================
RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/DoubleType.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DoubleType.java 2000/12/04 12:36:28 1.2
+++ DoubleType.java 2001/02/16 13:11:59 1.3
@@ -1,5 +1,5 @@
/*
- * $Id: DoubleType.java,v 1.2 2000/12/04 12:36:28 jung Exp $
+ * $Source: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/DoubleType.java,v $
* Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
* D-66299 Friedrichsthal, Germany. All Rights Reserved.
*
@@ -49,7 +49,7 @@
* XML type around java.lang.Double Implemented as a singleton
* <br>
* @author $Author: jung $
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
public class DoubleType extends PrimitiveType {
@@ -76,6 +76,11 @@
/*
* $Log: DoubleType.java,v $
+ * Revision 1.3 2001/02/16 13:11:59 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:28 jung
* adopted to latest jboss container,
*
1.3 +1 -1 zoap/src/org/zoap/xml/meta/ElementElement.java
Index: ElementElement.java
===================================================================
RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/ElementElement.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ElementElement.java 2000/12/04 12:36:28 1.2
+++ ElementElement.java 2001/02/16 13:11:59 1.3
@@ -1,5 +1,5 @@
/*
- * $Id: ElementElement.java,v 1.2 2000/12/04 12:36:28 jung Exp $
+ * $Source: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/ElementElement.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/ElementType.java
Index: ElementType.java
===================================================================
RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/ElementType.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ElementType.java 2000/12/04 12:36:28 1.2
+++ ElementType.java 2001/02/16 13:11:59 1.3
@@ -1,5 +1,5 @@
/*
- * $Id: ElementType.java,v 1.2 2000/12/04 12:36:28 jung Exp $
+ * $Source: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/ElementType.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/FloatType.java
Index: FloatType.java
===================================================================
RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/FloatType.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- FloatType.java 2000/12/04 12:36:29 1.2
+++ FloatType.java 2001/02/16 13:11:59 1.3
@@ -1,5 +1,5 @@
/*
- * $Id: FloatType.java,v 1.2 2000/12/04 12:36:29 jung Exp $
+ * $Source: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/FloatType.java,v $
* Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
* D-66299 Friedrichsthal, Germany. All Rights Reserved.
*
@@ -48,7 +48,7 @@
* XML wrapper around java.lang.Float Implemented as a singleton
* <br>
* @author $Author: jung $
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
public class FloatType extends PrimitiveType {
@@ -75,6 +75,11 @@
/*
* $Log: FloatType.java,v $
+ * Revision 1.3 2001/02/16 13:11:59 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:29 jung
* adopted to latest jboss container,
*
1.3 +10 -1 zoap/src/org/zoap/xml/meta/IDRefType.java
Index: IDRefType.java
===================================================================
RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/IDRefType.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- IDRefType.java 2000/12/04 12:36:29 1.2
+++ IDRefType.java 2001/02/16 13:11:59 1.3
@@ -1,5 +1,5 @@
/*
- * $Id: IDRefType.java,v 1.2 2000/12/04 12:36:29 jung Exp $
+ * $Source: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/IDRefType.java,v $
* Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
* D-66299 Friedrichsthal, Germany. All Rights Reserved.
*
@@ -100,6 +100,11 @@
/*
* $Log: IDRefType.java,v $
+ * Revision 1.3 2001/02/16 13:11:59 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:29 jung
* adopted to latest jboss container,
*
1.3 +10 -1 zoap/src/org/zoap/xml/meta/IDType.java
Index: IDType.java
===================================================================
RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/IDType.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- IDType.java 2000/12/04 12:36:29 1.2
+++ IDType.java 2001/02/16 13:11:59 1.3
@@ -1,5 +1,5 @@
/*
- * $Id: IDType.java,v 1.2 2000/12/04 12:36:29 jung Exp $
+ * $Source: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/IDType.java,v $
* Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
* D-66299 Friedrichsthal, Germany. All Rights Reserved.
*
@@ -99,6 +99,11 @@
/*
* $Log: IDType.java,v $
+ * Revision 1.3 2001/02/16 13:11:59 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:29 jung
* adopted to latest jboss container,
*
1.3 +1 -1 zoap/src/org/zoap/xml/meta/ImportElement.java
Index: ImportElement.java
===================================================================
RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/ImportElement.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ImportElement.java 2000/12/04 12:36:29 1.2
+++ ImportElement.java 2001/02/16 13:11:59 1.3
@@ -1,5 +1,5 @@
/*
- * $Id: ImportElement.java,v 1.2 2000/12/04 12:36:29 jung Exp $
+ * $Source: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/ImportElement.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/IntegerType.java
Index: IntegerType.java
===================================================================
RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/IntegerType.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- IntegerType.java 2000/12/04 12:36:29 1.2
+++ IntegerType.java 2001/02/16 13:11:59 1.3
@@ -1,5 +1,5 @@
/*
- * $Id: IntegerType.java,v 1.2 2000/12/04 12:36:29 jung Exp $
+ * $Source: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/IntegerType.java,v $
* Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
* D-66299 Friedrichsthal, Germany. All Rights Reserved.
*
@@ -48,7 +48,7 @@
* XML type around java.lang.Integer. Implemented as a singleton
* <br>
* @author $Author: jung $
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
public class IntegerType extends PrimitiveType {
@@ -77,6 +77,11 @@
/*
* $Log: IntegerType.java,v $
+ * Revision 1.3 2001/02/16 13:11:59 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:29 jung
* adopted to latest jboss container,
*
1.3 +11 -2 zoap/src/org/zoap/xml/meta/LongType.java
Index: LongType.java
===================================================================
RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/LongType.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- LongType.java 2000/12/04 12:36:29 1.2
+++ LongType.java 2001/02/16 13:11:59 1.3
@@ -1,5 +1,5 @@
/*
- * $Id: LongType.java,v 1.2 2000/12/04 12:36:29 jung Exp $
+ * $Source: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/LongType.java,v $
* Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
* D-66299 Friedrichsthal, Germany. All Rights Reserved.
*
@@ -49,7 +49,7 @@
/**
* XML type around java.lang.Long. Implemented as a singleton. Demonstrates how
defaults can be inserted. <br>
* @author $Author: jung $
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
public class LongType extends PrimitiveType {
@@ -88,6 +88,11 @@
/*
* $Log: LongType.java,v $
+ * Revision 1.3 2001/02/16 13:11:59 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:29 jung
* adopted to latest jboss container,
*
1.3 +1 -1 zoap/src/org/zoap/xml/meta/MetaBinding.java
Index: MetaBinding.java
===================================================================
RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/MetaBinding.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- MetaBinding.java 2000/12/04 12:36:29 1.2
+++ MetaBinding.java 2001/02/16 13:12:00 1.3
@@ -1,5 +1,5 @@
/*
- * $Id: MetaBinding.java,v 1.2 2000/12/04 12:36:29 jung Exp $
+ * $Source: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/MetaBinding.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/QNameType.java
Index: QNameType.java
===================================================================
RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/QNameType.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- QNameType.java 2000/12/04 12:36:29 1.2
+++ QNameType.java 2001/02/16 13:12:00 1.3
@@ -1,5 +1,5 @@
/*
- * $Id: QNameType.java,v 1.2 2000/12/04 12:36:29 jung Exp $
+ * $Source: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/QNameType.java,v $
* Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
* D-66299 Friedrichsthal, Germany. All Rights Reserved.
*
@@ -50,7 +50,7 @@
* XML wrapper around de.infor.ce.util.URN. Implemented as a singleton
* <br>
* @author $Author: jung $
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
public class QNameType extends PrimitiveType {
@@ -78,6 +78,11 @@
/*
* $Log: QNameType.java,v $
+ * Revision 1.3 2001/02/16 13:12:00 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:29 jung
* adopted to latest jboss container,
*
1.3 +1 -1 zoap/src/org/zoap/xml/meta/SchemaElement.java
Index: SchemaElement.java
===================================================================
RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/SchemaElement.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SchemaElement.java 2000/12/04 12:36:29 1.2
+++ SchemaElement.java 2001/02/16 13:12:00 1.3
@@ -1,5 +1,5 @@
/*
- * $Id: SchemaElement.java,v 1.2 2000/12/04 12:36:29 jung Exp $
+ * $Source: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/SchemaElement.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/SchemaType.java
Index: SchemaType.java
===================================================================
RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/SchemaType.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SchemaType.java 2000/12/04 12:36:29 1.2
+++ SchemaType.java 2001/02/16 13:12:00 1.3
@@ -1,5 +1,5 @@
/*
- * $Id: SchemaType.java,v 1.2 2000/12/04 12:36:29 jung Exp $
+ * $Source: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/SchemaType.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/ShortType.java
Index: ShortType.java
===================================================================
RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/ShortType.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ShortType.java 2000/12/04 12:36:29 1.2
+++ ShortType.java 2001/02/16 13:12:00 1.3
@@ -1,5 +1,5 @@
/*
- * $Id: ShortType.java,v 1.2 2000/12/04 12:36:29 jung Exp $
+ * $Source: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/ShortType.java,v $
* Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
* D-66299 Friedrichsthal, Germany. All Rights Reserved.
*
@@ -48,7 +48,7 @@
* XML wrapper around java.lang.Short. Implemented as a singleton
* <br>
* @author $Author: jung $
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
public class ShortType extends PrimitiveType {
@@ -76,6 +76,11 @@
/*
* $Log: ShortType.java,v $
+ * Revision 1.3 2001/02/16 13:12:00 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:29 jung
* adopted to latest jboss container,
*
1.3 +1 -1 zoap/src/org/zoap/xml/meta/SimpleTypeElement.java
Index: SimpleTypeElement.java
===================================================================
RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/SimpleTypeElement.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SimpleTypeElement.java 2000/12/04 12:36:30 1.2
+++ SimpleTypeElement.java 2001/02/16 13:12:00 1.3
@@ -1,5 +1,5 @@
/*
- * $Id: SimpleTypeElement.java,v 1.2 2000/12/04 12:36:30 jung Exp $
+ * $Source:
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/SimpleTypeElement.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/SimpleTypeType.java
Index: SimpleTypeType.java
===================================================================
RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/SimpleTypeType.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SimpleTypeType.java 2000/12/04 12:36:30 1.2
+++ SimpleTypeType.java 2001/02/16 13:12:00 1.3
@@ -1,5 +1,5 @@
/*
- * $Id: SimpleTypeType.java,v 1.2 2000/12/04 12:36:30 jung Exp $
+ * $Source: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/SimpleTypeType.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/StringType.java
Index: StringType.java
===================================================================
RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/StringType.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- StringType.java 2000/12/04 12:36:30 1.2
+++ StringType.java 2001/02/16 13:12:00 1.3
@@ -1,5 +1,5 @@
/*
- * $Id: StringType.java,v 1.2 2000/12/04 12:36:30 jung Exp $
+ * $Source: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/StringType.java,v $
* Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
* D-66299 Friedrichsthal, Germany. All Rights Reserved.
*
@@ -48,7 +48,7 @@
* XML wrapper around java.lang.String. Implemented as a singleton
* <br>
* @author $Author: jung $
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
public class StringType extends PrimitiveType {
@@ -76,6 +76,11 @@
/*
* $Log: StringType.java,v $
+ * Revision 1.3 2001/02/16 13:12:00 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:30 jung
* adopted to latest jboss container,
*
1.3 +1 -1 zoap/src/org/zoap/xml/meta/TargetNamespaceAttribute.java
Index: TargetNamespaceAttribute.java
===================================================================
RCS file:
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/TargetNamespaceAttribute.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- TargetNamespaceAttribute.java 2000/12/04 12:36:30 1.2
+++ TargetNamespaceAttribute.java 2001/02/16 13:12:00 1.3
@@ -1,5 +1,5 @@
/*
- * $Id: TargetNamespaceAttribute.java,v 1.2 2000/12/04 12:36:30 jung Exp $
+ * $Source:
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/TargetNamespaceAttribute.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/TypeAttribute.java
Index: TypeAttribute.java
===================================================================
RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/TypeAttribute.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- TypeAttribute.java 2000/12/04 12:36:30 1.2
+++ TypeAttribute.java 2001/02/16 13:12:00 1.3
@@ -1,5 +1,5 @@
/*
- * $Id: TypeAttribute.java,v 1.2 2000/12/04 12:36:30 jung Exp $
+ * $Source: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/TypeAttribute.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/TypeBaseAttribute.java
Index: TypeBaseAttribute.java
===================================================================
RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/TypeBaseAttribute.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- TypeBaseAttribute.java 2001/01/03 10:23:53 1.3
+++ TypeBaseAttribute.java 2001/02/16 13:12:00 1.4
@@ -1,5 +1,5 @@
/*
- * $Id: TypeBaseAttribute.java,v 1.3 2001/01/03 10:23:53 jung Exp $
+ * $Source:
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/TypeBaseAttribute.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/TypeNameAttribute.java
Index: TypeNameAttribute.java
===================================================================
RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/TypeNameAttribute.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- TypeNameAttribute.java 2001/01/03 10:23:53 1.3
+++ TypeNameAttribute.java 2001/02/16 13:12:00 1.4
@@ -1,5 +1,5 @@
/*
- * $Id: TypeNameAttribute.java,v 1.3 2001/01/03 10:23:53 jung Exp $
+ * $Source:
/products/cvs/ejboss/zoap/src/org/zoap/xml/meta/TypeNameAttribute.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/URIType.java
Index: URIType.java
===================================================================
RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/URIType.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- URIType.java 2000/12/04 12:36:30 1.2
+++ URIType.java 2001/02/16 13:12:00 1.3
@@ -1,5 +1,5 @@
/*
- * $Id: URIType.java,v 1.2 2000/12/04 12:36:30 jung Exp $
+ * $Source: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/URIType.java,v $
* Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
* D-66299 Friedrichsthal, Germany. All Rights Reserved.
*
@@ -50,7 +50,7 @@
* XML wrapper around de.infor.ce.util.URN. Implemented as a singleton
* <br>
* @author $Author: jung $
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
public class URIType extends PrimitiveType {
@@ -78,6 +78,11 @@
/*
* $Log: URIType.java,v $
+ * Revision 1.3 2001/02/16 13:12:00 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:30 jung
* adopted to latest jboss container,
*
1.4 +4 -1 zoap/src/org/zoap/xml/meta/XmlSchema.java
Index: XmlSchema.java
===================================================================
RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/XmlSchema.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XmlSchema.java 2001/01/03 10:23:54 1.3
+++ XmlSchema.java 2001/02/16 13:12:01 1.4
@@ -1,5 +1,5 @@
/*
- * $Id: XmlSchema.java,v 1.3 2001/01/03 10:23:54 jung Exp $
+ * $Source: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/XmlSchema.java,v $
* Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12,
* D-66299 Friedrichsthal, Germany. All Rights Reserved.
*
@@ -104,6 +104,11 @@
/*
* $Log: XmlSchema.java,v $
+ * Revision 1.4 2001/02/16 13:12:01 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:54 jung
* exception redesign. Improved null-pointer treatment. coherent environment and
logging facilities.
*
1.3 +11 -2 zoap/src/org/zoap/xml/meta/meta.dfPackage
Index: meta.dfPackage
===================================================================
RCS file: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/meta.dfPackage,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- meta.dfPackage 2000/12/04 12:36:30 1.2
+++ meta.dfPackage 2001/02/16 13:12:01 1.3
@@ -188,7 +188,7 @@
class reference1 {
}}/**
<!--
=========================================================================================================
-->
-<!-- $Id: meta.dfPackage,v 1.2 2000/12/04 12:36:30 jung Exp $ -->
+<!-- $Source: /products/cvs/ejboss/zoap/src/org/zoap/xml/meta/meta.dfPackage,v $ -->
<!-- Copyright 2000 (C) infor:business solutions AG, Hauerstrasse 12, -->
<!-- D-66299 Friedrichsthal, Germany. All Rights Reserved. -->
<!-- -->
@@ -249,7 +249,7 @@
<hr>
-<small> Last change of $RCSfile: meta.dfPackage,v $ by $Author: jung $ on $Date:
2000/12/04 12:36:30 $;
+<small> Last change of $RCSfile: meta.dfPackage,v $ by $Author: jung $ on $Date:
2001/02/16 13:12:01 $;
See source for logging information.
<p>
Copyright 2000 (C) <a href="http://www.infor.de">infor:business solutions AG</a>,
Hauerstrasse 12,
@@ -259,6 +259,11 @@
<!--
$Log: meta.dfPackage,v $
+ Revision 1.3 2001/02/16 13:12:01 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:30 jung
adopted to latest jboss container,