mxm -> mxml, macromedia url dropped, mxml file type introduced

This commit is contained in:
Maxim.Mossienko
2011-04-12 16:48:50 +04:00
parent d6c5ad228b
commit dcc10a0b46
@@ -32,6 +32,6 @@ public class XmlFileTypeFactory extends FileTypeFactory {
consumer.consume(XHtmlFileType.INSTANCE, "xhtml");
consumer.consume(new DTDFileType(), "dtd;ent;mod");
consumer.consume(XmlFileType.INSTANCE, "xml;xsd;tld;xsl;jnlp;wsdl;hs;jhm;ant;mxm;mxml;fxg;xul;xslt");
consumer.consume(XmlFileType.INSTANCE, "xml;xsd;tld;xsl;jnlp;wsdl;hs;jhm;ant;xul;xslt");
}
}