[Schmitzm-commits] r683 - in tags/1.1: . defaults dist

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


Author: mojays
Date: 2010-02-10 16:01:56 +0100 (Wed, 10 Feb 2010)
New Revision: 683

Added:
   tags/1.1/dist/schmitzm-1.1-doc.zip
   tags/1.1/dist/schmitzm-1.1-src.zip
   tags/1.1/dist/schmitzm-1.1.jar
Removed:
   tags/1.1/dist/schmitzm-1.1.x-doc.zip
   tags/1.1/dist/schmitzm-1.1.x-src.zip
   tags/1.1/dist/schmitzm-1.1.x.jar
   tags/1.1/dist/schmitzm-1.1.x.jar.zip
Modified:
   tags/1.1/build.xml
   tags/1.1/defaults/.classpath
   tags/1.1/readme.txt
   tags/1.1/release.txt
Log:
distribution of v1.1 added
readme.txt, release.txt and .classpath updated

Modified: tags/1.1/build.xml
===================================================================
--- tags/1.1/build.xml	2010-02-10 14:48:03 UTC (rev 682)
+++ tags/1.1/build.xml	2010-02-10 15:01:56 UTC (rev 683)
@@ -16,7 +16,7 @@
 	<!-- Project name -->
 	<property name="PROJECT.NAME"    value="schmitzm"/>
 	<!-- Version number added as postfix to files -->
-	<property name="VERSION"         value="-1.1.x"/>
+	<property name="VERSION"         value="-1.1"/>
 
 	<!-- Destination folder for ZIPs and JARs -->
 	<property name="DEST.DIR"         value="dist"/>

Modified: tags/1.1/defaults/.classpath
===================================================================
--- tags/1.1/defaults/.classpath	2010-02-10 14:48:03 UTC (rev 682)
+++ tags/1.1/defaults/.classpath	2010-02-10 15:01:56 UTC (rev 683)
@@ -1,11 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry excluding="**/.svn/" kind="src" path="src"/>
-	<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/log4j"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/jini"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/gt-arcgrid"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/gt2-2.4.4"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/jFreeChart"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/jini"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/log4j"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/POI"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/gt2-2.4.5"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/jFreeChart-1.0.13"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/colt-statistics"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/jai"/>
 	<classpathentry kind="output" path="classes"/>
 </classpath>

Added: tags/1.1/dist/schmitzm-1.1-doc.zip
===================================================================
(Binary files differ)


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

Added: tags/1.1/dist/schmitzm-1.1-src.zip
===================================================================
(Binary files differ)


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

Added: tags/1.1/dist/schmitzm-1.1.jar
===================================================================
(Binary files differ)


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

Deleted: tags/1.1/dist/schmitzm-1.1.x-doc.zip
===================================================================
(Binary files differ)

Deleted: tags/1.1/dist/schmitzm-1.1.x-src.zip
===================================================================
(Binary files differ)

Deleted: tags/1.1/dist/schmitzm-1.1.x.jar
===================================================================
(Binary files differ)

Deleted: tags/1.1/dist/schmitzm-1.1.x.jar.zip
===================================================================
(Binary files differ)

Modified: tags/1.1/readme.txt
===================================================================
--- tags/1.1/readme.txt	2010-02-10 14:48:03 UTC (rev 682)
+++ tags/1.1/readme.txt	2010-02-10 15:01:56 UTC (rev 683)
@@ -1,5 +1,5 @@
 ==============================================================
-=== SCHMITZM README (2009-03-02, Martin Schmitz)           ===
+=== SCHMITZM README (2010-02-10, Martin Schmitz)           ===
 ===                                                        ===
 === http://wald.intevation.org/projects/xulu/              ===
 === http://wald.intevation.org/projects/schmitzm/          ===

Modified: tags/1.1/release.txt
===================================================================
--- tags/1.1/release.txt	2010-02-10 14:48:03 UTC (rev 682)
+++ tags/1.1/release.txt	2010-02-10 15:01:56 UTC (rev 683)
@@ -1,10 +1,17 @@
 ===============================================================
-=== SCHMITZM 1.0 RELEASE NOTES (2009-08-26, Martin Schmitz) ===
+=== SCHMITZM 1.1 RELEASE NOTES (2010-02-10, Martin Schmitz) ===
 ===                                                         ===
 === http://wald.intevation.org/projects/xulu/               ===
 === http://wald.intevation.org/projects/schmitzm/           ===
 ===============================================================
 
+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