Final step of renaming ccm-cms-types-organization to ccm-ldn-types-organization
git-svn-id: https://svn.libreccm.org/ccm/trunk@2805 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
2ba117d8e2
commit
2fc2331607
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
<ctd:authoring-step
|
<ctd:authoring-step
|
||||||
labelKey="organization.authoring.logo_image.title"
|
labelKey="organization.authoring.logo_image.title"
|
||||||
labelBundle="com.arsdigita.cms.ldn.contenttypes.OrganizationResources"
|
labelBundle="com.arsdigita.cms.contenttypes.ldn.OrganizationResources"
|
||||||
descriptionKey="organization.authoring.logo_image.description"
|
descriptionKey="organization.authoring.logo_image.description"
|
||||||
descriptionBundle="com.arsdigita.cms.contenttypes.ldn.OrganizationResources"
|
descriptionBundle="com.arsdigita.cms.contenttypes.ldn.OrganizationResources"
|
||||||
component="com.arsdigita.cms.contenttypes.ldn.ui.OrganizationImageStep"
|
component="com.arsdigita.cms.contenttypes.ldn.ui.OrganizationImageStep"
|
||||||
|
|
|
||||||
|
|
@ -7,10 +7,10 @@
|
||||||
</requires>
|
</requires>
|
||||||
<provides>
|
<provides>
|
||||||
<table name="ct_organization"/>
|
<table name="ct_organization"/>
|
||||||
<initializer class="com.arsdigita.cms.contenttypes.OrganizationInitializer"/>
|
<initializer class="com.arsdigita.cms.contenttypes.ldn.OrganizationInitializer"/>
|
||||||
</provides>
|
</provides>
|
||||||
<scripts>
|
<scripts>
|
||||||
<schema directory="ccm-cms-types-organization"/>
|
<schema directory="ccm-ldn-types-organization"/>
|
||||||
<data class="com.arsdigita.cms.contenttypes.OrganizationLoader"/>
|
<data class="com.arsdigita.cms.contenttypes.ldn.OrganizationLoader"/>
|
||||||
</scripts>
|
</scripts>
|
||||||
</load>
|
</load>
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@ public class Organization extends ContentPage {
|
||||||
|
|
||||||
/** Data object type for tihs domain object */
|
/** Data object type for tihs domain object */
|
||||||
public static final String BASE_DATA_OBJECT_TYPE =
|
public static final String BASE_DATA_OBJECT_TYPE =
|
||||||
"com.arsdigita.cms.contenttypes.Organization";
|
"com.arsdigita.cms.contenttypes.ldn.Organization";
|
||||||
|
|
||||||
public Organization () {
|
public Organization () {
|
||||||
super(BASE_DATA_OBJECT_TYPE);
|
super(BASE_DATA_OBJECT_TYPE);
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ public class OrganizationInitializer extends ContentTypeInitializer {
|
||||||
* Constructor, sets the PDL manifest file and object type string.
|
* Constructor, sets the PDL manifest file and object type string.
|
||||||
*/
|
*/
|
||||||
public OrganizationInitializer() {
|
public OrganizationInitializer() {
|
||||||
super("ccm-cms-types-organization.pdl.mf",
|
super("ccm-ldn-types-organization.pdl.mf",
|
||||||
Organization.BASE_DATA_OBJECT_TYPE);
|
Organization.BASE_DATA_OBJECT_TYPE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,7 @@ import com.arsdigita.cms.contenttypes.AbstractContentTypeLoader;
|
||||||
public class OrganizationLoader extends AbstractContentTypeLoader {
|
public class OrganizationLoader extends AbstractContentTypeLoader {
|
||||||
|
|
||||||
private static final String[] TYPES = {
|
private static final String[] TYPES = {
|
||||||
"/WEB-INF/content-types/com/arsdigita/cms/contenttypes/Organization.xml"
|
"/WEB-INF/content-types/com/arsdigita/cms/contenttypes/ldn/Organization.xml"
|
||||||
};
|
};
|
||||||
|
|
||||||
public String[] getTypes() {
|
public String[] getTypes() {
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ public class OrganizationGlobalizationUtil implements Globalized {
|
||||||
|
|
||||||
/** Name of Java resource files to handle CMS's globalisation. */
|
/** Name of Java resource files to handle CMS's globalisation. */
|
||||||
final public static String BUNDLE_NAME =
|
final public static String BUNDLE_NAME =
|
||||||
"com.arsdigita.cms.contenttypes.OrganizationResources";
|
"com.arsdigita.cms.contenttypes.ldn.OrganizationResources";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This returns a globalized message using the package specific bundle,
|
* This returns a globalized message using the package specific bundle,
|
||||||
|
|
|
||||||
|
|
@ -5,34 +5,34 @@
|
||||||
xsi:schemaLocation="http://xmlns.redhat.com/cms/content-types content-types.xsd">
|
xsi:schemaLocation="http://xmlns.redhat.com/cms/content-types content-types.xsd">
|
||||||
|
|
||||||
<ctd:content-type
|
<ctd:content-type
|
||||||
label="SciProject"
|
label="SciProject"
|
||||||
description="Projects of scientific organizations."
|
description="Projects of scientific organizations."
|
||||||
objectType="com.arsdigita.cms.contenttypes.SciProject"
|
objectType="com.arsdigita.cms.contenttypes.SciProject"
|
||||||
classname="com.arsdigita.cms.contenttypes.SciProject">
|
classname="com.arsdigita.cms.contenttypes.SciProject">
|
||||||
|
|
||||||
<ctd:authoring-kit createComponent="com.arsdigita.cms.contenttypes.ui.SciProjectCreate">
|
<ctd:authoring-kit createComponent="com.arsdigita.cms.contenttypes.ui.SciProjectCreate">
|
||||||
|
|
||||||
<ctd:authoring-step
|
<ctd:authoring-step
|
||||||
labelKey="sciorganization.ui.project_properties.title"
|
labelKey="sciorganization.ui.project_properties.title"
|
||||||
labelBundle="com.arsdigita.cms.contenttypes.SciProjectResources"
|
labelBundle="com.arsdigita.cms.contenttypes.SciProjectResources"
|
||||||
descriptionKey="sciorganization.ui.project_properties.title"
|
descriptionKey="sciorganization.ui.project_properties.title"
|
||||||
descriptionBundle="com.arsdigita.cms.contenttypes.SciProjectResources"
|
descriptionBundle="com.arsdigita.cms.contenttypes.SciProjectResources"
|
||||||
component="com.arsdigita.cms.contenttypes.ui.SciProjectPropertiesStep"
|
component="com.arsdigita.cms.contenttypes.ui.SciProjectPropertiesStep"
|
||||||
ordering="1"/>
|
ordering="1"/>
|
||||||
|
|
||||||
<ctd:authoring-step
|
<ctd:authoring-step
|
||||||
labelKey="sciorganization.ui.project.members"
|
labelKey="sciorganization.ui.project.members"
|
||||||
labelBundle="com.arsdigita.cms.contenttypes.SciProjectResources"
|
labelBundle="com.arsdigita.cms.contenttypes.SciProjectResources"
|
||||||
descriptionKey="sciorganization.ui.project.members.description"
|
descriptionKey="sciorganization.ui.project.members.description"
|
||||||
component="com.arsdigita.cms.contenttypes.SciProjectMembersStep"
|
component="com.arsdigita.cms.contenttypes.ui.SciProjectMembersStep"
|
||||||
ordering="2"/>
|
ordering="2"/>
|
||||||
|
|
||||||
<ctd:authoring-step
|
<ctd:authoring-step
|
||||||
labelKey="sciorganization.ui.project_description.title"
|
labelKey="sciorganization.ui.project_description.title"
|
||||||
labelBundle="com.arsdigita.cms.contenttypes.SciProjectResources"
|
labelBundle="com.arsdigita.cms.contenttypes.SciProjectResources"
|
||||||
descriptionKey="sciorganization.ui.project_description.title"
|
descriptionKey="sciorganization.ui.project_description.title"
|
||||||
component="com.arsdigita.cms.contenttypes.SciProjectDescriptionStep"
|
component="com.arsdigita.cms.contenttypes.ui.SciProjectDescriptionStep"
|
||||||
ordering="3"/>
|
ordering="3"/>
|
||||||
|
|
||||||
<ctd:include href="/WEB-INF/content-types/assign-categories-step.xml"/>
|
<ctd:include href="/WEB-INF/content-types/assign-categories-step.xml"/>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue