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/04/02 16:37:35 UTC

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

Author: cwiklik
Date: Thu Apr  2 14:37:35 2009
New Revision: 761310

URL: http://svn.apache.org/viewvc?rev=761310&view=rev
Log:
UIMA-1311 Add new message to support logging runtime environment on top level service startup

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

Modified: incubator/uima/sandbox/trunk/uima-as/uimaj-as-core/src/main/resources/uimaee_messages.properties
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/uima-as/uimaj-as-core/src/main/resources/uimaee_messages.properties?rev=761310&r1=761309&r2=761310&view=diff
==============================================================================
--- incubator/uima/sandbox/trunk/uima-as/uimaj-as-core/src/main/resources/uimaee_messages.properties (original)
+++ incubator/uima/sandbox/trunk/uima-as/uimaj-as-core/src/main/resources/uimaee_messages.properties Thu Apr  2 14:37:35 2009
@@ -203,4 +203,5 @@
 UIMAEE_override_serialization__WARNING = \n\t***** WARNING: Controller: {0} Overriding Delegate: {1} Serialization. Binary Serialization Not Supported. Defaulting to xmi\n
 UIMAEE_stopping_collocated_cm_INFO =  Controller: {0} Stopping Collocated Delegate Cas Multiplier: {1} 
 UIMAEE_stopping_collocated_cm_INFO =  Controller: {0} Stopping Remote Delegate Cas Multiplier: {1} 
-UIMAEE_stopped_producing_new_cases__INFO = Thread:{0} Controller: {1} Cas Multiplier Stopped Generating CASes from Input CAS: {2} 
\ No newline at end of file
+UIMAEE_stopped_producing_new_cases__INFO = Thread:{0} Controller: {1} Cas Multiplier Stopped Generating CASes from Input CAS: {2}
+UIMAEE_show_platform_info__INFO = {0} 
\ No newline at end of file