This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new 6cd4a6b Spacepolice
6cd4a6b is described below
commit 6cd4a6b63ac9ef06617581268c79e92e29a1e698
Author: Felix Schumacher <[email protected]>
AuthorDate: Sat Oct 26 13:50:34 2019 +0200
Spacepolice
---
xdocs/building.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/xdocs/building.xml b/xdocs/building.xml
index 16f738b..85d8273 100644
--- a/xdocs/building.xml
+++ b/xdocs/building.xml
@@ -6,9 +6,9 @@
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
-
+
http://www.apache.org/licenses/LICENSE-2.0
-
+
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -75,7 +75,7 @@ Once you have downloaded the sources, you can setup the
Eclipse project by runni
<source>./gradlew eclipse</source>
-You can then import the project using
+You can then import the project using
<menuchoice>
<guimenuitem>File</guimenuitem>
<guimenuitem>Import</guimenuitem>
@@ -137,7 +137,7 @@ Check that patch does not break JUnit tests by running:
<li>Open a bugzilla issue, see <a target="_blank"
href="issues.html">Issues page</a></li>
<li>Checkout Apache JMeter source</li>
<li>Code your fix</li>
- <li>Create your patch by Right clicking on Eclipse project and select
+ <li>Create your patch by Right clicking on Eclipse project and select
<menuchoice>
<guimenuitem>Team</guimenuitem>
<guimenuitem>Create Patch …</guimenuitem>
@@ -150,7 +150,7 @@ Check that patch does not break JUnit tests by running:
<h2>Automated (nightly) builds</h2>
<p>
As part of the development process, the JMeter project has access to various
Continuous Integration (CI) server builds.
-The build output can be useful for testing recent changes to the code-base.
+The build output can be useful for testing recent changes to the code-base.
</p>
<p>
Please note that the builds have not undergone any QA and should only be used
for development testing.