git-svn-id: https://svn.libreccm.org/ccm/trunk@170 8810af33-2d31-482b-a856-94f89814c4df
parent
0f780a23ba
commit
3dd7c20862
|
|
@ -0,0 +1,25 @@
|
||||||
|
<?xml version="1.0"?>
|
||||||
|
<ccm:application xmlns:ccm="http://ccm.redhat.com/ccm-project"
|
||||||
|
name="ccm-cms-types-functionInOrganization"
|
||||||
|
prettyName="Red Hat CCM Content Types"
|
||||||
|
version="6.5.0"
|
||||||
|
release="1"
|
||||||
|
webapp="ROOT">
|
||||||
|
<ccm:dependencies>
|
||||||
|
<ccm:requires name="ccm-core" version="6.2.0" relation="ge" />
|
||||||
|
<ccm:requires name="ccm-cms" version="6.2.0" relation="ge" />
|
||||||
|
<ccm:requires name="ccm-cms-types-organization" version="1.0" relation="ge" />
|
||||||
|
<ccm:requires name="ccm-cms-types-person" version="1.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="mailto:ccm@barkhof.uni-bremen.de" type="support"/>
|
||||||
|
</ccm:contacts>
|
||||||
|
<ccm:description>
|
||||||
|
Describes a function in a organization.
|
||||||
|
</ccm:description>
|
||||||
|
</ccm:application>
|
||||||
Loading…
Reference in New Issue