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
commit f9129f16f347a8caf3a0a19c55420636340fa5bd
Author: Felix Schumacher <felix.schumacher@internetallee.de>
AuthorDate: Thu Oct 3 16:18:06 2019 +0200
Correct the description for the dist folder in the tutorial
---
xdocs/usermanual/jmeter_tutorial.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/xdocs/usermanual/jmeter_tutorial.xml b/xdocs/usermanual/jmeter_tutorial.xml
index 92de2c7..018e36a 100644
--- a/xdocs/usermanual/jmeter_tutorial.xml
+++ b/xdocs/usermanual/jmeter_tutorial.xml
@@ -119,8 +119,9 @@ The folders inside of <code>src</code>
<dt><code>config</code></dt><dd>XXX</dd>
-->
<dt><code>core</code></dt><dd>the core code of JMeter including
all core interfaces and abstract classes.</dd>
- <dt><code>dist</code></dt><dd>build artifacts will be copied
here</dd>
- <dt><code>dist-check</code></dt><dd>code related to testing
the distribution</dd>
+ <dt><code>dist</code></dt><dd>builds script that creates
a distribution</dd>
+ <dt><code>dist-check</code></dt><dd>code related to testing
the distribution. It is the place to look for
+ when you want to update the contents of the resulting source/binary archive</dd>
<dt><code>examples</code></dt><dd>example sampler demonstrating
how to use the new bean framework</dd>
<dt><code>functions</code></dt><dd>standard functions used
by all components</dd>
<dt><code>generator</code></dt><dd>code to generate a test
plan with all elements. Used for testing the distribution</dd>
|