The task is used to create an Enterprise Extensions system definition for a resource.
The following table describes the task specific attributes for the task:
| Task Specific Attributes | ||||||||
| Attribute | Description | Required | ||||||
| description | A free-form textual description for the resource definition. | No | ||||||
| name | A unique name for the resource definition. | Yes | ||||||
| nonImpacting |
Specifies that changes to this system definition do not force Enterprise Extensions dependency build request processing to use full analysis instead of change set analysis. Valid values are true and false. The default is false.
|
No | ||||||
| resourcename | Name of the resource that is identified by the resource definition. | Yes | ||||||
| usagetype |
Specifies the usage type for the resource. The default is
|
Yes | ||||||
<target name="resDef">
<xt:resdef
description="my object library"
name="ORT_objectLibrary"
resourcename="_O"
usagetype="0"/>
</target>