[xml] Move to "Experimental" target language status
The XML target language support is not in good shape and is likely to be removed unless somebody steps up to bring it up to the expected standard (it fails to even meet the criteria for "Experimental" currently). Closes #2213
This commit is contained in:
parent
655da94f36
commit
22a4355f34
5 changed files with 12 additions and 3 deletions
|
|
@ -80,7 +80,7 @@ static TargetLanguageModule modules[] = {
|
|||
{"-tcl", swig_tcl, NULL, Supported},
|
||||
{"-tcl8", swig_tcl, "Tcl 8", Supported},
|
||||
{"-uffi", NULL, "Common Lisp / UFFI", Disabled},
|
||||
{"-xml", swig_xml, "XML", Supported},
|
||||
{"-xml", swig_xml, "XML", Experimental},
|
||||
{NULL, NULL, NULL, Disabled}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue