Author: mukulg
Date: Mon Nov 27 11:27:41 2023
New Revision: 1914156
URL: http://svn.apache.org/viewvc?rev=1914156&view=rev
Log:
xercesj commit : minor improvements to few language characters, within xercesj
codebase (on branch xml-schema-1.1-dev), and linux build scripts (on trunk and
branch xml-schema-1.1-dev). thanks to Michele Locati, for these suggestions.
Modified:
xerces/java/branches/xml-schema-1.1-dev/build.sh (props changed)
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/models/XS11CMRestriction.java
xerces/java/trunk/build.sh (props changed)
Propchange: xerces/java/branches/xml-schema-1.1-dev/build.sh
------------------------------------------------------------------------------
--- svn:eol-style (original)
+++ svn:eol-style Mon Nov 27 11:27:41 2023
@@ -1 +1 @@
-native
+LF
Modified:
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/models/XS11CMRestriction.java
URL:
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/models/XS11CMRestriction.java?rev=1914156&r1=1914155&r2=1914156&view=diff
==============================================================================
---
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/models/XS11CMRestriction.java
(original)
+++
xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs/models/XS11CMRestriction.java
Mon Nov 27 11:27:41 2023
@@ -490,8 +490,8 @@ public final class XS11CMRestriction imp
return false;
}
- // 4.5 S's declared {type definition} is ·validly substitutable as
- // a restriction· for G's declared {type definition}.
+ // 4.5 S's declared {type definition} is validly substitutable as
+ // a restriction for G's declared {type definition}.
if (!xsc.checkTypeDerivationOk(ed.fType, eb.fType,
(short)(XSConstants.DERIVATION_EXTENSION|XSConstants.DERIVATION_LIST|XSConstants.DERIVATION_UNION)))
{
return false;
Propchange: xerces/java/trunk/build.sh
------------------------------------------------------------------------------
--- svn:eol-style (original)
+++ svn:eol-style Mon Nov 27 11:27:41 2023
@@ -1 +1 @@
-native
+LF
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]