Revision 30754 branches/v2_0_0_prep/libraries/libFMap_daldb/src/org/gvsig/fmap/dal/resource/db/DBResourceLibrary.java

View differences:

DBResourceLibrary.java
30 30
 */
31 31
package org.gvsig.fmap.dal.resource.db;
32 32

  
33
import org.gvsig.fmap.dal.impl.DALDefaultImplLibrary;
34 33
import org.gvsig.tools.library.AbstractLibrary;
35 34
import org.gvsig.tools.library.LibraryException;
36 35

  
......
48 47

  
49 48
	@Override
50 49
	protected void doPostInitialize() throws LibraryException {
51
		new DALDefaultImplLibrary().postInitialize();
52 50
		DBResourceParameters.registerDynClass();
53 51
	}
54 52

  

Also available in: Unified diff