libreccm-legacy/ccm-cms-types-oldproject/src/ccm-cms-types-project.load

18 lines
515 B
Fish

<load>
<requires>
<table name="inits"/>
<table name="acs_objects"/>
<table name="cms_items"/>
<table name="ct_organizationalunits"/>
<table name="ct_persons"/>
<initializer class="com.arsdigita.cms.Initializer" />
</requires>
<provides>
<table name="ct_projects" />
<initializer class="com.arsdigita.cms.contenttypes.ProjectInitializer" />
</provides>
<scripts>
<schema directory="ccm-cms-types-project" />
<data class="com.arsdigita.cms.contenttypes.ProjectLoader" />
</scripts>
</load>