Author: fschumacher
Date: Sat Apr  9 11:05:13 2016
New Revision: 1738350

URL: http://svn.apache.org/viewvc?rev=1738350&view=rev
Log:
Write JMeter instead of jmeter

Modified:
    jmeter/trunk/xdocs/building.xml

Modified: jmeter/trunk/xdocs/building.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/building.xml?rev=1738350&r1=1738349&r2=1738350&view=diff
==============================================================================
--- jmeter/trunk/xdocs/building.xml (original)
+++ jmeter/trunk/xdocs/building.xml Sat Apr  9 11:05:13 2016
@@ -41,7 +41,7 @@ You can then import the project using
     <guimenuitem>File</guimenuitem>
     <guimenuitem>Import</guimenuitem>
     <guimenuitem>Existing projects into Workspace</guimenuitem>
-</menuchoice> and select the folder containing jmeter sources.
+</menuchoice> and select the folder containing JMeter sources.
 
 <h4>Option 2 : Setting up Eclipse project manually</h4> 
 The first step is to download dependencies by running the Ant command:</p>
@@ -106,7 +106,7 @@ Check that patch does not break JUnit te
     <li>Create a branch using for example bugzilla id: <source>git branch 
BUGID</source></li>
     <li>Checkout the new branch : <source>git checkout BUGID</source></li>
     <li>commit your fix there : <source>git commit -m 'Fix to BUGID' list of 
files</source></li>
-    <li>Add jmeter repository as upstream : <source>git remote add upstream 
http://www.github.com/apache/jmeter</source></li>
+    <li>Add JMeter repository as upstream : <source>git remote add upstream 
http://www.github.com/apache/jmeter</source></li>
     <li>push it : <source>git push origin BUGID</source></li>
     <li>Create a PR and link it in the bugzilla issue</li>
 </ul>


Reply via email to