You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2005/06/19 22:32:50 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/impl/msg SAXMessages.properties

mrglavas    2005/06/19 13:32:50

  Modified:    java/src/org/apache/xerces/impl/msg SAXMessages.properties
  Log:
  Adding a new error message.
  
  Revision  Changes    Path
  1.3       +2 -1      xml-xerces/java/src/org/apache/xerces/impl/msg/SAXMessages.properties
  
  Index: SAXMessages.properties
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/impl/msg/SAXMessages.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SAXMessages.properties	11 May 2004 01:06:55 -0000	1.2
  +++ SAXMessages.properties	19 Jun 2005 20:32:50 -0000	1.3
  @@ -11,6 +11,7 @@
   # JAXP messages
   schema-not-supported = The specified schema language is not supported.
   jaxp-order-not-supported = Property ''{0}'' must be set before setting property ''{1}''. 
  +schema-already-specified = Property ''{0}'' cannot be set when a non-null Schema object has already been specified.
   
   # feature messages
   feature-not-supported = Feature ''{0}'' is not supported.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org