mrglavas 2004/09/29 14:39:01
Modified: java/src/org/apache/xerces/xs/datatypes XSDouble.java
ByteList.java ObjectList.java XSFloat.java
java/src/org/apache/xerces/impl/dv/xs DayTimeDurationDV.java
YearMonthDurationDV.java
java/src/org/apache/xerces/impl/dv/util ByteListImpl.java
Log:
Adding version tag to several classes.
Revision Changes Path
1.4 +2 -0 xml-xerces/java/src/org/apache/xerces/xs/datatypes/XSDouble.java
Index: XSDouble.java
===================================================================
RCS file:
/home/cvs/xml-xerces/java/src/org/apache/xerces/xs/datatypes/XSDouble.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XSDouble.java 15 Sep 2004 15:39:59 -0000 1.3
+++ XSDouble.java 29 Sep 2004 21:39:01 -0000 1.4
@@ -22,6 +22,8 @@
* <p>Interface to expose the value of the 'double' datatype.</p>
*
* @author Ankit Pasricha, IBM
+ *
+ * @version $Id$
*/
public interface XSDouble {
1.4 +2 -0 xml-xerces/java/src/org/apache/xerces/xs/datatypes/ByteList.java
Index: ByteList.java
===================================================================
RCS file:
/home/cvs/xml-xerces/java/src/org/apache/xerces/xs/datatypes/ByteList.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ByteList.java 15 Sep 2004 15:39:59 -0000 1.3
+++ ByteList.java 29 Sep 2004 21:39:01 -0000 1.4
@@ -25,6 +25,8 @@
* <code>byte</code>.</p>
*
* @author Ankit Pasricha, IBM
+ *
+ * @version $Id$
*/
public interface ByteList {
1.4 +2 -0
xml-xerces/java/src/org/apache/xerces/xs/datatypes/ObjectList.java
Index: ObjectList.java
===================================================================
RCS file:
/home/cvs/xml-xerces/java/src/org/apache/xerces/xs/datatypes/ObjectList.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ObjectList.java 15 Sep 2004 15:39:59 -0000 1.3
+++ ObjectList.java 29 Sep 2004 21:39:01 -0000 1.4
@@ -25,6 +25,8 @@
* <code>Object</code>.</p>
*
* @author Ankit Pasricha, IBM
+ *
+ * @version $Id$
*/
public interface ObjectList {
1.4 +2 -0 xml-xerces/java/src/org/apache/xerces/xs/datatypes/XSFloat.java
Index: XSFloat.java
===================================================================
RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/xs/datatypes/XSFloat.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XSFloat.java 15 Sep 2004 15:39:59 -0000 1.3
+++ XSFloat.java 29 Sep 2004 21:39:01 -0000 1.4
@@ -22,6 +22,8 @@
* <p>Interface to expose value of the float datatype.</p>
*
* @author Ankit Pasricha, IBM
+ *
+ * @version $Id$
*/
public interface XSFloat {
1.4 +2 -0
xml-xerces/java/src/org/apache/xerces/impl/dv/xs/DayTimeDurationDV.java
Index: DayTimeDurationDV.java
===================================================================
RCS file:
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/DayTimeDurationDV.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- DayTimeDurationDV.java 15 Sep 2004 15:11:07 -0000 1.3
+++ DayTimeDurationDV.java 29 Sep 2004 21:39:01 -0000 1.4
@@ -22,6 +22,8 @@
* Used to validate the <dayTimeDuration> type
*
* @author Ankit Pasricha, IBM
+ *
+ * @version $Id$
*/
class DayTimeDurationDV extends DurationDV {
1.4 +2 -0
xml-xerces/java/src/org/apache/xerces/impl/dv/xs/YearMonthDurationDV.java
Index: YearMonthDurationDV.java
===================================================================
RCS file:
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dv/xs/YearMonthDurationDV.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- YearMonthDurationDV.java 15 Sep 2004 15:11:07 -0000 1.3
+++ YearMonthDurationDV.java 29 Sep 2004 21:39:01 -0000 1.4
@@ -22,6 +22,8 @@
* Used to validate the <yearMonthDuration> type
*
* @author Ankit Pasricha, IBM
+ *
+ * @version $Id$
*/
class YearMonthDurationDV extends DurationDV {
1.3 +2 -0
xml-xerces/java/src/org/apache/xerces/impl/dv/util/ByteListImpl.java
Index: ByteListImpl.java
===================================================================
RCS file:
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dv/util/ByteListImpl.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ByteListImpl.java 15 Sep 2004 05:25:00 -0000 1.2
+++ ByteListImpl.java 29 Sep 2004 21:39:01 -0000 1.3
@@ -22,6 +22,8 @@
* Implementation of <code>org.apache.xerces.xs.datatypes.ByteList</code>.
*
* @author Ankit Pasricha, IBM
+ *
+ * @version $Id$
*/
public class ByteListImpl implements ByteList {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]