Author: jleroux
Date: Wed Aug 30 08:15:21 2017 New Revision: 1806674 URL: http://svn.apache.org/viewvc?rev=1806674&view=rev Log: As suggested by Aditya on dev ML: Instead of having ofbiz-plugins check out link as - *ofbiz-plugins trunk* : $ svn co http://svn.apache.org/repos/ asf/ofbiz/ofbiz-plugins/trunk ofbiz-plugins it can be - *ofbiz-plugins trunk* : $ svn co http://svn.apache.org/repos/ asf/ofbiz/ofbiz-plugins/trunk plugins so that we can take check out directly in ofbiz framework folder and use it. Modified: ofbiz/site/developers.html Modified: ofbiz/site/developers.html URL: http://svn.apache.org/viewvc/ofbiz/site/developers.html?rev=1806674&r1=1806673&r2=1806674&view=diff ============================================================================== --- ofbiz/site/developers.html (original) +++ ofbiz/site/developers.html Wed Aug 30 08:15:21 2017 @@ -83,7 +83,7 @@ </li> <li><a href="" class="firstLevel">Community</a> <ul> - <li><a href="getting-involved.html">Getting Involved</a></li> + <li><a href="getting-involved.html">Getting Involved</a></li> <li><a href="mailing-lists.html">Mailing Lists</a></li> <li><a href="source-repositories.html">Source Repository</a></li> <li><a href="download.html">Downloads</a></li> @@ -91,7 +91,7 @@ <li><a href="faqs.html" class="last">FAQ</a></li> </ul> </li> - <li><a href="ofbiz-demos.html" class="firstLevel">Demos</a></li> + <li><a href="ofbiz-demos.html" class="firstLevel">Demos</a></li> </li> </ul> </nav> @@ -102,7 +102,7 @@ <!-- header --> <!-- globalWrapper --> <div id="globalWrapper"> - + <!-- page content --> <section id="content" class="fullWidth"> <header class="headerPage"> @@ -153,7 +153,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 //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 //svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-plugins</code></li> + <li><i class="icon-pin"></i> <strong>ofbiz-plugins trunk</strong> : <code>$ svn co //svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk plugins</code></li> <li><i class="icon-pin"></i> <strong>branch release16.11 (stable)</strong>: <code>$ svn co //svn.apache.org/repos/asf/ofbiz/branches/release16.11 ofbiz.16.11</code></li> </ul> </div> @@ -199,7 +199,7 @@ <p><strong>NOTE</strong>: That quotes are needed for the Unix based command. For further details and a full list of all available OFBiz Gradle commands, please take a look at the readme.md file</p> <p></p> </div> - </section> + </section> <section id="DevRepo" class="slice row clearfix"> <div class="span10"> <h2>Browse Repository</h2> @@ -255,7 +255,7 @@ </section> </section> <!-- page content --> - + <!-- footer --> <footer class="footer1"> <div class="container" id="footer"> @@ -270,7 +270,7 @@ </li> <li><a href="//www.youtube.com/user/ofbiz" class="icon-play socialIcon tips" title="follow us on Youtube"><span>Youtube</span></a></li> <li><a href="//www.facebook.com/Apache-OFBiz-1478219232210477/?ref=page_internal" class="icon-facebook socialIcon tips" title="follow us on Facebook"><span>facebook</span></a></li> - <!--<li><a href="#" class="icon-rss socialIcon tips" title="Our rss feed"><span>rss feed</span></a></li> + <!--<li><a href="#" class="icon-rss socialIcon tips" title="Our rss feed"><span>rss feed</span></a></li> <li><a href="#" class="icon-gplus socialIcon tips" title="follow us on Google +"><span>google +</span></a></li> <li><a href="#" class="icon-instagram socialIcon tips" title="follow us on Instagram"><span>instagram</span></a></li> <li><a href="#" class="icon-linkedin socialIcon tips" title="follow us on Linkedin"><span>linkedin</span></a></li> |
Free forum by Nabble | Edit this page |