You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2009/08/20 19:42:20 UTC

svn commit: r806272 - /incubator/uima/uima-as/trunk/uimaj-as-core/src/main/resources/uimaee_messages.properties

Author: cwiklik
Date: Thu Aug 20 17:42:20 2009
New Revision: 806272

URL: http://svn.apache.org/viewvc?rev=806272&view=rev
Log:
UIMA-1480 Added new msg

Modified:
    incubator/uima/uima-as/trunk/uimaj-as-core/src/main/resources/uimaee_messages.properties

Modified: incubator/uima/uima-as/trunk/uimaj-as-core/src/main/resources/uimaee_messages.properties
URL: http://svn.apache.org/viewvc/incubator/uima/uima-as/trunk/uimaj-as-core/src/main/resources/uimaee_messages.properties?rev=806272&r1=806271&r2=806272&view=diff
==============================================================================
--- incubator/uima/uima-as/trunk/uimaj-as-core/src/main/resources/uimaee_messages.properties (original)
+++ incubator/uima/uima-as/trunk/uimaj-as-core/src/main/resources/uimaee_messages.properties Thu Aug 20 17:42:20 2009
@@ -220,4 +220,4 @@
 UIMAEE_sending_reply_to_client__FINE= Controller: {0} Sending Reply Containing CAS: {1} To Client: {2}
 UIMAEE_add_endpoint_to_do_not_process_list__INFO= Controller: {0} Adding Endpoint: {1} to the Do Not Process List.
 UIMAEE_dropping_msg_client_is_dead__INFO= Controller: {0} Received a Message From a Client That Is No Longer Reachable. Its Reply Queue: {1} Has Been Removed. Dropping Message With CAS Id: {2}
-
+UIMAEE_incompatible_version_WARNING = Controller: {0} Unable to Initialize. UIMA-AS Version is Incompatible with UIMA Core. UIMA-AS Version: {1} UIMA Core Version: {2}