[Schmitzm-commits] r686 - in trunk: . dist

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


Author: mojays
Date: 2010-02-10 16:24:20 +0100 (Wed, 10 Feb 2010)
New Revision: 686

Added:
   trunk/dist/schmitzm-2.0-doc.zip
   trunk/dist/schmitzm-2.0-src.zip
   trunk/dist/schmitzm-2.0.jar
Removed:
   trunk/dist/schmitzm-2.0-RC2.jar.zip
Modified:
   trunk/build.xml
   trunk/readme.txt
   trunk/release.txt
Log:
distribution of v2.0 added
readme.txt, release.txt and .classpath updated to version 2.0

Modified: trunk/build.xml
===================================================================
--- trunk/build.xml	2010-02-10 15:04:02 UTC (rev 685)
+++ trunk/build.xml	2010-02-10 15:24:20 UTC (rev 686)
@@ -18,7 +18,7 @@
 	<!-- Project name -->
 	<property name="PROJECT.NAME"    value="schmitzm"/>
 	<!-- Version number added as postfix to files -->
-	<property name="VERSION"         value="-2.0-RC2"/>
+	<property name="VERSION"         value="-2.0"/>
 
 	<!-- Destination folder for ZIPs and JARs -->
 	<property name="DEST.DIR"         value="dist"/>
@@ -57,7 +57,8 @@
 	</target>
 
 	<!-- ##############  Create a JAR from "classes" and ZIP it ############## -->
-	<target name="jar" depends="nativeToAscii">
+<!--	<target name="jar" depends="nativeToAscii"-->
+	<target name="jar">
 		<!-- Create the JAR -->
 		<delete failonerror="false" file="${FILE.JAR}"/>
 		<jar destfile="${FILE.JAR}" index="false" level="8" duplicate="preserve">

Deleted: trunk/dist/schmitzm-2.0-RC2.jar.zip
===================================================================
(Binary files differ)

Added: trunk/dist/schmitzm-2.0-doc.zip
===================================================================
(Binary files differ)


Property changes on: trunk/dist/schmitzm-2.0-doc.zip
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/dist/schmitzm-2.0-src.zip
===================================================================
(Binary files differ)


Property changes on: trunk/dist/schmitzm-2.0-src.zip
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

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


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

Modified: trunk/readme.txt
===================================================================
--- trunk/readme.txt	2010-02-10 15:04:02 UTC (rev 685)
+++ trunk/readme.txt	2010-02-10 15:24:20 UTC (rev 686)
@@ -1,5 +1,5 @@
 ==============================================================
-=== SCHMITZM README (2010-01-28, Martin Schmitz)           ===
+=== SCHMITZM 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 15:04:02 UTC (rev 685)
+++ trunk/release.txt	2010-02-10 15:24:20 UTC (rev 686)
@@ -1,18 +1,25 @@
 ===============================================================
-=== SCHMITZM RELEASE NOTES (2009-08-26, Martin Schmitz)     ===
+=== SCHMITZM RELEASE NOTES (2010-02-10, Martin Schmitz)     ===
 ===                                                         ===
 === http://wald.intevation.org/projects/xulu/               ===
 === http://wald.intevation.org/projects/schmitzm/           ===
 ===============================================================
 
+SCHMITZM 2.0 (rev 685, 2010-02-10)
+----------------------------------
+This version contains the last version of branch RC1.
+It is the first stable SCHMITZM version which bases on
+Geotools 2.6.1.
+
+
 SCHMITZM 2.0-RC2
---------------------
+----------------
 This branch bases on RC1 and includes developments and
 extensions to make all parts stable especially for XULU.
 
 
 SCHMITZM 2.0-RC1
---------------------
+----------------
 This branch already bases on Geotools 2.6.x but is not
 stable in all parts (e.g. JEditorPane to create FeatureCollections).
 For GeoPublisher 1.3 the RC1 branch is stable version, which remains
@@ -28,6 +35,13 @@
 Note: This branch is not stable!!!
 
 
+SCHMITZM 1.1 (rev 682)
+----------------------
+This version contains the last version using Geotools 2.4.5.
+After that the trunk is switched to Geotools 2.6.1.
+The next release will be SCHMITZM 2.0.
+
+
 SCHMITZM 1.0 (rev 314)
 ----------------------
 This first version contains the latest "stable" version using



More information about the Schmitzm-commits mailing list