Revision 32785 trunk/extensions/extGeoprocessingExtensions/src/com/iver/cit/gvsig/geoprocess/impl/RegisterGeoprocessExtension.java

View differences:

RegisterGeoprocessExtension.java
64 64
import com.iver.andami.PluginServices;
65 65
import com.iver.andami.plugins.Extension;
66 66
import com.iver.cit.gvsig.geoprocess.impl.reproject.ReprojectGeoprocessPlugin;
67
import com.iver.cit.gvsig.geoprocess.impl.topology.lineclean.LineCleanGeoprocessPlugin;
68
import com.iver.cit.gvsig.geoprocess.impl.topology.polygonbuild.PolygonBuildGeoprocessPlugin;
69 67
import com.iver.cit.gvsig.geoprocess.impl.xyshift.XYShiftGeoprocessPlugin;
70 68
import com.iver.utiles.extensionPoints.ExtensionPoints;
71 69
import com.iver.utiles.extensionPoints.ExtensionPointsSingleton;
......
81 79
		extensionPoints.add("GeoprocessManager",
82 80
				"REPROJECT", 
83 81
				ReprojectGeoprocessPlugin.class);
84
		
85
		/*extensionPoints.add("GeoprocessManager",
86
				"LINECLEAN", 
87
				LineCleanGeoprocessPlugin.class);
88
		
89
		extensionPoints.add("GeoprocessManager",
90
				"POLYGONBUILD", 
91
				PolygonBuildGeoprocessPlugin.class);*/
82
			
92 83
		registerIcons();
93 84
	}
94 85
	
......
97 88
				"xyshiftdesc-icon",
98 89
				XYShiftGeoprocessPlugin.class.getResource("resources/xyshiftdesc.png")
99 90
			);
100
		PluginServices.getIconTheme().registerDefault(
101
				"polygbuilddesc-icon",
102
				LineCleanGeoprocessPlugin.class.getResource("resources/polygbuilddesc.png")
103
			);
104
		PluginServices.getIconTheme().registerDefault(
105
				"linecleandesc-icon",
106
				LineCleanGeoprocessPlugin.class.getResource("resources/linecleandesc.png")
107
			);
91
//		PluginServices.getIconTheme().registerDefault(
92
//				"polygbuilddesc-icon",
93
//				LineCleanGeoprocessPlugin.class.getResource("resources/polygbuilddesc.png")
94
//			);
95
//		PluginServices.getIconTheme().registerDefault(
96
//				"linecleandesc-icon",
97
//				LineCleanGeoprocessPlugin.class.getResource("resources/linecleandesc.png")
98
//			);
108 99
	}
109 100
	
110 101
	public void execute(String actionCommand) {

Also available in: Unified diff