Revision 30580 branches/v2_0_0_prep/libraries/libMetadata/src/org/gvsig/metadata/simple/SimpleMDLibrary.java

View differences:

SimpleMDLibrary.java
31 31
package org.gvsig.metadata.simple;
32 32

  
33 33
import org.gvsig.metadata.MDLocator;
34
import org.gvsig.tools.locator.BaseLibrary;
34
import org.gvsig.tools.library.LibraryException;
35
import org.gvsig.tools.library.impl.BaseLibrary;
35 36

  
36 37
public class SimpleMDLibrary extends BaseLibrary {
37 38

  
38
	public void initialize() {
39
        super.initialize();
39
	protected void doInitialize() throws LibraryException {
40 40
        MDLocator.registerMDManager(SimpleMDManager.class);
41
    }
41
	}
42

  
43
	protected void doPostInitialize() throws LibraryException {
44
	}
42 45
	
43 46
}

Also available in: Unified diff