Revision 45882 trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.exportto/org.gvsig.exportto.swing/org.gvsig.exportto.swing.prov/org.gvsig.exportto.swing.prov.shape/src/main/java/org/gvsig/export/shape/ExportShapeLibrary.java

View differences:

ExportShapeLibrary.java
2 2

  
3 3
import org.gvsig.export.ExportLibrary;
4 4
import org.gvsig.export.ExportLocator;
5
import org.gvsig.export.dbf.ExportDBFLibrary;
5 6
import org.gvsig.export.shape.service.ExportShapeParametersImpl;
6 7
import org.gvsig.export.shape.service.ExportShapeServiceFactory;
7 8
import org.gvsig.export.shape.swing.ExportShapePanelsFactory;
......
22 23
    public void doRegistration() {
23 24
        registerAsServiceOf(ExportSwingLibrary.class);
24 25
        registerAsServiceOf(ExportLibrary.class);
26
        require(ExportDBFLibrary.class);
25 27
    }
26 28

  
27 29
    @Override

Also available in: Unified diff