svn commit: r1802909 - in /ofbiz/branches/ofbiz-new-website: source-repository.html template/page/source-repository.tpl.php

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1802909 - in /ofbiz/branches/ofbiz-new-website: source-repository.html template/page/source-repository.tpl.php

Sharan Foga
Author: sharan
Date: Tue Jul 25 09:53:52 2017
New Revision: 1802909

URL: http://svn.apache.org/viewvc?rev=1802909&view=rev
Log:
Improved:Minor corrections re ofbiz-plugins on source repository page

Modified:
    ofbiz/branches/ofbiz-new-website/source-repository.html
    ofbiz/branches/ofbiz-new-website/template/page/source-repository.tpl.php

Modified: ofbiz/branches/ofbiz-new-website/source-repository.html
URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/source-repository.html?rev=1802909&r1=1802908&r2=1802909&view=diff
==============================================================================
--- ofbiz/branches/ofbiz-new-website/source-repository.html (original)
+++ ofbiz/branches/ofbiz-new-website/source-repository.html Tue Jul 25 09:53:52 2017
@@ -150,7 +150,7 @@
  <p>To checkout the source code, simply use the following command (if you are using a GUI client, configure it appropriately).</p>
  <ul class="iconsList">
                   <li><i class="icon-pin"></i> <strong>ofbiz-framework trunk</strong> : <code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk ofbiz-framework</code></li>
-  <li><i class="icon-pin"></i> <strong>ofbiz-plugins trunk</strong> : <code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-framework </code></li>
+  <li><i class="icon-pin"></i> <strong>ofbiz-plugins trunk</strong> : <code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-plugins </code></li>
   <li><i class="icon-pin"></i> <strong>ofbiz tools</strong> : <code>$ svn co https://svn.apache.org/repos/asf/ofbiz/tools ofbiz-tools </code></li>
   <li><i class="icon-pin"></i> <strong>branch release16.11 (stable)</strong>: <code>$ svn co http://svn.apache.org/repos/asf/ofbiz/branches/release16.11 ofbiz.16.11</code></li>
   <li><i class="icon-pin"></i> <strong>ofbiz website</strong> : <code>$ website: $ svn co http://svn.apache.org/repos/asf/ofbiz/site ofbiz-website </code></li>

Modified: ofbiz/branches/ofbiz-new-website/template/page/source-repository.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/branches/ofbiz-new-website/template/page/source-repository.tpl.php?rev=1802909&r1=1802908&r2=1802909&view=diff
==============================================================================
--- ofbiz/branches/ofbiz-new-website/template/page/source-repository.tpl.php (original)
+++ ofbiz/branches/ofbiz-new-website/template/page/source-repository.tpl.php Tue Jul 25 09:53:52 2017
@@ -49,7 +49,7 @@
  <p>To checkout the source code, simply use the following command (if you are using a GUI client, configure it appropriately).</p>
  <ul class="iconsList">
                   <li><i class="icon-pin"></i> <strong>ofbiz-framework trunk</strong> : <code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk ofbiz-framework</code></li>
-  <li><i class="icon-pin"></i> <strong>ofbiz-plugins trunk</strong> : <code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-framework </code></li>
+  <li><i class="icon-pin"></i> <strong>ofbiz-plugins trunk</strong> : <code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-plugins </code></li>
   <li><i class="icon-pin"></i> <strong>ofbiz tools</strong> : <code>$ svn co https://svn.apache.org/repos/asf/ofbiz/tools ofbiz-tools </code></li>
   <li><i class="icon-pin"></i> <strong>branch release16.11 (stable)</strong>: <code>$ svn co http://svn.apache.org/repos/asf/ofbiz/branches/release16.11 ofbiz.16.11</code></li>
   <li><i class="icon-pin"></i> <strong>ofbiz website</strong> : <code>$ website: $ svn co http://svn.apache.org/repos/asf/ofbiz/site ofbiz-website </code></li>