Revision 30619 branches/v2_0_0_prep/libraries/libTools/src/org/gvsig/tools/persistence/xml/XMLPersistenceLibrary.java

View differences:

XMLPersistenceLibrary.java
41 41
public class XMLPersistenceLibrary extends BaseLibrary {
42 42

  
43 43
	protected void doInitialize() throws LibraryException {
44
		ToolsLocator.registerPersistenceManager(XMLPersistenceManager.class);
44
		ToolsLocator.registerPersistenceManager(ZipXMLPersistenceManager.class);
45 45
	}
46 46

  
47 47
	protected void doPostInitialize() throws LibraryException {

Also available in: Unified diff