File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ If you don't have PyCharm you can get it from here: https://www.jetbrains.com/py
28282 . Click the Publish button whenever you want to update and deploy the current project.
29293 . 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+
3132 ``` xml
3233 <?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
3334 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
@@ -47,6 +48,7 @@ If you don't have PyCharm you can get it from here: https://www.jetbrains.com/py
4748 <entry key =" fileFilters" >fileFilters</entry >
4849 </properties >
4950 ```
51+
50524. Upon activation the plugin collects and zipps the contents of the project (excluding filtered files, see `deployment.xml` `fileFilters` property),
5153 the new zip is placed in a folder named `deployment/` in the project root.
5254 Then, the plugin uses the settings in the `deployment.xml` file to contact the server and updae the driver files currently online.
You can’t perform that action at this time.
0 commit comments