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

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


Author: mojays
Date: 2010-02-10 18:31:01 +0100 (Wed, 10 Feb 2010)
New Revision: 81

Added:
   trunk/lib/schmitzm/schmitzm-2.0.x.jar
Removed:
   trunk/lib/schmitzm/schmitzm-2.0.jar
Modified:
   trunk/defaults/.classpath
   trunk/dist/xulu-doc.zip
   trunk/dist/xulu-src.zip
   trunk/dist/xulu.jar
   trunk/release.txt
   trunk/src/edu/bonn/xulu/appl/XuluConstants.java
Log:
release notes updated to 1.9.x
default .classpath updated to 1.9.x
distributions updated to 1.9.x
schmitzm jar updated to 2.0.x

Modified: trunk/defaults/.classpath
===================================================================
--- trunk/defaults/.classpath	2010-02-10 17:19:19 UTC (rev 80)
+++ trunk/defaults/.classpath	2010-02-10 17:31:01 UTC (rev 81)
@@ -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-2.0.jar"/>
+	<classpathentry kind="lib" path="lib/schmitzm/schmitzm-2.0.x.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)

Deleted: trunk/lib/schmitzm/schmitzm-2.0.jar
===================================================================
(Binary files differ)

Added: trunk/lib/schmitzm/schmitzm-2.0.x.jar
===================================================================
(Binary files differ)


Property changes on: trunk/lib/schmitzm/schmitzm-2.0.x.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: trunk/release.txt
===================================================================
--- trunk/release.txt	2010-02-10 17:19:19 UTC (rev 80)
+++ trunk/release.txt	2010-02-10 17:31:01 UTC (rev 81)
@@ -5,6 +5,12 @@
 === http://wald.intevation.org/projects/schmitzm/           ===
 ===============================================================
 
+XULU 1.9.x
+-----------------
+This trunk version will contains the future developments and
+enhancements using SCHMITZM 2.0.x (with Geotools 2.6.1).
+
+
 XULU 1.9
 -----------------
 This tag contains the first version using SCHMITZM 2.0 (with

Modified: trunk/src/edu/bonn/xulu/appl/XuluConstants.java
===================================================================
--- trunk/src/edu/bonn/xulu/appl/XuluConstants.java	2010-02-10 17:19:19 UTC (rev 80)
+++ trunk/src/edu/bonn/xulu/appl/XuluConstants.java	2010-02-10 17:31:01 UTC (rev 81)
@@ -29,7 +29,7 @@
  */
 public interface XuluConstants {
   /** Versionsnummer der Xulu-Modelling-Platform. **/
-  public static final String VERSION = "1.9";
+  public static final String VERSION = "1.9.x";
   /** Versionsdatum der Xulu-Modelling-Platform. **/
   public static final String VERSION_DATE = "2010-02-10";
   /** Verzeichnis, in dem Icons und Uebersetzungen hinterlegt sind. */



More information about the Xulu-commits mailing list