mirror of https://github.com/apache/jmeter.git
Space police, mainly to trigger a CI run
This commit is contained in:
parent
b3b6dc86e1
commit
9e4ead5ec4
|
|
@ -20,16 +20,16 @@
|
|||
#
|
||||
# Format is as follows --
|
||||
# for renamed test element & GUI classes:
|
||||
# old.class.Name=new.class.Name
|
||||
# old.class.Name|guiClassName=new.class.Name
|
||||
# (e.g. for ConfigTestElement)
|
||||
# old.class.Name=new.class.Name
|
||||
# old.class.Name|guiClassName=new.class.Name
|
||||
# (e.g. for ConfigTestElement)
|
||||
#
|
||||
# for renamed / deleted properties:
|
||||
# class.Name/Old.propertyName=newPropertyName
|
||||
# if newPropertyName is omitted, then property is deleted
|
||||
# class.Name/Old.propertyName=newPropertyName
|
||||
# if newPropertyName is omitted, then property is deleted
|
||||
#
|
||||
# for renamed values:
|
||||
# old.class.Name.old.propertyName/oldValue=newValue
|
||||
# old.class.Name.old.propertyName/oldValue=newValue
|
||||
#
|
||||
|
||||
org.apache.jmeter.protocol.http.config.gui.UrlConfigGui=org.apache.jmeter.protocol.http.config.gui.HttpDefaultsGui
|
||||
|
|
|
|||
Loading…
Reference in New Issue