私はEclipseでJSFプロジェクトを作成し、ファイルfaces-config.xmlでエラーが発生します
Referenced file contains errors (jar:file:/D:/eclips/eclipse k/plugins/org.jboss.tools.jst.web_3.5.0.Final-v20130717-0309-B75.jar!/catalog/web-facesconfig_2_2.xsd).
顔-config.xml
<?xml version="1.0" encoding="UTF-8"?>
<faces-config
xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
http://xmlns.jcp.org/xml/ns/javaee/web-facesconfig_2_2.xsd"
version="2.2">
</faces-config>
次の行を削除すると、faces-config.xmlでエラー表示が消えます
http://xmlns.jcp.org/xml/ns/javaee/web-facesconfig_2_2.xsd
この問題の解決方法を教えてください。