You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-13Lines changed: 9 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,6 @@ WebCTRL is a trademark of Automated Logic Corporation. Any other trademarks men
31
31
32
32
3. Install [*Visual Studio Code*](https://code.visualstudio.com/) and the following extensions:
33
33
34
-
-[Visual Studio IntelliCode](https://marketplace.visualstudio.com/items?itemName=VisualStudioExptTeam.vscodeintellicode)
35
-
36
34
-[Project Manager for Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-dependency)
37
35
38
36
-[Lanauge Support for Java(TM) by Red Hat](https://marketplace.visualstudio.com/items?itemName=redhat.java)
@@ -61,8 +59,6 @@ WebCTRL is a trademark of Automated Logic Corporation. Any other trademarks men
61
59
62
60
- You can initialize preexisting project folders. For example, you could clone a remote repository to your local machine, and then initialize it with the script to generate missing files.
63
61
64
-
6. Review API documentation at [*ALCshare*](http://alcshare.com/content/add-ons).
65
-
66
62
## Command Reference
67
63
68
64
The following commands may be used to automate add-on compilation and packaging.
@@ -86,7 +82,7 @@ The following commands may be used to automate add-on compilation and packaging.
86
82
87
83
Custom project-specific commands can be created to extend the functionality of this script. Any batch file placed in *./ext* is treated as an extension. The name of each batch file is used as the command name (case-insensitive). It is expected that each extension prints help information to the terminal when passed the `--help` parameter. Help information is appended to the help menu shown in the terminal.
88
84
89
-
The default commands shown in the previous section can be overridden by extensions. For instance, <https://github.com/automatic-controls/commissioning-scripts/blob/main/ext/pack.bat> overrides the default `pack` command. This example also shows how to invoke the overridden packing command (akin to the `super` keyword in Java). For an improved `deploy` command, see <https://github.com/automatic-controls/addon-dev-refresh>.
85
+
The default commands shown in the previous section can be overridden by extensions. For instance, <https://github.com/automatic-controls/commissioning-scripts/blob/main/ext/pack.bat> overrides the default `pack` command. This example also shows how to invoke the overridden packing command. For an improved `deploy` command, see <https://github.com/automatic-controls/addon-dev-refresh>.
90
86
91
87
An optional script, `./startup.bat`, is invoked whenever a project folder is loaded. This may be used for any additional setup required for project files after cloning a remote repository to your local device.
92
88
@@ -127,15 +123,15 @@ An optional script, `./startup.bat`, is invoked whenever a project folder is loa
127
123
128
124
Runtime dependencies are located in *./lib* relative to your local clone of this repository. These dependencies do not need to be packaged into your *.addon* file because they are provided by *WebCTRL* at runtime. Other external dependencies should be placed in *./root/webapp/WEB-INF/lib* relative to your project folder. The following runtime dependencies are collected from your *WebCTRL* installation:
129
125
130
-
| Dependency | Location Relative to *WebCTRL9.0*|
126
+
| Dependency | Location Relative to *WebCTRL10.0*|
0 commit comments