git-svn-id: https://svn.libreccm.org/ccm/trunk@125 8810af33-2d31-482b-a856-94f89814c4df

master
jensp 2009-03-30 09:38:13 +00:00
parent 19fb78d46b
commit bcf4bcc9d8
2 changed files with 0 additions and 21 deletions

View File

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<registry>
<config class="com.arsdigita.cms.contenttypes.PersonConfig"
storage="ccm-cms-types-event/person.properties"/>
</registry>

View File

@ -1,16 +0,0 @@
<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>