You are viewing a plain text version of this content. The canonical link for it is here.
Posted to devnull@infra.apache.org by vl...@apache.org on 2019/06/08 18:42:01 UTC

[jmeter] 02/04: Add sample override properties files

This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a commit to annotated tag v2_2
in repository https://gitbox.apache.org/repos/asf/jmeter.git

commit a6514ba266f5674b731e7340d990595dceb80b23
Author: Sebastian Bazley <se...@apache.org>
AuthorDate: Sun Jun 11 16:45:36 2006 +0000

    Add sample override properties files
    
    git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/tags/v2_2RC1@413473 13f79535-47bb-0310-9956-ffa450edef68
    
    Former-commit-id: 15e83779b1712c5546dc5a5bc6ba9c68b129eb47
---
 build.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/build.xml b/build.xml
index cd8a38c..dd467e1 100644
--- a/build.xml
+++ b/build.xml
@@ -1161,6 +1161,9 @@ some of its classes - at present JMeter can only run from jar files.
     <include name="${dest.jar.jmeter}/saveservice.properties"/>
     <include name="${dest.jar.jmeter}/users.dtd"/>
     <include name="${dest.jar.jmeter}/users.xml"/>
+    <!-- Sample override properties files -->
+    <include name="${dest.jar.jmeter}/system.properties"/>
+    <include name="${dest.jar.jmeter}/user.properties"/>
     <!-- Exclude any files that might be present from testing the release -->
     <exclude name="${dest.jar.jmeter}/*.log"/>
     <include name="${dest.jar}/"/>