[Mathlib-commitlog] SF.net SVN: mathlib:[799] JMathLib/trunk
Status: Beta
Brought to you by:
st_mueller
|
From: <st_...@us...> - 2009-01-30 19:08:31
|
Revision: 799
http://mathlib.svn.sourceforge.net/mathlib/?rev=799&view=rev
Author: st_mueller
Date: 2009-01-30 19:08:26 +0000 (Fri, 30 Jan 2009)
Log Message:
-----------
changed handling of preferences/properties
Modified Paths:
--------------
JMathLib/trunk/ChangeLog.txt
JMathLib/trunk/build.properties
Removed Paths:
-------------
JMathLib/trunk/JMathLib.local.properties
Modified: JMathLib/trunk/ChangeLog.txt
===================================================================
--- JMathLib/trunk/ChangeLog.txt 2009-01-30 19:04:24 UTC (rev 798)
+++ JMathLib/trunk/ChangeLog.txt 2009-01-30 19:08:26 UTC (rev 799)
@@ -9,6 +9,13 @@
---- HISTORY ------------------------------------------------------------------
2009/01/xx stefan:
+2009/01/30 stefan: changed handling of properties
+ removed getLocalProperty, setLocalProperty
+ renamed getGlobalProperty into getProperty
+ renamed setGlobalProperty into setProperty
+ JMathLib.local.properties is obsolete
+ JMathLib.propertis is the master now
+
2009/01/26 stefan: changed MathLibException into JMathLibException
2009/01/25 stefan: JMathLib has not been thread save for more than one
Deleted: JMathLib/trunk/JMathLib.local.properties
===================================================================
--- JMathLib/trunk/JMathLib.local.properties 2009-01-30 19:04:24 UTC (rev 798)
+++ JMathLib/trunk/JMathLib.local.properties 2009-01-30 19:08:26 UTC (rev 799)
@@ -1,10 +0,0 @@
-#JMathLib local property file
-#Sat Nov 30 20:00:00 CEST 2008
-update.auto=yes
-jmathlib.release.date=2009/01/29
-update.errors=0
-update.site.primary=http://www.jmathlib.de/checkForUpdates/
-update.site.backup=http://mathlib.sourceforge.net/checkForUpdates/
-update.date.next=00.00.00
-update.intervall=1
-update.date.last=2009/01/29
Modified: JMathLib/trunk/build.properties
===================================================================
--- JMathLib/trunk/build.properties 2009-01-30 19:04:24 UTC (rev 798)
+++ JMathLib/trunk/build.properties 2009-01-30 19:08:26 UTC (rev 799)
@@ -6,10 +6,10 @@
project=JMathLib
# Project version
-version=0.9.3
+version=0.9.4
# Release date
-release_date=2009/01/11
+release_date=2009/01/30
# final project name
final.name=${project}_${version}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|