Andy wrote:-
> It looks like your editor is adding spurious whitespace to
> the end of your files. So the diff flags it as different
> even though it's really not. This makes it much harder to
> figure out what the changes really are by looking at the
> diff.

Sorry.. I am sending it again.All these changes are performed to keep in mind 
that there will be no change in package structure.

Cheers

Gopal
-----------------------
SUN Microsystems, India
? change
? change1
Index: AbstractDatatypeValidator.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/v2/datatypes/AbstractDatatypeValidator.java,v
retrieving revision 1.4
diff -u -w -r1.4 AbstractDatatypeValidator.java
--- AbstractDatatypeValidator.java      2001/09/05 21:16:03     1.4
+++ AbstractDatatypeValidator.java      2001/09/07 03:35:30
@@ -70,7 +70,7 @@
 import java.util.Locale;
 import org.apache.xerces.impl.v2.XSType;
 
-import org.apache.xerces.impl.v1.util.regex.RegularExpression;
+import org.apache.xerces.impl.v2.util.regex.RegularExpression;
 
 public abstract class AbstractDatatypeValidator implements DatatypeValidator, 
Cloneable {
 
Index: AbstractNumericFacetValidator.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/v2/datatypes/AbstractNumericFacetValidator.java,v
retrieving revision 1.1
diff -u -w -r1.1 AbstractNumericFacetValidator.java
--- AbstractNumericFacetValidator.java  2001/08/24 22:26:29     1.1
+++ AbstractNumericFacetValidator.java  2001/09/07 03:35:32
@@ -63,7 +63,7 @@
 import java.util.Vector;
 import java.io.IOException;
 import org.apache.xerces.impl.v2.SchemaSymbols;
-import org.apache.xerces.impl.v1.util.regex.RegularExpression;
+import org.apache.xerces.impl.v2.util.regex.RegularExpression;
 
 /**
  * AbstractNumericFacetValidator is a base class for decimal, double, float,
Index: AbstractNumericValidator.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/v2/datatypes/AbstractNumericValidator.java,v
retrieving revision 1.1
diff -u -w -r1.1 AbstractNumericValidator.java
--- AbstractNumericValidator.java       2001/08/24 22:26:29     1.1
+++ AbstractNumericValidator.java       2001/09/07 03:35:32
@@ -64,7 +64,7 @@
 import java.util.Vector;
 import java.io.IOException;
 import org.apache.xerces.impl.v2.SchemaSymbols;
-import org.apache.xerces.impl.v1.util.regex.RegularExpression;
+import org.apache.xerces.impl.v2.util.regex.RegularExpression;
 
 /**
  * AbstractNumericValidator is a base class of decimal, double, and float 
Index: AbstractStringValidator.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/v2/datatypes/AbstractStringValidator.java,v
retrieving revision 1.4
diff -u -w -r1.4 AbstractStringValidator.java
--- AbstractStringValidator.java        2001/09/05 21:16:03     1.4
+++ AbstractStringValidator.java        2001/09/07 03:35:34
@@ -63,7 +63,7 @@
 import java.util.Locale;
 import java.text.Collator;
 import org.apache.xerces.impl.v2.SchemaSymbols;
-import org.apache.xerces.impl.v1.util.regex.RegularExpression;
+import org.apache.xerces.impl.v2.util.regex.RegularExpression;
 import org.apache.xerces.util.XMLChar;
 
 /**
Index: Base64BinaryDatatypeValidator.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/v2/datatypes/Base64BinaryDatatypeValidator.java,v
retrieving revision 1.1
diff -u -w -r1.1 Base64BinaryDatatypeValidator.java
--- Base64BinaryDatatypeValidator.java  2001/08/24 22:26:29     1.1
+++ Base64BinaryDatatypeValidator.java  2001/09/07 03:35:34
@@ -62,8 +62,8 @@
 import java.util.Vector;
 import java.util.Enumeration;
 import org.apache.xerces.impl.v2.SchemaSymbols;
-import org.apache.xerces.impl.v1.util.regex.RegularExpression;
-import org.apache.xerces.impl.v1.util.Base64;
+import org.apache.xerces.impl.v2.util.regex.RegularExpression;
+import org.apache.xerces.impl.v2.util.Base64;
 
 /**
  * Base64BinaryValidator validates that XML content is a W3C string type.
Index: BooleanDatatypeValidator.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/v2/datatypes/BooleanDatatypeValidator.java,v
retrieving revision 1.1
diff -u -w -r1.1 BooleanDatatypeValidator.java
--- BooleanDatatypeValidator.java       2001/08/24 22:26:29     1.1
+++ BooleanDatatypeValidator.java       2001/09/07 03:35:34
@@ -60,7 +60,7 @@
 import java.util.Hashtable;
 import java.util.Enumeration;
 import org.apache.xerces.impl.v2.SchemaSymbols;
-import org.apache.xerces.impl.v1.util.regex.RegularExpression;
+import org.apache.xerces.impl.v2.util.regex.RegularExpression;
 import org.apache.xerces.impl.v2.SchemaSymbols;
 /**
  *
Index: DateTimeValidator.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/v2/datatypes/DateTimeValidator.java,v
retrieving revision 1.1
diff -u -w -r1.1 DateTimeValidator.java
--- DateTimeValidator.java      2001/08/24 22:26:29     1.1
+++ DateTimeValidator.java      2001/09/07 03:35:37
@@ -60,7 +60,7 @@
 import java.util.Vector;
 import java.util.Enumeration;
 import java.util.Hashtable;
-import org.apache.xerces.impl.v1.util.regex.RegularExpression;
+import org.apache.xerces.impl.v2.util.regex.RegularExpression;
 import org.apache.xerces.impl.v2.SchemaSymbols;
 
 
Index: DecimalDatatypeValidator.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/v2/datatypes/DecimalDatatypeValidator.java,v
retrieving revision 1.1
diff -u -w -r1.1 DecimalDatatypeValidator.java
--- DecimalDatatypeValidator.java       2001/08/24 22:26:29     1.1
+++ DecimalDatatypeValidator.java       2001/09/07 03:35:38
@@ -63,7 +63,7 @@
 import java.util.Vector;
 import java.io.IOException;
 import org.apache.xerces.impl.v2.SchemaSymbols;
-import org.apache.xerces.impl.v1.util.regex.RegularExpression;
+import org.apache.xerces.impl.v2.util.regex.RegularExpression;
 
 /**
  *
Index: DoubleDatatypeValidator.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/v2/datatypes/DoubleDatatypeValidator.java,v
retrieving revision 1.1
diff -u -w -r1.1 DoubleDatatypeValidator.java
--- DoubleDatatypeValidator.java        2001/08/24 22:26:29     1.1
+++ DoubleDatatypeValidator.java        2001/09/07 03:35:40
@@ -61,7 +61,7 @@
 import java.util.Hashtable;
 import java.util.Vector;
 import org.apache.xerces.impl.v2.SchemaSymbols;
-import org.apache.xerces.impl.v1.util.regex.RegularExpression;
+import org.apache.xerces.impl.v2.util.regex.RegularExpression;
 
 /**
  * @author Elena Litani
Index: FloatDatatypeValidator.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/v2/datatypes/FloatDatatypeValidator.java,v
retrieving revision 1.1
diff -u -w -r1.1 FloatDatatypeValidator.java
--- FloatDatatypeValidator.java 2001/08/24 22:26:29     1.1
+++ FloatDatatypeValidator.java 2001/09/07 03:35:41
@@ -61,7 +61,7 @@
 import java.util.Hashtable;
 import java.util.Vector;
 import org.apache.xerces.impl.v2.SchemaSymbols;
-import org.apache.xerces.impl.v1.util.regex.RegularExpression;
+import org.apache.xerces.impl.v2.util.regex.RegularExpression;
 import java.util.StringTokenizer;
 import java.util.NoSuchElementException;
 
Index: HexBinaryDatatypeValidator.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/v2/datatypes/HexBinaryDatatypeValidator.java,v
retrieving revision 1.1
diff -u -w -r1.1 HexBinaryDatatypeValidator.java
--- HexBinaryDatatypeValidator.java     2001/08/24 22:26:29     1.1
+++ HexBinaryDatatypeValidator.java     2001/09/07 03:35:42
@@ -62,8 +62,8 @@
 import java.util.Vector;
 import java.util.Enumeration;
 import org.apache.xerces.impl.v2.SchemaSymbols;
-import org.apache.xerces.impl.v1.util.regex.RegularExpression;
-import org.apache.xerces.impl.v1.util.HexBin;
+import org.apache.xerces.impl.v2.util.regex.RegularExpression;
+import org.apache.xerces.impl.v2.util.HexBin;
 
 /**
  * HexBinaryValidator validates that XML content is a W3C string type.
Index: ListDatatypeValidator.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/v2/datatypes/ListDatatypeValidator.java,v
retrieving revision 1.1
diff -u -w -r1.1 ListDatatypeValidator.java
--- ListDatatypeValidator.java  2001/08/24 22:26:29     1.1
+++ ListDatatypeValidator.java  2001/09/07 03:35:44
@@ -63,7 +63,7 @@
 import java.util.StringTokenizer;
 import java.util.NoSuchElementException;
 import org.apache.xerces.impl.v2.SchemaSymbols;
-import org.apache.xerces.impl.v1.util.regex.RegularExpression;
+import org.apache.xerces.impl.v2.util.regex.RegularExpression;
 
 /**
  * StringValidator validates that XML content is a W3C string type.
Index: StringDatatypeValidator.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/v2/datatypes/StringDatatypeValidator.java,v
retrieving revision 1.1
diff -u -w -r1.1 StringDatatypeValidator.java
--- StringDatatypeValidator.java        2001/08/24 22:26:29     1.1
+++ StringDatatypeValidator.java        2001/09/07 03:35:44
@@ -63,7 +63,7 @@
 import java.util.Locale;
 import java.text.Collator;
 import org.apache.xerces.impl.v2.SchemaSymbols;
-import org.apache.xerces.impl.v1.util.regex.RegularExpression;
+import org.apache.xerces.impl.v2.util.regex.RegularExpression;
 
 /**
  * StringValidator validates that XML content is a W3C string type.
Index: UnionDatatypeValidator.java
===================================================================
RCS file: 
/home/cvspublic/xml-xerces/java/src/org/apache/xerces/impl/v2/datatypes/UnionDatatypeValidator.java,v
retrieving revision 1.1
diff -u -w -r1.1 UnionDatatypeValidator.java
--- UnionDatatypeValidator.java 2001/08/24 22:26:29     1.1
+++ UnionDatatypeValidator.java 2001/09/07 03:35:46
@@ -63,7 +63,7 @@
 import java.util.StringTokenizer;
 import java.util.NoSuchElementException;
 import org.apache.xerces.impl.v2.SchemaSymbols;
-import org.apache.xerces.impl.v1.util.regex.RegularExpression;
+import org.apache.xerces.impl.v2.util.regex.RegularExpression;
 
 
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to