mrglavas 2005/06/12 21:58:49
Modified: java build.xml
Log:
Fixing incompatible change made to XSConstants for XML Schema 1.1 support.
Revision Changes Path
1.188 +8 -1 xml-xerces/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xerces/java/build.xml,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -r1.187 -r1.188
--- build.xml 13 Jun 2005 04:02:14 -0000 1.187
+++ build.xml 13 Jun 2005 04:58:49 -0000 1.188
@@ -1511,6 +1511,13 @@
<target name="prepare-src-schema11" depends="prepare-src">
<replace file="${build.src}/org/apache/xerces/impl/Constants.java"
token="SCHEMA_1_1_SUPPORT = false" value="SCHEMA_1_1_SUPPORT =
true"/>
+ <replace file="${build.src}/org/apache/xerces/xs/XSConstants.java"
+ token="public static final short UNAVAILABLE_DT = 45;"
+ value="public static final short UNAVAILABLE_DT =
45;

+ 
 public static final short YEARMONTHDURATION_DT = 46;

+ 
 public static final short DAYTIMEDURATION_DT = 47;

+ 
 public static final short PRECISIONDECIMAL_DT = 48;

+ 
 public static final short ANYATOMICTYPE_DT = 49;"/>
</target>
<!-- ===================================================================
-->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]