Okay here is where input is needed? What has changed? We need to mark new modules with 1.2.2 GeoTools did introduce a change requiring us to use new Range<Double>(Double.class, min, max ).
This effected the following: - net.refractions.udig.libs: 1.2.2 -> 1.2.2 - eu.udig.style.jgrass: 1.0.0 -> 1.0.1 - eu.udig.style.advanced: 1.0.0 -> 1.0.1 - net.refractions.udig.ui: 1.2.0 --> 1.2.2 I notice above that the class Drawing appears in both eu.udig.style.jgrass and net.refractions.udig.ui? Notes: - we are doing this so any plugin that depends on the above notices that stuff has changed and has to explicitly respond by changing what they accept as a dependency (unless they are taking the easy way out and not specifying a version number range). - the revision is bumped up to the latest uDig release one (technically the "feature containing the plugin")
_______________________________________________ User-friendly Desktop Internet GIS (uDig) http://udig.refractions.net http://lists.refractions.net/mailman/listinfo/udig-devel
