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-94f89814c4dfmaster
parent
9a8718f86d
commit
c494b3d01c
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<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"
|
||||
version="6.6.0"
|
||||
release="1"
|
||||
|
|
@ -19,6 +19,6 @@
|
|||
<ccm:contact uri="mailto:rhea@redhat.com" type="support"/>
|
||||
</ccm:contacts>
|
||||
<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:application>
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
<initializer class="com.arsdigita.cms.contenttypes.AddressInitializer"/>
|
||||
</provides>
|
||||
<scripts>
|
||||
<schema directory="ccm-cms-types-address"/>
|
||||
<schema directory="ccm-cms-types-oldaddress"/>
|
||||
<data class="com.arsdigita.cms.contenttypes.AddressLoader"/>
|
||||
</scripts>
|
||||
</load>
|
||||
|
|
@ -39,7 +39,7 @@ public class AddressInitializer extends ContentTypeInitializer {
|
|||
* Constructor
|
||||
*/
|
||||
public AddressInitializer() {
|
||||
super("ccm-cms-types-address.pdl.mf",
|
||||
super("ccm-cms-types-oldaddress.pdl.mf",
|
||||
Address.BASE_DATA_OBJECT_TYPE);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue