ear-15.rnc
来自「RESIN 3.2 最新源码」· RNC 代码 · 共 67 行
RNC
67 行
default namespace j2ee = "http://java.sun.com/xml/ns/javaee"namespace local = ""namespace xsi = "http://www.w3.org/2001/XMLSchema-instance"include "../resin/javaee.rnc"javaee_alt-dd = element alt-dd { string }javaee_application = element application { attribute id { string }?, attribute version { string }, attribute xsi:schemaLocation { string }, javaee_description-Group, javaee_module+, javaee_security-role*, javaee_library-directory?}## path to rar connectorjavaee_connector = element connector { javaee_path }## the context root of the web applicationjavaee_context-root = element context-root { string }## path to ejb jarjavaee_ejb = element ejb { javaee_path }## path to application client modulejavaee_java = element java { javaee_path }javaee_library-directory = element library-directory { javaee_path }javaee_module = element module { attribute id { string }?, (javaee_connector | javaee_ejb | javaee_java | javaee_web), javaee_alt-dd?}javaee_web = element web { attribute id { string }?, javaee_web-uri, javaee_context-root}javaee_web-uri = element web-uri { string}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?