Author: jleroux
Date: Fri Mar 17 09:12:35 2017
New Revision: 1787307

URL: http://svn.apache.org/viewvc?rev=1787307&view=rev
Log:
No functional change, document the removing of the specialpurpose and hot-deploy
directories. And the necessity to use the pullPluginSource or 
pullAllPluginsSource Gradle tasks, feel free to amend...

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=1787307&r1=1787306&r2=1787307&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/README.md (original)
+++ ofbiz/ofbiz-framework/trunk/README.md Fri Mar 17 09:12:35 2017
@@ -52,6 +52,8 @@ Of course you need to make sure the conn
 
 Quick start
 -----------
+>_Note_: since the trunk was splitted, into ofbiz-framework and ofbiz-plugins; 
there are no longer a specialpurpose directory and a hot-deploy. All must be 
checked out in a created on the fly plugins directory.</br> 
+To get a component in the plugins directory: use the pullPluginSource Gradle 
task, to get all components use pullAllPluginsSource.
 
 To quickly install and fire-up OFBiz, please follow the below instructions
 from the command line at the OFBiz top level directory (folder)

Modified: ofbiz/site/source-repositories.html
URL: 
http://svn.apache.org/viewvc/ofbiz/site/source-repositories.html?rev=1787307&r1=1787306&r2=1787307&view=diff
==============================================================================
--- ofbiz/site/source-repositories.html (original)
+++ ofbiz/site/source-repositories.html Fri Mar 17 09:12:35 2017
@@ -53,9 +53,9 @@
   <p>
      If you are not familiar with Apache Subversion and you don't have an SVN 
client tool, the following links will be useful:
      <ul>
-     <li><a href="http://subversion.apache.org/"; class="external-link" 
rel="nofollow" target="external">Apache Subversion Home</a></li>
-     <li><a href="http://subversion.apache.org/packages.html"; 
class="external-link" rel="nofollow" target="external">SVN Client Tools</a></li>
-     <li><a href="http://subversion.apache.org/docs/"; class="external-link" 
rel="nofollow" target="external">Documentation</a></li>
+       <li><a href="http://subversion.apache.org/"; class="external-link" 
rel="nofollow" target="external">Apache Subversion Home</a></li>
+       <li><a href="http://subversion.apache.org/packages.html"; 
class="external-link" rel="nofollow" target="external">SVN Client Tools</a></li>
+       <li><a href="http://subversion.apache.org/docs/"; class="external-link" 
rel="nofollow" target="external">Documentation</a></li>
      </ul>
   </p>
 </div>
@@ -65,7 +65,11 @@
     Anyone can checkout or browse the source code in the OFBiz public 
Subversion (SVN) repository.<br/>
 </p>
 <p>
-    To <b>checkout</b> the source code, simply use the following command (if 
you are using a GUI client, configure it appropriately):
+    To <b>checkout</b> the source code, simply use the following command (if 
you are using a GUI client, configure it appropriately).
+</p>
+<p>
+    <b>Note: </b>since the trunk was splitted, into ofbiz-framework and 
ofbiz-plugins; there are no longer a specialpurpose directory and a hot-deploy. 
All must be checked out in a created on the fly plugins directory.</br> 
+    To get a component in the plugins directory: use the pullPluginSource 
Gradle task, to get all components use pullAllPluginsSource. 
 </p>
       <ul>
         <li><b>trunk framework</b>: $ svn co 
http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk ofbiz-framework</li>
@@ -80,13 +84,12 @@
 <p>There are also 2 type of Git repositories, one for committers and one for 
users at GitHub</p>
       <ul>
         <li><b>Git for committers</b> <a 
href="https://cwiki.apache.org/confluence/display/OFBIZ/Git+for+committers"; 
class="external-link" rel="nofollow" target="external">This wiki page explains 
how to use it.</a></li>
-        <li>
-          <b>GitHub for users</b>: Since the trunk was split (specialpurpose 
and hotdeploy merged in plugins, framework and plugins being apart), there are 
3 repositories available at
-          <ul> 
-            <li>Only the framework: <a 
href="https://github.com/apache/ofbiz-framework"; class="external-link" 
rel="nofollow" target="external">https://github.com/apache/ofbiz-framework</a>
-            <li>Only the plugins: <a 
href="https://github.com/apache/ofbiz-plugins"; class="external-link" 
rel="nofollow" target="external">https://github.com/apache/ofbiz-plugins</a>
-            <li>Only the release branches (the rest is stuck at the split 
date): <a href="https://github.com/apache/ofbiz"; class="external-link" 
rel="nofollow" target="external">https://github.com/apache/ofbiz</a>
-          <ul>
+        <li><b>GitHub for users</b>: Since the trunk was split (specialpurpose 
and hotdeploy merged in plugins, framework and plugins being apart), there are 
3 repositories available at
+            <ul> 
+              <li>Only the framework: <a 
href="https://github.com/apache/ofbiz-framework"; class="external-link" 
rel="nofollow" 
target="external">https://github.com/apache/ofbiz-framework</a></li>
+              <li>Only the plugins: <a 
href="https://github.com/apache/ofbiz-plugins"; class="external-link" 
rel="nofollow" 
target="external">https://github.com/apache/ofbiz-plugins</a></li>
+              <li>Only the release branches (the rest is stuck at the split 
date): <a href="https://github.com/apache/ofbiz"; class="external-link" 
rel="nofollow" target="external">https://github.com/apache/ofbiz</a></li>
+          </ul>
           <p>Note though that an issue has been reported for GitHub once in <a 
href="https://issues.apache.org/jira/browse/OFBIZ-4336?focusedCommentId=13066670&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13066670";
 class="external-link" rel="nofollow" target="external">this Jira 
comment</a></p>
           </li>
       </ul>


Reply via email to