# UI logging of creating new web application
# {0} server id
# {1} server instance id
# {2} JavaEE version
# {3} source level
# {4} source structure
# {5} the first choosed framework
# {6} the second choosed framework
# {7} ....
UI_WEB_PROJECT_CREATE=New Web Application created [target server: {0}, JavaEE version: {2}, source level: {3}, source structure: {4}]
# change of the server in the customizer
# {0} old server id
# {1} old server instance id
# {2} new server id
# {3} new server instance id
UI_WEB_PROJECT_SERVER_CHANGED=Server was changed from {0} to {2~}
# frameworks were added through the customizer.
# {0} the first added framework
# {1} the second added framework, if such framework exists
# ....
UI_WEB_PROJECT_FRAMEWORK_ADDED=One or more frameworks were added to the web project.
# UI Logging
# when an web application is opened.
#{0} server type id
#{1} server instance id
UI_WEB_PROJECT_OPENED=An web application was opened with target server {0}.
Since 6.5 (2008/04/18)
# UI Logging
# Logs sharability setting for created web project.
#{0} sharability enabled
#{1} server as library enabled
UI_WEB_PROJECT_CREATE_SHARABILITY=Created web project with following sharability [sharable: {0}, server as library: {1}]
# UI Logging
#{0} server type id
#{1} server instance id
UI_EJB_PROJECT_OPENED=An ejb application was opened with target server {0}.
Since 6.5 (2008/04/18)
# UI Logging
# Logs sharability setting for created ejb project.
#{0} sharability enabled
#{1} server as library enabled
UI_EJB_PROJECT_CREATE_SHARABILITY=Created EJB project with following sharability [sharable: {0}, server as library: {1}]
# UI Logging
#{0} server type id
#{1} server instance id
UI_EAR_PROJECT_OPENED=An ear application was opened with target server {0}.
Since 6.5 (2008/04/18)
# UI Logging
# Logs sharability setting for created ear project.
#{0} sharability enabled
#{1} server as library enabled
UI_EAR_PROJECT_CREATE_SHARABILITY=Created EAR project with following sharability [sharable: {0}, server as library: {1}]
# UI Logging
# when an web application is opened.
#{0} server type id
#{1} server instance id
UI_APP_CLIENT_PROJECT_OPENED=An client application was opened with target server {0}.
Since 6.5 (2008/04/18)
# UI Logging
# Logs sharability setting for created app client project.
#{0} sharability enabled
#{1} server as library enabled
UI_APP_PROJECT_CREATE_SHARABILITY=Created app client project with following sharability [sharable: {0}, server as library: {1}]