git-svn-id: https://svn.libreccm.org/ccm/trunk@121 8810af33-2d31-482b-a856-94f89814c4df
parent
86fa87f80a
commit
f61d67eeb3
|
|
@ -0,0 +1,5 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<registry>
|
||||||
|
<config class="com.arsdigita.cms.contenttypes.PersonConfig"
|
||||||
|
storage="ccm-cms-types-event/person.properties"/>
|
||||||
|
</registry>
|
||||||
|
|
@ -0,0 +1,16 @@
|
||||||
|
<load>
|
||||||
|
<requires>
|
||||||
|
<table name="inits"/>
|
||||||
|
<table name="acs_objects"/>
|
||||||
|
<table name="cms_items"/>
|
||||||
|
<initializer class="com.arsdigita.cms.Initializer"/>
|
||||||
|
</requires>
|
||||||
|
<provides>
|
||||||
|
<table name="ct_persons"/>
|
||||||
|
<initializer class="com.arsdigita.cms.contenttypes.PersonInitializer"/>
|
||||||
|
</provides>
|
||||||
|
<scripts>
|
||||||
|
<schema directory="ccm-cms-types-person"/>
|
||||||
|
<data class="com.arsdigita.cms.contenttypes.PersonLoader"/>
|
||||||
|
</scripts>
|
||||||
|
</load>
|
||||||
Loading…
Reference in New Issue