appendLine(result, "<OPTION> ::= [ <PROJECT-OPTION> ] [ <PATHMAP> ]");
appendLine(result, " { <PACKAGE> }+ { <REF-PACKAGE> }* { <REF-GEN-MODEL> }*");
appendLine(result, " [ <TEMPLATE-PATH> ] [ <MODEL-PLUGIN-ID> ] [ <COPYRIGHT> ]");
appendLine(result, " [ <SDO> ] [ <QUIET> ]");
appendLine(result, "<PROJECT-OPTION> ::= <MODEL-PROJECT> [ <EDIT-PROJECT> ] [ <EDITOR-PROJECT> ]");
appendLine(result, " [ <TESTS-PROJECT> ]");
appendLine(result, [[#variable1715c920]]);
appendLine(result, "<EDIT-PROJECT> ::= -editProject <edit-directory> <fragment-path>");
appendLine(result, "<EDITOR-PROJECT> ::= -editorProject <editor-directory> <fragment-path>");
appendLine(result, "<TESTS-PROJECT> ::= -testsProject <tests-directory> <fragment-path>");
appendLine(result, "<PACKAGE> ::= -package <nsURI> [ <base> <prefix> ]");
appendLine(result, "<REF-GEN-MODEL> ::= -refGenModel <model.genmodel> { <nsURI> }+");
appendLine(result, "<TEMPLATE-PATH> ::= -templatePath <template-directory>");
appendLine(result, "<MODEL-PLUGIN-ID> ::= -modelPluginID <plugin-ID>");
appendLine(result, "<COPYRIGHT> ::= -copyright <copyright-string>");
appendLine(result, "<JDK-LEVEL> ::= -jdkLevel <jdk level: 1.4 5.0 6.0>");
appendLine(result, "<VALIDATE-MODEL> ::= -validateModel <true|false>");
appendLine(result, "<SDO> ::= -sdo");
appendLine(result, "<QUIET> ::= -quiet");
appendLine(result, "");
appendLine(result, "For example:");
appendLine(result, "");
appendLine(result, "");
appendLine(result, " ecore2genmodel");
appendLine(result, [[#variable17173920]]);
appendLine(result, [[#variable1717c100]]);
|