Author: jleroux
Date: Sat May 6 09:21:55 2017
New Revision: 1794130
URL:
http://svn.apache.org/viewvc?rev=1794130&view=revLog:
No functional change.
Adds a mention about using component-load.xml file in the plugins directory
Small reformatting to better split the note
Make beware (deletes plugins dir) bold
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=1794130&r1=1794129&r2=1794130&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/README.md (original)
+++ ofbiz/ofbiz-framework/trunk/README.md Sat May 6 09:21:55 2017
@@ -33,9 +33,10 @@ For more details about OFBiz please visi
>_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.
+If you need to load the components in a specific order put a component-load.xml file in the plugins directory.</br>
+For OFBiz existing components, check them out using the Gradle tasks below.
+To check out a component, in a created on the fly plugins directory, use the **pullPluginSource** Gradle task.
+To get all components use **pullAllPluginsSource**. **Beware** this deletes a previously existing plugins directory.
System requirements