Skip to content

Commit 510b1a9

Browse files
committed
fixed numbering README.md
1 parent 463d6db commit 510b1a9

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -28,25 +28,25 @@ If you don't have PyCharm you can get it from here: https://www.jetbrains.com/py
2828
2. Click the Publish button whenever you want to update and deploy the current project.
2929
3. Before running the plugin, you'll need to have a file named `deployment.xml` in the project root folder,
3030
this file tells the plugin how and which driver you're trying to update, you can use this snippet as a template:
31-
``` xml
32-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
33-
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
34-
<properties>
35-
<!-- The address of the Quali server on which to deploy, mandatory -->
36-
<entry key="serverRootAddress">serverRootAddress</entry>
37-
<!-- The port of the Quali server on which to deploy, defaults to "8029" -->
38-
<entry key="port">port</entry>
39-
<!-- The unique name of the driver as seen on the portal management, mandatory -->
40-
<entry key="driverUniqueName">driverUniqueName</entry>
41-
<!-- The server admin username, password and domain to use when deploying, defaults to "admin","admin" and "Global" -->
42-
<entry key="username">username</entry>
43-
<entry key="password">password</entry>
44-
<entry key="domain">domain</entry>
45-
<!-- Simple patterns to filter when sending the driver to the server separated by semicolons (e.g. "file.xml;logs/"),
46-
on top of the patterns specified here the plugin will automatically filter the "deployment/" and ".idea/" folders and the "deployment.xml" file -->
47-
<entry key="fileFilters">fileFilters</entry>
48-
</properties>
49-
```
31+
``` xml
32+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
33+
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
34+
<properties>
35+
<!-- The address of the Quali server on which to deploy, mandatory -->
36+
<entry key="serverRootAddress">serverRootAddress</entry>
37+
<!-- The port of the Quali server on which to deploy, defaults to "8029" -->
38+
<entry key="port">port</entry>
39+
<!-- The unique name of the driver as seen on the portal management, mandatory -->
40+
<entry key="driverUniqueName">driverUniqueName</entry>
41+
<!-- The server admin username, password and domain to use when deploying, defaults to "admin","admin" and "Global" -->
42+
<entry key="username">username</entry>
43+
<entry key="password">password</entry>
44+
<entry key="domain">domain</entry>
45+
<!-- Simple patterns to filter when sending the driver to the server separated by semicolons (e.g. "file.xml;logs/"),
46+
on top of the patterns specified here the plugin will automatically filter the "deployment/" and ".idea/" folders and the "deployment.xml" file -->
47+
<entry key="fileFilters">fileFilters</entry>
48+
</properties>
49+
```
5050
4. Upon activation the plugin collects and zipps the contents of the project (excluding filtered files, see `deployment.xml` `fileFilters` property),
5151
the new zip is placed in a folder named `deployment/` in the project root.
5252
Then, the plugin uses the settings in the `deployment.xml` file to contact the server and updae the driver files currently online.

0 commit comments

Comments
 (0)