libreccm-legacy/ccm-cms-types-xmlfeed/application.xml

29 lines
1.1 KiB
XML
Executable File

<?xml version="1.0"?>
<ccm:application xmlns:ccm="http://ccm.redhat.com/ccm-project"
name="ccm-cms-types-xmlfeed"
prettyName="XML Feed"
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:requires name="ccm-cms-types-formsectionitem" version="6.6.0" relation="ge"/>
<ccm:requires name="ccm-cms-types-formitem" version="6.6.0" relation="ge"/>
</ccm:dependencies>
<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 XML feed content type allows external XML feeds to act as data sources
in the CCM system.
It is a kind of a simplified ccm-cms-type-siteproxy content type.
CCM is a collaboration and content management system which is based upon
the Red Hat Web Application Framework (WAF), which is a platform for writing
database-backed web applications in Java.
</ccm:description>
</ccm:application>