Author: jleroux
Date: Fri Mar 17 18:10:29 2017
New Revision: 1787464
URL:
http://svn.apache.org/viewvc?rev=1787464&view=revLog:
Completed: Error message when svn updating due to pullAllPluginsSource
(OFBIZ-9262)
No functional change, mode the note about the trunk split as a news almost on
top of file (temporary and ideas welcome)
Modified:
ofbiz/ofbiz-framework/trunk/README.md
Modified: ofbiz/ofbiz-framework/trunk/README.md
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/README.md?rev=1787464&r1=1787463&r2=1787464&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/README.md (original)
+++ ofbiz/ofbiz-framework/trunk/README.md Fri Mar 17 18:10:29 2017
@@ -30,6 +30,14 @@ For more details about OFBiz please visi
[OFBiz License](
http://www.apache.org/licenses/LICENSE-2.0)
+>_Note_: since the trunk was split into **ofbiz-framework** and **ofbiz-plugins**,
+the specialpurpose and hot-deploy directories have disappeared.
+New components must be put in a plugins directory which works as was the hot-deploy directory.
+For OFBiz existing components, check them out using the Gradle tasks below.</br></br>
+To check out a component, in a created on the fly plugins directory, use the **pullPluginSource** Gradle task.</br>
+To get all components use **pullAllPluginsSource**. Beware this deletes a previously existing plugins directory.
+
+
System requirements
-------------------
@@ -52,15 +60,6 @@ Of course you need to make sure the conn
Quick start
-----------
->_Note_: since the trunk was split into **ofbiz-framework** and **ofbiz-plugins**,
-the specialpurpose and hot-deploy directories have disappeared.
-New components must be put in a plugins directory which works as was the hot-deploy directory.
-For OFBiz existing components, check them out using the Gradle tasks below.</br></br>
-To check out a component, in a created on the fly plugins directory, use the **pullPluginSource** Gradle task.</br>
-To get all components use **pullAllPluginsSource**. Beware this deletes a previously existing plugins directory.
-
-
-
To quickly install and fire-up OFBiz, please follow the below instructions
from the command line at the OFBiz top level directory (folder)