Author: mreutegg Date: Wed Nov 25 13:51:41 2009 New Revision: 884097 URL: http://svn.apache.org/viewvc?rev=884097&view=rev Log: JCR-2405: repository-2.0.dtd missing Added: jackrabbit/trunk/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/config/repository-2.0.dtd - copied, changed from r881285, jackrabbit/trunk/jackrabbit-core/src/main/resources/org/apache/jackrabbit/core/config/repository-1.6.dtd Modified: jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/config/ConfigurationEntityResolver.java Modified: jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/config/ConfigurationEntityResolver.java URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/config/ConfigurationEntityResolver.java?rev=884097&r1=884096&r2=884097&view=diff ============================================================================== --- jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/config/ConfigurationEntityResolver.java (original) +++ jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/config/ConfigurationEntityResolver.java Wed Nov 25 13:51:41 2009 @@ -16,20 +16,21 @@ */ package org.apache.jackrabbit.core.config; -import org.xml.sax.EntityResolver; -import org.xml.sax.InputSource; -import org.xml.sax.SAXException; - import java.io.IOException; import java.io.InputStream; import java.util.HashMap; import java.util.Map; +import org.xml.sax.EntityResolver; +import org.xml.sax.InputSource; +import org.xml.sax.SAXException; + /** * Entity resolver for Jackrabbit configuration files. * This simple resolver contains mappings for the following * public identifiers used for the Jackrabbit configuration files: *
-//The Apache Software Foundation//DTD Jackrabbit 2.0//EN-//The Apache Software Foundation//DTD Jackrabbit 1.6//EN-//The Apache Software Foundation//DTD Jackrabbit 1.5//EN-//The Apache Software Foundation//DTD Jackrabbit 1.4//EN* Also the following system identifiers are mapped to local resources: *
http://jackrabbit.apache.org/dtd/repository-2.0.dtdhttp://jackrabbit.apache.org/dtd/repository-1.6.dtdhttp://jackrabbit.apache.org/dtd/repository-1.5.dtdhttp://jackrabbit.apache.org/dtd/repository-1.4.dtd