From dev-return-3881-apmail-jmeter-dev-archive=jmeter.apache.org@jmeter.apache.org Thu Feb 5 09:48:41 2015 Return-Path: X-Original-To: apmail-jmeter-dev-archive@minotaur.apache.org Delivered-To: apmail-jmeter-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 344751738B for ; Thu, 5 Feb 2015 09:48:41 +0000 (UTC) Received: (qmail 81250 invoked by uid 500); 5 Feb 2015 09:48:41 -0000 Delivered-To: apmail-jmeter-dev-archive@jmeter.apache.org Received: (qmail 81216 invoked by uid 500); 5 Feb 2015 09:48:41 -0000 Mailing-List: contact dev-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 dev@jmeter.apache.org Received: (qmail 81204 invoked by uid 99); 5 Feb 2015 09:48:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Feb 2015 09:48:40 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebbaz@gmail.com designates 209.85.220.169 as permitted sender) Received: from [209.85.220.169] (HELO mail-vc0-f169.google.com) (209.85.220.169) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Feb 2015 09:48:35 +0000 Received: by mail-vc0-f169.google.com with SMTP id hq12so2360793vcb.0 for ; Thu, 05 Feb 2015 01:45:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=h/pm2tPiE4PBop1m1UklmN+OMpqyC2CNOjNp7k4naa0=; b=vHngHd6IIeMUSeLNWvXIJGuYgnSCNy2e2ku8hPqPgIgnEMO9pBPlPxeZqLhblxSOuv i9MKqRNYmUrp8qAGcydcV958qVHIFARv9IThuEYIv50UMWnttGURPxwvpPRojb5G8NO/ G1VUw1vs4Jwg059oXVLbAX3g3viyI2s7xQ/SyhhbQR0auqO7CIKf0dmUC1tAcHPD5mB6 Jt7a8BcrYNwWt4XbmgEHrRb31H3yoHlWSKd0+ZifY/CE60grCclkf6MTugrKriL1FEnK yazqGSNZVrwlZelngAcQHGp36lcc5FVd/uIxtw4oIb5iBteKRArZ2jpX0Kn1LVa6l6AH RY+A== MIME-Version: 1.0 X-Received: by 10.52.33.14 with SMTP id n14mr1323269vdi.85.1423129558068; Thu, 05 Feb 2015 01:45:58 -0800 (PST) Received: by 10.52.36.174 with HTTP; Thu, 5 Feb 2015 01:45:58 -0800 (PST) In-Reply-To: <54D29A1B.1040102@apache.org> References: <20150204220818.28994AC006D@hades.apache.org> <54D29A1B.1040102@apache.org> Date: Thu, 5 Feb 2015 09:45:58 +0000 Message-ID: Subject: Re: svn commit: r1657419 - /jmeter/trunk/bin/jmeter.properties From: sebb To: dev@jmeter.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Yes, good idea. On 4 February 2015 at 22:15, Milamber wrote: > > Great tips for user! bravo. > > > On 04/02/2015 22:08, pmouawad@apache.org wrote: >> Author: pmouawad >> Date: Wed Feb 4 22:08:17 2015 >> New Revision: 1657419 >> >> URL: http://svn.apache.org/r1657419 >> Log: >> Clarify jmeter.properties should not be modified >> >> Modified: >> jmeter/trunk/bin/jmeter.properties >> >> Modified: jmeter/trunk/bin/jmeter.properties >> URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/jmeter.properties?rev=1657419&r1=1657418&r2=1657419&view=diff >> ============================================================================== >> --- jmeter/trunk/bin/jmeter.properties (original) >> +++ jmeter/trunk/bin/jmeter.properties Wed Feb 4 22:08:17 2015 >> @@ -17,6 +17,14 @@ >> ## See the License for the specific language governing permissions and >> ## limitations under the License. >> >> +################################################################################ >> +# >> +# THIS FILE SHOULD NOT BE MODIFIED TO EASE YOUR JMETER UPGRADE >> +# Instead only user.properties should be modified: >> +# 1/ copy the property you want to modify in user.properties from jmeter.properties >> +# 2/ Change its value there >> +# >> +################################################################################ >> >> #Preferred GUI language. Comment out to use the JVM default locale's language. >> #language=en >> >> >> >