< nodeSet> < node name="target1" host="my.target.machine" port="20014" /> < node name="target2" host="my.target.machine" port="20014" />< /nodeSet>
< replicationFarmSet> < replicationFarm name="RF1"> < nodeRef useNode="target1"> < targetRules area="/path/for/deployment/one"/> < /nodeRef> < nodeRef useNode="target2"> < targetRules area="/path/for/deployment/two"/> < /nodeRef> < /replicationFarm> < /replicationFarmSet>
< definition name="DEF1" > ... < target useReplicationFarm="RF1" > < targetFilesystem area="***IGNORED-BUT-NEEDED***"/> ... < /target> < /definition>