From commits-return-10092-apmail-jmeter-commits-archive=jmeter.apache.org@jmeter.apache.org Sat Oct 5 16:16:37 2019 Return-Path: X-Original-To: apmail-jmeter-commits-archive@minotaur.apache.org Delivered-To: apmail-jmeter-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id 4CAA718461 for ; Sat, 5 Oct 2019 16:16:37 +0000 (UTC) Received: (qmail 18382 invoked by uid 500); 5 Oct 2019 16:16:36 -0000 Delivered-To: apmail-jmeter-commits-archive@jmeter.apache.org Received: (qmail 18288 invoked by uid 500); 5 Oct 2019 16:16:35 -0000 Mailing-List: contact commits-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jmeter.apache.org Delivered-To: mailing list commits@jmeter.apache.org Received: (qmail 18176 invoked by uid 99); 5 Oct 2019 16:16:35 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Oct 2019 16:16:35 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 82A49890A6; Sat, 5 Oct 2019 16:16:35 +0000 (UTC) Date: Sat, 05 Oct 2019 16:16:38 +0000 To: "commits@jmeter.apache.org" Subject: [jmeter] 03/05: Correct the description for the dist folder in the tutorial MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: fschumacher@apache.org In-Reply-To: <157029219535.26149.3962322212137533135@gitbox.apache.org> References: <157029219535.26149.3962322212137533135@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: jmeter X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: f9129f16f347a8caf3a0a19c55420636340fa5bd X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20191005161635.82A49890A6@gitbox.apache.org> 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