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 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 src
config
XXX
-->
core
the core code of JMeter including all core interfaces and abstract classes.
-
dist
build artifacts will be copied here
-
dist-check
code related to testing the distribution
+
dist
builds script that creates a distribution
+
dist-check
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
examples
example sampler demonstrating how to use the new bean framework
functions
standard functions used by all components
generator
code to generate a test plan with all elements. Used for testing the distribution