[Xulu-commits] r107 - in trunk: dist src/edu/bonn/xulu/plugin/io

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Nov 8 15:24:59 CET 2010


Author: mojays
Date: 2010-11-08 15:24:56 +0100 (Mon, 08 Nov 2010)
New Revision: 107

Modified:
   trunk/dist/xulu-src.zip
   trunk/dist/xulu.jar
   trunk/src/edu/bonn/xulu/plugin/io/IOUtil.java
Log:
Use of StylingUtil.saveStyleToSLD(..) changed to .saveStyleToSld(..) because Stefan Tzeggai changed the SCHMITZM method in Trunk

Modified: trunk/dist/xulu-src.zip
===================================================================
(Binary files differ)

Modified: trunk/dist/xulu.jar
===================================================================
(Binary files differ)

Modified: trunk/src/edu/bonn/xulu/plugin/io/IOUtil.java
===================================================================
--- trunk/src/edu/bonn/xulu/plugin/io/IOUtil.java	2010-10-26 15:23:03 UTC (rev 106)
+++ trunk/src/edu/bonn/xulu/plugin/io/IOUtil.java	2010-11-08 14:24:56 UTC (rev 107)
@@ -116,7 +116,7 @@
         if ( style instanceof StyledLayerStyle )
           StyledLayerUtil.saveStyledLayerStyle( (StyledLayerStyle)style, objectURL );
         else if ( style instanceof Style )
-          StylingUtil.saveStyleToSLD((Style)style, new File(objectURL.toURI()));
+          StylingUtil.saveStyleToSld((Style)style, new File(objectURL.toURI()));
         else
           throw new UnsupportedOperationException("Export of style not supported: "+style.getClass().getSimpleName());
       }



More information about the Xulu-commits mailing list