Revision 30633 branches/v2_0_0_prep/extensions/extGPE-gvSIG/src/org/gvsig/fmap/dal/store/gpe/DALGPELibrary.java

View differences:

DALGPELibrary.java
30 30
import org.gvsig.fmap.dal.DALFileLocator;
31 31
import org.gvsig.fmap.dal.DALLocator;
32 32
import org.gvsig.fmap.dal.spi.DataManagerProviderServices;
33
import org.gvsig.tools.library.AbstractLibrary;
33 34
import org.gvsig.tools.library.LibraryException;
34
import org.gvsig.tools.library.impl.BaseLibrary;
35 35

  
36 36
/**
37 37
 * @author <a href="mailto:jpiera@gvsig.org">Jorge Piera</a>
38 38
 */
39
public class DALGPELibrary extends BaseLibrary {
39
public class DALGPELibrary extends AbstractLibrary {
40 40

  
41 41
	protected void doInitialize() throws LibraryException {
42 42
	}

Also available in: Unified diff