/**
* INTERNAL:
* Read the TopLink 10.1.3 deployment XML format.
*/
public static Project read1013Format(Document document, ClassLoader classLoader) {
Project opmProject = new ObjectPersistenceRuntimeXMLProject();
return readObjectPersistenceRuntimeFormat(document, classLoader, opmProject);
}