[Xulu-commits] r79 - in trunk: . defaults dist src/edu/bonn/xulu/appl

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Feb 10 18:17:28 CET 2010


Author: mojays
Date: 2010-02-10 18:16:41 +0100 (Wed, 10 Feb 2010)
New Revision: 79

Modified:
   trunk/defaults/.classpath
   trunk/dist/xulu-doc.zip
   trunk/dist/xulu-src.zip
   trunk/dist/xulu.jar
   trunk/readme.txt
   trunk/release.txt
   trunk/src/edu/bonn/xulu/appl/XuluConstants.java
Log:
release notes updated
default .classpath updated
distributions updated

Modified: trunk/defaults/.classpath
===================================================================
--- trunk/defaults/.classpath	2010-02-10 16:43:46 UTC (rev 78)
+++ trunk/defaults/.classpath	2010-02-10 17:16:41 UTC (rev 79)
@@ -3,7 +3,7 @@
 	<classpathentry excluding="**/.svn/" kind="src" path="src"/>
 	<classpathentry kind="lib" path="resource"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="lib" path="lib/schmitzm/schmitzm-1.0-gt2-2.6.jar"/>
+	<classpathentry kind="lib" path="lib/schmitzm/schmitzm-2.0.jar"/>
 	<classpathentry kind="lib" path="lib/geotoolsArcGrid/junit-4.4.jar"/>
 	<classpathentry kind="lib" path="lib/gt2-2.6/batik-anim-1.7.jar"/>
 	<classpathentry kind="lib" path="lib/gt2-2.6/batik-awt-util-1.7.jar"/>

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

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

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

Modified: trunk/readme.txt
===================================================================
--- trunk/readme.txt	2010-02-10 16:43:46 UTC (rev 78)
+++ trunk/readme.txt	2010-02-10 17:16:41 UTC (rev 79)
@@ -7,7 +7,7 @@
 - Hinweis, dass SCHMITZM im Classpath ueber GT liegen muss!
 
 ==============================================================
-=== XULU README (2009-02-24, Martin Schmitz)               ===
+=== XULU README (2010-02-10, Martin Schmitz)               ===
 ===                                                        ===
 === http://wald.intevation.org/projects/xulu/              ===
 === http://wald.intevation.org/projects/schmitzm/          ===

Modified: trunk/release.txt
===================================================================
--- trunk/release.txt	2010-02-10 16:43:46 UTC (rev 78)
+++ trunk/release.txt	2010-02-10 17:16:41 UTC (rev 79)
@@ -1,10 +1,16 @@
 ===============================================================
-=== XULU 1.8 RELEASE NOTES (2009-08-31, Martin Schmitz)     ===
+=== XULU 1.8 RELEASE NOTES (2010-02-10, Martin Schmitz)     ===
 ===                                                         ===
 === http://wald.intevation.org/projects/xulu/               ===
 === http://wald.intevation.org/projects/schmitzm/           ===
 ===============================================================
 
+XULU 1.9
+-----------------
+This tag contains the first version using SCHMITZM 2.0 (with
+Geotools 2.6.1).
+
+
 XULU 1.8.1 (rev 74)
 ----------------------
 This tag contains the last version using SCHMITZM 1.1 (with

Modified: trunk/src/edu/bonn/xulu/appl/XuluConstants.java
===================================================================
--- trunk/src/edu/bonn/xulu/appl/XuluConstants.java	2010-02-10 16:43:46 UTC (rev 78)
+++ trunk/src/edu/bonn/xulu/appl/XuluConstants.java	2010-02-10 17:16:41 UTC (rev 79)
@@ -29,9 +29,9 @@
  */
 public interface XuluConstants {
   /** Versionsnummer der Xulu-Modelling-Platform. **/
-  public static final String VERSION = "1.8-gt2-2.6";
+  public static final String VERSION = "1.9";
   /** Versionsdatum der Xulu-Modelling-Platform. **/
-  public static final String VERSION_DATE = "2009-08-31";
+  public static final String VERSION_DATE = "2010-02-10";
   /** Verzeichnis, in dem Icons und Uebersetzungen hinterlegt sind. */
   public static final String RESOURCE_DIR = "resource";
   /** Verzeichnis, in dem Icons hinterlegt sind. */



More information about the Xulu-commits mailing list