mkwan 2003/01/23 07:44:05
Modified: java/src/org/apache/xalan/res XSLTErrorResources.java
XSLTErrorResources_de.java
XSLTErrorResources_es.java
XSLTErrorResources_fr.java
XSLTErrorResources_it.java
XSLTErrorResources_ja.java
XSLTErrorResources_ko.java
XSLTErrorResources_sv.java
XSLTErrorResources_zh_CN.java
XSLTErrorResources_zh_TW.java
Log:
Correction to the message number.
Revision Changes Path
1.34 +1 -1
xml-xalan/java/src/org/apache/xalan/res/XSLTErrorResources.java
Index: XSLTErrorResources.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xalan/res/XSLTErrorResources.java,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- XSLTErrorResources.java 22 Jan 2003 16:37:56 -0000 1.33
+++ XSLTErrorResources.java 23 Jan 2003 15:44:03 -0000 1.34
@@ -118,7 +118,7 @@
*/
/** Maximum error messages, this is needed to keep track of the number of
messages. */
- public static final int MAX_CODE = 200;
+ public static final int MAX_CODE = 201;
/** Maximum warnings, this is needed to keep track of the number of
warnings. */
public static final int MAX_WARNING = 29;
1.4 +1 -1
xml-xalan/java/src/org/apache/xalan/res/XSLTErrorResources_de.java
Index: XSLTErrorResources_de.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xalan/res/XSLTErrorResources_de.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XSLTErrorResources_de.java 22 Jan 2003 16:37:56 -0000 1.3
+++ XSLTErrorResources_de.java 23 Jan 2003 15:44:03 -0000 1.4
@@ -83,7 +83,7 @@
{
/** Maximum error messages, this is needed to keep track of the number of
messages. */
- public static final int MAX_CODE = 200;
+ public static final int MAX_CODE = 201;
/** Maximum warnings, this is needed to keep track of the number of
warnings. */
public static final int MAX_WARNING = 29;
1.4 +1 -1
xml-xalan/java/src/org/apache/xalan/res/XSLTErrorResources_es.java
Index: XSLTErrorResources_es.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xalan/res/XSLTErrorResources_es.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XSLTErrorResources_es.java 22 Jan 2003 16:37:57 -0000 1.3
+++ XSLTErrorResources_es.java 23 Jan 2003 15:44:03 -0000 1.4
@@ -82,7 +82,7 @@
{
/** Maximum error messages, this is needed to keep track of the number of
messages. */
- public static final int MAX_CODE = 200;
+ public static final int MAX_CODE = 201;
/** Maximum warnings, this is needed to keep track of the number of
warnings. */
public static final int MAX_WARNING = 29;
1.4 +1 -1
xml-xalan/java/src/org/apache/xalan/res/XSLTErrorResources_fr.java
Index: XSLTErrorResources_fr.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xalan/res/XSLTErrorResources_fr.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XSLTErrorResources_fr.java 22 Jan 2003 16:37:57 -0000 1.3
+++ XSLTErrorResources_fr.java 23 Jan 2003 15:44:03 -0000 1.4
@@ -83,7 +83,7 @@
{
/** Maximum error messages, this is needed to keep track of the number of
messages. */
- public static final int MAX_CODE = 200;
+ public static final int MAX_CODE = 201;
/** Maximum warnings, this is needed to keep track of the number of
warnings. */
public static final int MAX_WARNING = 29;
1.4 +1 -1
xml-xalan/java/src/org/apache/xalan/res/XSLTErrorResources_it.java
Index: XSLTErrorResources_it.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xalan/res/XSLTErrorResources_it.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XSLTErrorResources_it.java 22 Jan 2003 16:37:57 -0000 1.3
+++ XSLTErrorResources_it.java 23 Jan 2003 15:44:03 -0000 1.4
@@ -81,7 +81,7 @@
{
/** Maximum error messages, this is needed to keep track of the number of
messages. */
- public static final int MAX_CODE = 200;
+ public static final int MAX_CODE = 201;
/** Maximum warnings, this is needed to keep track of the number of
warnings. */
public static final int MAX_WARNING = 29;
1.4 +1 -1
xml-xalan/java/src/org/apache/xalan/res/XSLTErrorResources_ja.java
Index: XSLTErrorResources_ja.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xalan/res/XSLTErrorResources_ja.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XSLTErrorResources_ja.java 22 Jan 2003 16:37:57 -0000 1.3
+++ XSLTErrorResources_ja.java 23 Jan 2003 15:44:04 -0000 1.4
@@ -82,7 +82,7 @@
{
/** Maximum error messages, this is needed to keep track of the number of
messages. */
- public static final int MAX_CODE = 200;
+ public static final int MAX_CODE = 201;
/** Maximum warnings, this is needed to keep track of the number of
warnings. */
public static final int MAX_WARNING = 29;
1.4 +1 -1
xml-xalan/java/src/org/apache/xalan/res/XSLTErrorResources_ko.java
Index: XSLTErrorResources_ko.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xalan/res/XSLTErrorResources_ko.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XSLTErrorResources_ko.java 22 Jan 2003 16:37:57 -0000 1.3
+++ XSLTErrorResources_ko.java 23 Jan 2003 15:44:04 -0000 1.4
@@ -81,7 +81,7 @@
{
/** Maximum error messages, this is needed to keep track of the number of
messages. */
- public static final int MAX_CODE = 200;
+ public static final int MAX_CODE = 201;
/** Maximum warnings, this is needed to keep track of the number of
warnings. */
public static final int MAX_WARNING = 29;
1.4 +1 -1
xml-xalan/java/src/org/apache/xalan/res/XSLTErrorResources_sv.java
Index: XSLTErrorResources_sv.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xalan/res/XSLTErrorResources_sv.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XSLTErrorResources_sv.java 22 Jan 2003 16:37:57 -0000 1.3
+++ XSLTErrorResources_sv.java 23 Jan 2003 15:44:04 -0000 1.4
@@ -82,7 +82,7 @@
{
/** Maximum error messages, this is needed to keep track of the number of
messages. */
- public static final int MAX_CODE = 200;
+ public static final int MAX_CODE = 201;
/** Maximum warnings, this is needed to keep track of the number of
warnings. */
public static final int MAX_WARNING = 29;
1.4 +1 -1
xml-xalan/java/src/org/apache/xalan/res/XSLTErrorResources_zh_CN.java
Index: XSLTErrorResources_zh_CN.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xalan/res/XSLTErrorResources_zh_CN.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XSLTErrorResources_zh_CN.java 22 Jan 2003 16:37:57 -0000 1.3
+++ XSLTErrorResources_zh_CN.java 23 Jan 2003 15:44:04 -0000 1.4
@@ -82,7 +82,7 @@
{
/** Maximum error messages, this is needed to keep track of the number of
messages. */
- public static final int MAX_CODE = 200;
+ public static final int MAX_CODE = 201;
/** Maximum warnings, this is needed to keep track of the number of
warnings. */
public static final int MAX_WARNING = 29;
1.4 +1 -1
xml-xalan/java/src/org/apache/xalan/res/XSLTErrorResources_zh_TW.java
Index: XSLTErrorResources_zh_TW.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xalan/res/XSLTErrorResources_zh_TW.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- XSLTErrorResources_zh_TW.java 22 Jan 2003 16:37:58 -0000 1.3
+++ XSLTErrorResources_zh_TW.java 23 Jan 2003 15:44:04 -0000 1.4
@@ -81,7 +81,7 @@
{
/** Maximum error messages, this is needed to keep track of the number of
messages. */
- public static final int MAX_CODE = 200;
+ public static final int MAX_CODE = 201;
/** Maximum warnings, this is needed to keep track of the number of
warnings. */
public static final int MAX_WARNING = 29;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]