Revision 24357

View differences:

trunk/extensions/extTopology/src/com/iver/cit/gvsig/geoprocess/impl/polytolines/fmap/PolyToLinesGeoprocess.java
361 361
			int numOfSteps = firstLayer.getSource().getShapeCount();
362 362
			progressMonitor.setFinalStep(numOfSteps);
363 363
			progressMonitor.setDeterminatedProcess(true);
364
			progressMonitor.setNote(Messages.getText("flip_lines_note"));
364
			progressMonitor.setNote(Messages.getText("polygon_to_lines_note"));
365 365
			progressMonitor.setStatusMessage(Messages
366
					.getText("flip_lines_layer_message"));
366
					.getText("polygon_to_lines_message"));
367 367
		} catch (ReadDriverException e) {
368 368
			throw new GeoprocessException(
369 369
					"error accediendo al numero de features de una layer", e);
trunk/extensions/extTopology/build.number
1
#Build Number for ANT. Do not edit!
2
#Fri Oct 24 13:12:28 CEST 2008
3
build.number=1284
1
#Build Number for ANT. Do not edit!
2
#Sat Oct 25 12:29:09 CEST 2008
3
build.number=1285

Also available in: Unified diff