A distrib element specifies the distribution files to download from an IcePatch2 server as well as the server's proxy.

This element may only appear as a child of an application element or a server element.

The following attributes are supported:

Attribute

Description

Required

icepatch

Proxy for the IcePatch2 server. If not defined, the default value is ${application}.IcePatch2/server.

No

Here is an example to demonstrate the use of this element:

{zcode:xml}
<distrib icepatch="DemoIcePatch2/server:tcp -p 12345">  
    <directory>dir1</directory> 
    <directory>dir2/subdir</directory> 
</distrib>
{zcode}
See Also