Skip to content
fourq edited this page May 1, 2012 · 1 revision

The package properties (/properties/package.properties) holds all the properties used to determine how to build the destructive changes file. Each line is set of properties delimited by period. The delimited properties are constructed as such:

[directory].[metadata type].[component type].[component type id].[supports asterisk]

  • directory

the name of the directory where the metadata type is

  • metadata type

the name of the sf metadata type

  • component type

the name of the component within a metadata type

  • component type id

the component types node that holds the unique name

  • supports asterisk

if an asterisk is present then the property supports the * notion within the destructiveChanges.xml file

Clone this wiki locally