[Schmitzm-commits] r386 - in branches/1.0-gt2-2.6/src/org/geotools: gui swing

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Sep 11 18:48:58 CEST 2009


Author: alfonx
Date: 2009-09-11 18:48:58 +0200 (Fri, 11 Sep 2009)
New Revision: 386

Removed:
   branches/1.0-gt2-2.6/src/org/geotools/gui/swing/
Modified:
   branches/1.0-gt2-2.6/src/org/geotools/swing/MouseSelectionTracker_Public.java
Log:
* Hunting a problem, where the application ONLY WHEN STARTING VIA JWS, crashes with "ClassNotFound: org.geotools.GUI.swing.JMapPane"... but we only reference 
org.geotools.swing.JMapPane ?!?!?!
So I changed all references to org.geotools.gui.swing, even in the comments .. paranoia

Modified: branches/1.0-gt2-2.6/src/org/geotools/swing/MouseSelectionTracker_Public.java
===================================================================
--- branches/1.0-gt2-2.6/src/org/geotools/swing/MouseSelectionTracker_Public.java	2009-09-11 16:45:41 UTC (rev 385)
+++ branches/1.0-gt2-2.6/src/org/geotools/swing/MouseSelectionTracker_Public.java	2009-09-11 16:48:58 UTC (rev 386)
@@ -1,6 +1,8 @@
+// REMOVED BY SK, because since we moved the class to gtmig, we don't need this class anymore.
+
 //package org.geotools.swing;
 //
-//import gtmig.org.geotools.gui.swing.MouseSelectionTracker;
+//import gtmig.org.geotools.swing.MouseSelectionTracker;
 //
 //
 ///**



More information about the Schmitzm-commits mailing list