libreccm-legacy/ccm-sci-publicpersonalprofile/application.xml

33 lines
1.4 KiB
XML

<?xml version="1.0"?>
<ccm:application xmlns:ccm="http://ccm.redhat.com/ccm-project"
name="ccm-sci-publicpersonalprofile"
prettyName="OpenCCM Content Type"
version="6.6.1"
release="1"
webapp="ROOT">
<ccm:dependencies>
<ccm:requires name="ccm-core" version="6.6.0" release="ge"/>
<ccm:requires name="ccm-cms" version="6.6.0" release="ge"/>
<ccm:requires name="ccm-sci-types-organization" version="6.6.0" relation="ge"/>
<!--<ccm:requires name="ccm-sci-types-organizationwithpublications" version="6.6.0" relation="ge"/>-->
<ccm:requires name="ccm-sci-publications" 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>
Aggreates informations about a SciMember item. In the content center it provides
a form for editing the contact associates with the SciMember item. Also a form
is provided to link articles or other content items with a person. The view is
provided by an special content panel for SciMember which has to be added
to the template of the SciMember content type (an example JSP is provided
with this module).
</ccm:description>
</ccm:application>