Distrib Descriptor Element
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 |
---|---|---|
|
Proxy for the IcePatch2 server. If not defined, the default value is |
No |
Here is an example to demonstrate the use of this element:
XML
< distrib icepatch = "DemoIcePatch2/server:tcp -p 12345" > < directory >dir1</ directory > < directory >dir2/subdir</ directory > </ distrib > |