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 a721e9a1ae840de140a7061e64e78e70827e9a4b Author: Felix Schumacher <[email protected]> AuthorDate: Thu Oct 3 16:30:26 2019 +0200 Describe the purpose of the src/release folder in tutorial --- xdocs/usermanual/jmeter_tutorial.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdocs/usermanual/jmeter_tutorial.xml b/xdocs/usermanual/jmeter_tutorial.xml index 018e36a..27ff9e1 100644 --- a/xdocs/usermanual/jmeter_tutorial.xml +++ b/xdocs/usermanual/jmeter_tutorial.xml @@ -129,7 +129,7 @@ The folders inside of <code>src</code> <dt><code>launcher</code></dt><dd>code to help start and stop JMeter through API</dd> <dt><code>licenses</code></dt><dd>contains information about the licenses used in JMeters dependencies</dd> <dt><code>protocol</code></dt><dd>contains the different protocols JMeter supports</dd> - <dt><code>release</code></dt><dd>XXX</dd> + <dt><code>release</code></dt><dd>code related to releasing JMeter distribution</dd> <dt><code>testkit</code></dt><dd>utility code for testing</dd> <dt><code>testkit-wiremock</code></dt><dd>utility code for testing with WireMock</dd> </dl>
