Revision 30633 branches/v2_0_0_prep/applications/appgvSIG/src/org/gvsig/app/AppGvSigLibrary.java

View differences:

AppGvSigLibrary.java
30 30
 */
31 31
package org.gvsig.app;
32 32

  
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
import org.gvsig.tools.locator.ReferenceNotRegisteredException;
36 36

  
37 37
/**
38 38
 * @author jmvivo
39 39
 * 
40 40
 */
41
public class AppGvSigLibrary extends BaseLibrary {
41
public class AppGvSigLibrary extends AbstractLibrary {
42 42

  
43 43
	@Override
44 44
	protected void doInitialize() throws LibraryException {

Also available in: Unified diff