Author: pwang
Date: 2013-03-21 16:59:41 -0700 (Thu, 21 Mar 2013)
New Revision: 31163

Modified:
   new_cytoscape_website/plugin_website/plugins/pluginPropsUtil.inc
Log:
Remove the restrict of JDK

Modified: new_cytoscape_website/plugin_website/plugins/pluginPropsUtil.inc
===================================================================
--- new_cytoscape_website/plugin_website/plugins/pluginPropsUtil.inc    
2013-03-21 23:42:26 UTC (rev 31162)
+++ new_cytoscape_website/plugin_website/plugins/pluginPropsUtil.inc    
2013-03-21 23:59:41 UTC (rev 31163)
@@ -405,9 +405,9 @@
 
        $version = getJavaVersion($zipFileName, $pluginClassName);
 
-       if ($version > 49){ // 49 is the jdk version (java platform version 1.5)
-               $javaVersion_tooHigh = true;
-       }
+//     if ($version > 49){ // 49 is the jdk version (java platform version 1.5)
+//             $javaVersion_tooHigh = true;
+//     }
 
        if ($retValue == false && $javaVersion_tooHigh == false) {
        ?>

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/cytoscape-cvs?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to