mrglavas 2c61e0d811 When processing META-INF/services SchemaFactoryFinder was calling
loadFromProperty() which reads a META-INF/services file as if it were a
properties file. In SchemaFactory [1] for the META-INF/services file it
says to look at the "JAR file specification for file format and parsing
rules". Looking at the JAR file specification [2] it says: "The file
should contain a newline-separated list of unique concrete provider-class
names".

We should now be reading the META-INF/services files as specified
in the JAR file specification.

[1] http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/validation/SchemaFactory.html#newInstance(java.lang.String)
[2] http://java.sun.com/j2se/1.5.0/docs/guide/jar/jar.html#Provider%20Configuration%20File


git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226247 13f79535-47bb-0310-9956-ffa450edef68
2005-06-20 22:05:52 +00:00
2003-10-28 02:14:23 +00:00
2003-09-03 14:33:27 +00:00
2004-06-22 02:53:37 +00:00

xml-commons/README.txt $Id$


HEAR YE, HEAR YE!


Software and documentation in this repository are covered under 
a number of different licenses.


Most files under xml-commons/java/external/ are covered 
under their respective LICENSE.*.txt files; see the matching 
README.*.txt files for descriptions.

Note that xml-commons/java/external/build.xml and 
xml-commons/java/external/src/manifest.commons are 
both covered under the Apache Software License.


All files not otherwise noted are covered under the 
Apache Software License in LICENSE.txt including all 
files under xml-commons/java/src
Description
No description provided
Readme 7.3 MiB
Languages
Java 97.2%
HTML 2.8%