Revision 33032 branches/v2_0_0_prep/extensions/extWFS2/src/org/gvsig/fmap/dal/store/wfs/WFSLibrary.java

View differences:

WFSLibrary.java
32 32
import org.gvsig.fmap.dal.serverexplorer.wfs.WFSServerExplorer;
33 33
import org.gvsig.fmap.dal.serverexplorer.wfs.WFSServerExplorerParameters;
34 34
import org.gvsig.fmap.dal.spi.DataManagerProviderServices;
35
import org.gvsig.fmap.mapcontext.MapContextLibrary;
35 36
import org.gvsig.tools.ToolsLocator;
36 37
import org.gvsig.tools.extensionpoint.ExtensionPoint;
37 38
import org.gvsig.tools.extensionpoint.ExtensionPointManager;
38 39
import org.gvsig.tools.library.AbstractLibrary;
40
import org.gvsig.tools.library.Library;
39 41
import org.gvsig.tools.library.LibraryException;
40 42

  
41 43
/**
......
43 45
 */
44 46
public class WFSLibrary extends AbstractLibrary {
45 47

  
48
	public WFSLibrary() {
49
		super(WFSLibrary.class,Library.TYPE.IMPL);
50
		require(MapContextLibrary.class);
51
	}
52
	
53

  
46 54
	@Override
47 55
	protected void doInitialize() throws LibraryException {
48 56
	}
49 57

  
50 58
	@Override
51 59
	protected void doPostInitialize() throws LibraryException {
52
		new DALDefaultImplLibrary().postInitialize();
53
		
54 60
		WFSStoreParameters.registerDynClass();
55 61
		WFSStoreProvider.registerMetadataDefinition();
56 62

  

Also available in: Unified diff