svn commit: r1819435 - in /ofbiz/site: source-repositories.html template/page/source-repositories.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: r1819435 - in /ofbiz/site: source-repositories.html template/page/source-repositories.tpl.php

Deepak Dixit-5
Author: deepak
Date: Thu Dec 28 18:09:48 2017
New Revision: 1819435

URL: http://svn.apache.org/viewvc?rev=1819435&view=rev
Log:
Improved: Removed duplicate occurance of trunk in source repositories page

Modified:
    ofbiz/site/source-repositories.html
    ofbiz/site/template/page/source-repositories.tpl.php

Modified: ofbiz/site/source-repositories.html
URL: http://svn.apache.org/viewvc/ofbiz/site/source-repositories.html?rev=1819435&r1=1819434&r2=1819435&view=diff
==============================================================================
--- ofbiz/site/source-repositories.html (original)
+++ ofbiz/site/source-repositories.html Thu Dec 28 18:09:48 2017
@@ -147,9 +147,9 @@
     <p>To checkout the source code, simply use the following command (if you are using a GUI client, configure it appropriately).</p>
     <h2>Trunk</h2>
      <dl class="iconsList">
-        <dt><i class="icon-pin"></i> <strong>ofbiz-framework trunk</strong></dt>
+        <dt><i class="icon-pin"></i> <strong>ofbiz-framework</strong></dt>
         <dd><code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk ofbiz-framework</code></dd>
-        <dt><i class="icon-pin"></i> <strong>ofbiz-plugins trunk</strong></dt>
+        <dt><i class="icon-pin"></i> <strong>ofbiz-plugins</strong></dt>
         <dd><code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-plugins </code></dd>
     </dl>
     <h2>Releases</h2>

Modified: ofbiz/site/template/page/source-repositories.tpl.php
URL: http://svn.apache.org/viewvc/ofbiz/site/template/page/source-repositories.tpl.php?rev=1819435&r1=1819434&r2=1819435&view=diff
==============================================================================
--- ofbiz/site/template/page/source-repositories.tpl.php (original)
+++ ofbiz/site/template/page/source-repositories.tpl.php Thu Dec 28 18:09:48 2017
@@ -49,9 +49,9 @@
     <p>To checkout the source code, simply use the following command (if you are using a GUI client, configure it appropriately).</p>
     <h2>Trunk</h2>
      <dl class="iconsList">
-        <dt><i class="icon-pin"></i> <strong>ofbiz-framework trunk</strong></dt>
+        <dt><i class="icon-pin"></i> <strong>ofbiz-framework</strong></dt>
         <dd><code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk ofbiz-framework</code></dd>
-        <dt><i class="icon-pin"></i> <strong>ofbiz-plugins trunk</strong></dt>
+        <dt><i class="icon-pin"></i> <strong>ofbiz-plugins</strong></dt>
         <dd><code>$ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-plugins </code></dd>
     </dl>
     <h2>Releases</h2>