Thread: [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.
|
|
From: <st_...@us...> - 2009-02-01 12:43:14
|
Revision: 814
http://mathlib.svn.sourceforge.net/mathlib/?rev=814&view=rev
Author: st_mueller
Date: 2009-02-01 12:43:08 +0000 (Sun, 01 Feb 2009)
Log Message:
-----------
added all libs for creating the documentation files to SVN
Added Paths:
-----------
JMathLib/trunk/libs/
JMathLib/trunk/libs/avalon-framework-4.2.0.jar
JMathLib/trunk/libs/batik-all-1.7.jar
JMathLib/trunk/libs/commons-io-1.3.1.jar
JMathLib/trunk/libs/commons-logging-1.0.4.jar
JMathLib/trunk/libs/fop.jar
JMathLib/trunk/libs/saxon-jdom.jar
JMathLib/trunk/libs/saxon-xml-apis.jar
JMathLib/trunk/libs/saxon.jar
JMathLib/trunk/libs/serializer-2.7.0.jar
JMathLib/trunk/libs/xalan-2.7.0.jar
JMathLib/trunk/libs/xercesImpl-2.7.1.jar
JMathLib/trunk/libs/xml-apis-1.3.04.jar
JMathLib/trunk/libs/xml-apis-ext-1.3.04.jar
JMathLib/trunk/libs/xmlgraphics-commons-1.3.1.jar
Added: JMathLib/trunk/libs/avalon-framework-4.2.0.jar
===================================================================
(Binary files differ)
Property changes on: JMathLib/trunk/libs/avalon-framework-4.2.0.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: JMathLib/trunk/libs/batik-all-1.7.jar
===================================================================
(Binary files differ)
Property changes on: JMathLib/trunk/libs/batik-all-1.7.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: JMathLib/trunk/libs/commons-io-1.3.1.jar
===================================================================
(Binary files differ)
Property changes on: JMathLib/trunk/libs/commons-io-1.3.1.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: JMathLib/trunk/libs/commons-logging-1.0.4.jar
===================================================================
(Binary files differ)
Property changes on: JMathLib/trunk/libs/commons-logging-1.0.4.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: JMathLib/trunk/libs/fop.jar
===================================================================
(Binary files differ)
Property changes on: JMathLib/trunk/libs/fop.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: JMathLib/trunk/libs/saxon-jdom.jar
===================================================================
(Binary files differ)
Property changes on: JMathLib/trunk/libs/saxon-jdom.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: JMathLib/trunk/libs/saxon-xml-apis.jar
===================================================================
(Binary files differ)
Property changes on: JMathLib/trunk/libs/saxon-xml-apis.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: JMathLib/trunk/libs/saxon.jar
===================================================================
(Binary files differ)
Property changes on: JMathLib/trunk/libs/saxon.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: JMathLib/trunk/libs/serializer-2.7.0.jar
===================================================================
(Binary files differ)
Property changes on: JMathLib/trunk/libs/serializer-2.7.0.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: JMathLib/trunk/libs/xalan-2.7.0.jar
===================================================================
(Binary files differ)
Property changes on: JMathLib/trunk/libs/xalan-2.7.0.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: JMathLib/trunk/libs/xercesImpl-2.7.1.jar
===================================================================
(Binary files differ)
Property changes on: JMathLib/trunk/libs/xercesImpl-2.7.1.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: JMathLib/trunk/libs/xml-apis-1.3.04.jar
===================================================================
(Binary files differ)
Property changes on: JMathLib/trunk/libs/xml-apis-1.3.04.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: JMathLib/trunk/libs/xml-apis-ext-1.3.04.jar
===================================================================
(Binary files differ)
Property changes on: JMathLib/trunk/libs/xml-apis-ext-1.3.04.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: JMathLib/trunk/libs/xmlgraphics-commons-1.3.1.jar
===================================================================
(Binary files differ)
Property changes on: JMathLib/trunk/libs/xmlgraphics-commons-1.3.1.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <st_...@us...> - 2009-02-21 19:51:27
|
Revision: 867
http://mathlib.svn.sourceforge.net/mathlib/?rev=867&view=rev
Author: st_mueller
Date: 2009-02-21 19:51:26 +0000 (Sat, 21 Feb 2009)
Log Message:
-----------
release 0.9.4
Modified Paths:
--------------
JMathLib/trunk/ChangeLog.txt
JMathLib/trunk/build.xml
JMathLib/trunk/readme_creation_of_distribution.txt
Modified: JMathLib/trunk/ChangeLog.txt
===================================================================
--- JMathLib/trunk/ChangeLog.txt 2009-02-21 19:43:35 UTC (rev 866)
+++ JMathLib/trunk/ChangeLog.txt 2009-02-21 19:51:26 UTC (rev 867)
@@ -1,7 +1,7 @@
ChangeLog of JMathLib
----- Functional Changes: version 0.9.3 -> 0.x.x ------------------------------
+---- Functional Changes: version 0.9.4 -> 0.x.x ------------------------------
New functions:
Updated functions:
@@ -9,6 +9,10 @@
---- HISTORY ------------------------------------------------------------------
2009/02/xx stefan:
+
+---- Functional Changes: version 0.9.0 -> 0.9.4 ------------------------------
+2009/02/21 stefan: generation of release version 0.9.4
+
2009/02/20 stefan: added a new function jmathlibcreateuniqueid
to create a unique ID for the current installation. The
ID will be save in the standard properties.
Modified: JMathLib/trunk/build.xml
===================================================================
--- JMathLib/trunk/build.xml 2009-02-21 19:43:35 UTC (rev 866)
+++ JMathLib/trunk/build.xml 2009-02-21 19:51:26 UTC (rev 867)
@@ -362,8 +362,8 @@
</java>
<!-- copy functions list to dist -->
- <copy todir="${dist.dir}/bin/jmathlib">
- <fileset dir="${build.dest}/jmathlib">
+ <copy todir="${dist.dir}/bin">
+ <fileset dir="${build.dest}">
<include name="webFunctionsList.dat"/>
</fileset>
</copy>
Modified: JMathLib/trunk/readme_creation_of_distribution.txt
===================================================================
--- JMathLib/trunk/readme_creation_of_distribution.txt 2009-02-21 19:43:35 UTC (rev 866)
+++ JMathLib/trunk/readme_creation_of_distribution.txt 2009-02-21 19:51:26 UTC (rev 867)
@@ -37,7 +37,7 @@
- send an email to the list mat...@li...
-- tag all files in SVN with new a new tag "v0_x_x"
+- tag all files in SVN with new a new tag "release_v00_09_xx/"
- wait for user feedback
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|