|
From: <tre...@us...> - 2007-10-22 23:42:59
|
Revision: 539
http://ogoglio.svn.sourceforge.net/ogoglio/?rev=539&view=rev
Author: trevorolio
Date: 2007-10-22 16:42:59 -0700 (Mon, 22 Oct 2007)
Log Message:
-----------
In lieu of an all-in-one installer, tweaked the browser tests to send folks to the slick Java installer and directly to the Windows Java3D installer.
Modified Paths:
--------------
maven/trunk/ogoglio-test-applet/src/main/java/com/ogoglio/testapplet/TestApplet.java
Modified: maven/trunk/ogoglio-test-applet/src/main/java/com/ogoglio/testapplet/TestApplet.java
===================================================================
--- maven/trunk/ogoglio-test-applet/src/main/java/com/ogoglio/testapplet/TestApplet.java 2007-10-22 20:34:44 UTC (rev 538)
+++ maven/trunk/ogoglio-test-applet/src/main/java/com/ogoglio/testapplet/TestApplet.java 2007-10-22 23:42:59 UTC (rev 539)
@@ -35,7 +35,7 @@
}
try {
float version = Float.parseFloat(versionProp);
- return version >= 1.4;
+ return version >= 1.5;
} catch (NumberFormatException e) {
System.err.println("UNPARSED VERSION: " + versionProp);
return false;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|