Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Znav
nextIceBox Descriptor Element
prevDirectory 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

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:

Wiki Markup
{zcode:xml}
<distrib icepatch="DemoIcePatch2/server:tcp -p 12345">  
    <directory>dir1</directory> 
    <directory>dir2/subdir</directory> 
</distrib>
{zcode}
Ztop
See Also
Zret
Znav
nextIceBox Descriptor Element
prevDirectory Descriptor Element