ear_13.rnc

来自「RESIN 3.2 最新源码」· RNC 代码 · 共 78 行

RNC
78
字号
namespace local = ""start = ear13_applicationear13_alt-dd = element alt-dd { string }ear13_application = element application {  ear13_icon?,  ear13_display-name,  ear13_description?,  ear13_module+,  ear13_security-role*}## path to rar connectorear13_connector = element connector { string }## the context root of the web applicationear13_context-root = element context-root { string }ear13_description = element description { string }ear13_display-name = element display-name { string }## path to ejb jarear13_ejb = element ejb { string }ear13_icon = element icon {  ear13_small-icon?,  ear13_large-icon?}## path to application client moduleear13_java = element java { string }ear13_large-icon = element large-icon { string }ear13_module = element module {  (ear13_connector  | ear13_ejb  | ear13_java  | ear13_web),  ear13_alt-dd?}ear13_role-name = element role-name {  string}ear13_security-role = element security-role {  ear13_description?,  ear13_role-name}ear13_small-icon = element small-icon { string }ear13_web = element web {  ear13_web-uri,  ear13_context-root?}ear13_web-uri = element web-uri {  string}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?