You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2016/02/24 10:55:09 UTC

svn commit: r1732050 - /ofbiz/site/index.html

Author: jleroux
Date: Wed Feb 24 09:55:09 2016
New Revision: 1732050

URL: http://svn.apache.org/viewvc?rev=1732050&view=rev
Log:
We need to use Java 1.7 and not Java 8, so R12.04 front-end is disabled for now, see OFBIZ-6650

Modified:
    ofbiz/site/index.html

Modified: ofbiz/site/index.html
URL: http://svn.apache.org/viewvc/ofbiz/site/index.html?rev=1732050&r1=1732049&r2=1732050&view=diff
==============================================================================
--- ofbiz/site/index.html (original)
+++ ofbiz/site/index.html Wed Feb 24 09:55:09 2016
@@ -242,7 +242,8 @@
                 </li>
                 <li>12.04 Release Branch Demo (old)
                     <ul>
-                        <li><a href="http://demo-old-ofbiz.apache.org/ecommerce/control/main">Front-End Store</a></li>
+                        <!--<li><a href="http://demo-old-ofbiz.apache.org/ecommerce/control/main">Front-End Store</a></li>-->
+                        <li><strike>Front-End Store (we need to use Java 1.7 and not Java 8, so it's disabled for now)</strike></li>
                         <li><a href="http://demo-old-ofbiz.apache.org/catalog/control/main?USERNAME=admin&amp;PASSWORD=ofbiz&amp;JavaScriptEnabled=Y">Management Apps</a></li>
                     </ul>
                 </li>