libreccm-legacy/ccm-ldn-types-organization/application.xml

28 lines
950 B
XML
Executable File

<?xml version="1.0"?>
<ccm:application xmlns:ccm="http://ccm.redhat.com/ccm-project"
name="ccm-ldn-types-organization"
prettyName="Red Hat CCM Content Types"
version="6.7.1"
release="1"
webapp="ROOT">
<ccm:dependencies>
<ccm:requires name="ccm-core" version="6.6.0" relation="ge"/>
<ccm:requires name="ccm-cms" version="6.6.0" relation="ge"/>
</ccm:dependencies>
<ccm:directories>
<ccm:directory name="pdl"/>
<ccm:directory name="sql"/>
<ccm:directory name="src"/>
</ccm:directories>
<ccm:contacts>
<ccm:contact uri="http://www.redhat.com/software/rhea" type="website"/>
<ccm:contact uri="mailto:rhea@redhat.com" type="support"/>
</ccm:contacts>
<ccm:description>
The Organization Content Type Stores organization information.
This content type is deprecated and replaced by new ccm-cms-types-organization.
All content should be moved over.
</ccm:description>
</ccm:application>