Skip to content

Commit 3e21d48

Browse files
committed
update README
1 parent bb2e67b commit 3e21d48

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@ Runtime dependencies are located in *./lib* relative to your local clone of this
135135
| [*webaccess-api-addon*](http://repo.alcshare.com/com/controlj/green/webaccess-api-addon/) | *./modules/webaccess* |
136136
| [*xdatabase-api-addon*](http://repo.alcshare.com/com/controlj/green/xdatabase-api-addon/) | *./modules/xdatabase* |
137137

138-
Feel free to browse your *WebCTRL* installation for dependencies that give access to other internal APIs if these defaults are insufficient. If you would like to add a *WebCTRL* API to one project folder without affecting any other projects, the *.jar* file should be placed in *./lib* relative to your project folder. This is also the folder where source jars should be placed for external dependencies (source jars do not need to be packaged into the add-on; however, they are useful for intellisense and documentation).
138+
Feel free to browse your *WebCTRL* installation for dependencies that give access to other internal APIs if these defaults are insufficient. If you would like to add a *WebCTRL* API to one project folder without affecting any other projects, the *.jar* file should be placed in *./lib* relative to your project folder.
139+
140+
[VSCode](https://code.visualstudio.com/) can provide additional features like hover-text documentation for dependencies when source jars are available. Each source jar (*name-sources.jar*) should be placed alongside the corresponding binary jar (*name.jar*). Source jars are ignored when packing the *.addon* archive in an attempt to minimize file size.
139141

140142
### Automated Collection
141143

0 commit comments

Comments
 (0)