[Schmitzm-commits] r18 - in trunk: . defaults
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Mar 2 15:54:13 CET 2009
Author: mojays
Date: 2009-03-02 15:54:11 +0100 (Mon, 02 Mar 2009)
New Revision: 18
Added:
trunk/defaults/
trunk/defaults/.classpath
trunk/defaults/.project
Removed:
trunk/config/
Modified:
trunk/readme.txt
Log:
"config" folder renamed to "defaults"
readme.txt updated
Added: trunk/defaults/.classpath
===================================================================
--- trunk/defaults/.classpath 2009-03-02 12:46:03 UTC (rev 17)
+++ trunk/defaults/.classpath 2009-03-02 14:54:11 UTC (rev 18)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <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/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/Adagios"/>
+ <classpathentry kind="output" path="classes"/>
+</classpath>
Added: trunk/defaults/.project
===================================================================
--- trunk/defaults/.project 2009-03-02 12:46:03 UTC (rev 17)
+++ trunk/defaults/.project 2009-03-02 14:54:11 UTC (rev 18)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>SCHMITZM</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
Modified: trunk/readme.txt
===================================================================
--- trunk/readme.txt 2009-03-02 12:46:03 UTC (rev 17)
+++ trunk/readme.txt 2009-03-02 14:54:11 UTC (rev 18)
@@ -1,3 +1,33 @@
-This file shows the dependencies of the SCHMITZM library
+==============================================================
+=== SCHMITZM README (2009-03-02, Martin Schmitz) ===
+=== ===
+=== http://wald.intevation.org/projects/xulu/ ===
+=== http://wald.intevation.org/projects/schmitzm/ ===
+==============================================================
-t.b.c.
\ No newline at end of file
+Because SCHMITZM is not an executable application, but an
+library for experienced programmers, I renounced to put all
+necessary libraries to the project.
+
+I expect that the SCHMITZM developer/builder is able to include
+the following dependencies to its individual Java (Eclipse)
+project:
+ - JRE/JDK 1.6
+ - JAI plus ImageIO (if not already included in your JRE/JDK)
+ - Geotools 2.4.4
+ + gt2-arcgrid-2.3.0-M0.jar
+ + junit-4.4.jar
+ + gt2-render-2.4.2.jar
+ - jFreeChart 1.0.6
+ - Log4j 1.2.14
+ - JINI
+ - ADAGIOS Java lib
+
+NOTE: All these libraries (except JRE/JDK) can be found in the
+ 'lib' folder of the XULU project:
+ http://wald.intevation.org/projects/xulu/
+
+An example for an Eclipse project can be found in "defaults"
+folder. But please DO NOT USE, MODIFY AND COMMIT THIS FILES,
+but instead copy first '.classpass' and '.project' to SCHMITZM
+root folder!!
More information about the Schmitzm-commits
mailing list