[Mathlib-commitlog] SF.net SVN: mathlib:[508] JMathLib/trunk/src/jmathlib/toolbox/jmathlib/ system/
Status: Beta
Brought to you by:
st_mueller
|
From: <st_...@us...> - 2008-11-30 16:21:32
|
Revision: 508
http://mathlib.svn.sourceforge.net/mathlib/?rev=508&view=rev
Author: st_mueller
Date: 2008-11-30 16:21:29 +0000 (Sun, 30 Nov 2008)
Log Message:
-----------
better handling of updates
Modified Paths:
--------------
JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/update.java
Modified: JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/update.java
===================================================================
--- JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/update.java 2008-11-30 16:21:05 UTC (rev 507)
+++ JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/update.java 2008-11-30 16:21:29 UTC (rev 508)
@@ -63,6 +63,16 @@
getInterpreter().displayText("No update available available");
return null;
}
+
+ if (updateVersionS.equals("full_download_required"))
+ {
+ getInterpreter().displayText("\n");
+ getInterpreter().displayText("Full download required in order to update!");
+ getInterpreter().displayText("Please visit www.jmathlib.de for details.");
+ getInterpreter().displayText("\n");
+ return null;
+ }
+
getInterpreter().displayText("updating to version >"+updateVersionS+"< \n");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|