ccm-cms-types-address nach cc-cms-types-oldaddress umbenannt (nur das Paket, nicht die Klassen und Tabellen).

Auf diese Weise bleibt das Paket funktionsfähig mit alten Datenbanken. Dieses Paket kann nicht zusammen mit dem neuen ccm-cms-address (ehem. baseAddress) verwendet werden.



git-svn-id: https://svn.libreccm.org/ccm/trunk@427 8810af33-2d31-482b-a856-94f89814c4df
master
quasi 2010-05-20 09:44:51 +00:00
parent 9a8718f86d
commit c494b3d01c
31 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<ccm:application xmlns:ccm="http://ccm.redhat.com/ccm-project" <ccm:application xmlns:ccm="http://ccm.redhat.com/ccm-project"
name="ccm-cms-types-address" name="ccm-cms-types-oldaddress"
prettyName="Red Hat CCM Content Types" prettyName="Red Hat CCM Content Types"
version="6.6.0" version="6.6.0"
release="1" release="1"
@ -19,6 +19,6 @@
<ccm:contact uri="mailto:rhea@redhat.com" type="support"/> <ccm:contact uri="mailto:rhea@redhat.com" type="support"/>
</ccm:contacts> </ccm:contacts>
<ccm:description> <ccm:description>
The Address Content Type for the Red Hat CCM CMS. The old Address Content Type for the Red Hat CCM CMS.
</ccm:description> </ccm:description>
</ccm:application> </ccm:application>

View File

@ -10,7 +10,7 @@
<initializer class="com.arsdigita.cms.contenttypes.AddressInitializer"/> <initializer class="com.arsdigita.cms.contenttypes.AddressInitializer"/>
</provides> </provides>
<scripts> <scripts>
<schema directory="ccm-cms-types-address"/> <schema directory="ccm-cms-types-oldaddress"/>
<data class="com.arsdigita.cms.contenttypes.AddressLoader"/> <data class="com.arsdigita.cms.contenttypes.AddressLoader"/>
</scripts> </scripts>
</load> </load>

View File

@ -39,7 +39,7 @@ public class AddressInitializer extends ContentTypeInitializer {
* Constructor * Constructor
*/ */
public AddressInitializer() { public AddressInitializer() {
super("ccm-cms-types-address.pdl.mf", super("ccm-cms-types-oldaddress.pdl.mf",
Address.BASE_DATA_OBJECT_TYPE); Address.BASE_DATA_OBJECT_TYPE);
} }