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 2017/03/17 15:47:54 UTC

svn commit: r1787426 - in /ofbiz: ofbiz-framework/trunk/README.md site/source-repositories.html

Author: jleroux
Date: Fri Mar 17 15:47:54 2017
New Revision: 1787426

URL: http://svn.apache.org/viewvc?rev=1787426&view=rev
Log:
No functional change, fixes a typo in previous commit

Modified:
    ofbiz/ofbiz-framework/trunk/README.md
    ofbiz/site/source-repositories.html

Modified: ofbiz/ofbiz-framework/trunk/README.md
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/README.md?rev=1787426&r1=1787425&r2=1787426&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/README.md (original)
+++ ofbiz/ofbiz-framework/trunk/README.md Fri Mar 17 15:47:54 2017
@@ -57,7 +57,7 @@ the specialpurpose and hot-deploy direct
 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 delete a previously existing plugins directory.
+To get all components use **pullAllPluginsSource**. Beware this deletes a previously existing plugins directory.
 
  
 

Modified: ofbiz/site/source-repositories.html
URL: http://svn.apache.org/viewvc/ofbiz/site/source-repositories.html?rev=1787426&r1=1787425&r2=1787426&view=diff
==============================================================================
--- ofbiz/site/source-repositories.html (original)
+++ ofbiz/site/source-repositories.html Fri Mar 17 15:47:54 2017
@@ -73,7 +73,7 @@
                 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>
                 To check out a component, in a created on the fly plugins directory, use the <b>pullPluginSource</b> Gradle task.</br>
-                To get all components use <b>pullAllPluginsSource</b>. Beware this delete a previously existing plugins directory.
+                To get all components use <b>pullAllPluginsSource</b>. Beware this deletes a previously existing plugins directory.
 </p>
       <ul>
         <li><b>trunk framework</b>: $ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk ofbiz-framework</li>