Deployer 10.15 | Added, Removed, Deprecated, or Changed Items | Deployer | Release 10.3
 
Release 10.3
Added Items
*Option to include Java shared code for Java services in the Project Automator XML file You can now include or exclude Java shared code for selected Java services. In the exported XML file, add the new attribute “selectAllFiles” for the “JavaService” element to include or exclude the Java shared code Example:
<JavaService name="testDeployPkg.javaSvc:javaSvc" package= "testDeployPkg" srcAlias="ISSource" selectAllFiles="true"/> Set “selectAllFiles” to “true” to include the Java shared code. The default value is “false”. For more information about the JavaService tag, see the sample XML file ProjectAutomatorSampleForRuntime.xml provided in the Integration Server_directory/ instances/instance_name /packages/WmDeployer/config directory.
*Task Engine Deployer now supports deployment of Task Engine assets to Integration Server runtimes.