svn commit: r563106 - /ofbiz/branches/release4.0/framework/base/src/start/org/ofbiz/base/start/Start.java

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r563106 - /ofbiz/branches/release4.0/framework/base/src/start/org/ofbiz/base/start/Start.java

jleroux@apache.org
Author: jleroux
Date: Mon Aug  6 04:08:48 2007
New Revision: 563106

URL: http://svn.apache.org/viewvc?view=rev&rev=563106
Log:
Applied fix from trunk for revision: 563105

Modified:
    ofbiz/branches/release4.0/framework/base/src/start/org/ofbiz/base/start/Start.java

Modified: ofbiz/branches/release4.0/framework/base/src/start/org/ofbiz/base/start/Start.java
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/framework/base/src/start/org/ofbiz/base/start/Start.java?view=diff&rev=563106&r1=563105&r2=563106
==============================================================================
--- ofbiz/branches/release4.0/framework/base/src/start/org/ofbiz/base/start/Start.java (original)
+++ ofbiz/branches/release4.0/framework/base/src/start/org/ofbiz/base/start/Start.java Mon Aug  6 04:08:48 2007
@@ -6,9 +6,9 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- *
+ *
  * http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -53,7 +53,7 @@
 
     private static final String SHUTDOWN_COMMAND = "SHUTDOWN";
     private static final String STATUS_COMMAND = "STATUS";
-    private static final double REQUIRED_JDK = 1.4;
+    private static final double REQUIRED_JDK = 1.5;
 
     public void init(String[] args, boolean fullInit) throws IOException {
         String firstArg = args.length > 0 ? args[0] : "";