Adding initial catalog for jetty schemas
diff --git a/jetty-schemas/src/main/resources/javax/servlet/catalog.xml b/jetty-schemas/src/main/resources/javax/servlet/catalog.xml
new file mode 100644
index 0000000..54dfab2
--- /dev/null
+++ b/jetty-schemas/src/main/resources/javax/servlet/catalog.xml
@@ -0,0 +1,65 @@
+<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" prefer="public">
+
+<!-- 
+  ========================================================================
+  Copyright (c) 1995-2012 Mort Bay Consulting Pty. Ltd.
+  ========================================================================
+  All rights reserved. This program and the accompanying materials
+  are made available under the terms of the Eclipse Public License v1.0
+  and Apache License v2.0 which accompanies this distribution.
+
+      The Eclipse Public License is available at
+      http://www.eclipse.org/legal/epl-v10.html
+
+      The Apache License v2.0 is available at
+      http://www.opensource.org/licenses/apache2.0.php
+
+  You may elect to redistribute this code under either of these licenses.
+  ========================================================================
+
+  This is an XML Catalog data file for Jetty Relevant Schemas.
+
+  It is provided as a convenience in building your own catalog files.
+-->
+
+<!-- JSP Entries -->
+
+<uri name="http://java.sun.com/xml/ns/j2ee/jsp_2_0.xsd" uri="jsp/resources/jsp_2_0.xsd"/>
+<uri name="http://java.sun.com/xml/ns/javaee/jsp_2_1.xsd" uri="jsp/resources/jsp_2_1.xsd"/>
+<uri name="http://java.sun.com/xml/ns/javaee/jsp_2_2.xsd" uri="jsp/resources/jsp_2_2.xsd"/>
+<uri name="http://xmlns.jcp.org/xml/ns/javaee/jsp_2_3.xsd" uri="jsp/resources/jsp_2_3.xsd"/>
+
+<uri name="http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd" uri="jsp/resources/web-jsptaglibrary_2_0.xsd"/>
+<uri name="http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd" uri="jsp/resources/web-jsptaglibrary_2_1.xsd"/>
+
+<!-- Servlet Entries -->
+
+<uri name="http://java.sun.com/xml/ns/j2ee/j2ee_1_4.xsd" uri="resources/j2ee_1_4.xsd"/>
+<uri name="http://java.sun.com/xml/ns/javaee/javaee_5.xsd" uri="resources/javaee_5.xsd"/>
+<uri name="http://java.sun.com/xml/ns/javaee/javaee_6.xsd" uri="resources/javaee_6.xsd"/>
+<uri name="http://xmlns.jcp.org/xml/ns/javaee/javaee_7.xsd" uri="resources/javaee_7.xsd"/>
+
+<uri name="http://java.sun.com/xml/ns/j2ee/j2ee_web_services_1_1.xsd" uri="resources/j2ee_web_services_1_1.xsd"/>
+<uri name="http://java.sun.com/xml/ns/javaee/javaee_web_services_1_2.xsd" uri="resources/javaee_web_services_1_2.xsd"/>
+<uri name="http://java.sun.com/xml/ns/javaee/javaee_web_services_1_3.xsd" uri="resources/javaee_web_services_1_3.xsd"/>
+<uri name="http://xmlns.jcp.org/xml/ns/javaee/javaee_web_services_1_4.xsd" uri="resources/javaee_web_services_1_4.xsd"/>
+
+<uri name="http://java.sun.com/xml/ns/j2ee/j2ee_web_services_client_1_1.xsd" uri="resources/j2ee_web_services_client_1_1.xsd"/>
+<uri name="http://java.sun.com/xml/ns/javaee/javaee_web_services_client_1_2.xsd" uri="resources/javaee_web_services_client_1_2.xsd"/>
+<uri name="http://java.sun.com/xml/ns/javaee/javaee_web_services_client_1_3.xsd" uri="resources/javaee_web_services_client_1_3.xsd"/>
+<uri name="http://xmlns.jcp.org/xml/ns/javaee/javaee_web_services_client_1_4.xsd" uri="resources/javaee_web_services_client_1_4.xsd"/>
+
+<uri name="http://xmlns.jcp.org/xml/ns/javaee/permissions_7.xsd" uri="resources/permissions_7.xsd"/>
+
+<uri name="http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" uri="resources/web-app_2_4.xsd"/>
+<uri name="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" uri="resources/web-app_2_5.xsd"/>
+<uri name="http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" uri="resources/web-app_3_0.xsd"/>
+<uri name="http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd" uri="resources/web-app_3_1.xsd"/>
+
+<uri name="http://java.sun.com/xml/ns/javaee/web-common_3_0.xsd" uri="resources/web-common_3_0.xsd"/>
+<uri name="http://xmlns.jcp.org/xml/ns/javaee/web-common_3_1.xsd" uri="resources/web-common_3_1.xsd"/>
+
+<uri name="http://java.sun.com/xml/ns/javaee/web-fragment_3_0.xsd" uri="resources/web-fragment_3_0.xsd"/>
+<uri name="http://xmlns.jcp.org/xml/ns/javaee/web-fragment_3_1.xsd" uri="resources/web-fragment_3_1.xsd"/>
+
+</catalog>