Hi, what is the proper way to specify jar files that a plugin requires so that they:
* Compile
* Get bundled on the runtime/local classpath
* Get bundled on the runtime/deploy Job File classpath
I added:
<runtime>
<library name="plugin-shared-code.jar">
<export name="*"/>
</library>
</runtime>
To the plugin directory and put the JAR file in the plugin directory
also, but that didn't seem to work. Where should I put the JAR file?
Thanks!

