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-94f89814c4df
master
jensp 2014-08-12 16:02:50 +00:00
parent 2ba117d8e2
commit 2fc2331607
12 changed files with 28 additions and 28 deletions

View File

@ -19,7 +19,7 @@
<ctd:authoring-step
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"
descriptionBundle="com.arsdigita.cms.contenttypes.ldn.OrganizationResources"
component="com.arsdigita.cms.contenttypes.ldn.ui.OrganizationImageStep"

View File

@ -7,10 +7,10 @@
</requires>
<provides>
<table name="ct_organization"/>
<initializer class="com.arsdigita.cms.contenttypes.OrganizationInitializer"/>
<initializer class="com.arsdigita.cms.contenttypes.ldn.OrganizationInitializer"/>
</provides>
<scripts>
<schema directory="ccm-cms-types-organization"/>
<data class="com.arsdigita.cms.contenttypes.OrganizationLoader"/>
<schema directory="ccm-ldn-types-organization"/>
<data class="com.arsdigita.cms.contenttypes.ldn.OrganizationLoader"/>
</scripts>
</load>

View File

@ -44,7 +44,7 @@ public class Organization extends ContentPage {
/** Data object type for tihs domain object */
public static final String BASE_DATA_OBJECT_TYPE =
"com.arsdigita.cms.contenttypes.Organization";
"com.arsdigita.cms.contenttypes.ldn.Organization";
public Organization () {
super(BASE_DATA_OBJECT_TYPE);

View File

@ -43,7 +43,7 @@ public class OrganizationInitializer extends ContentTypeInitializer {
* Constructor, sets the PDL manifest file and object type string.
*/
public OrganizationInitializer() {
super("ccm-cms-types-organization.pdl.mf",
super("ccm-ldn-types-organization.pdl.mf",
Organization.BASE_DATA_OBJECT_TYPE);
}

View File

@ -31,7 +31,7 @@ import com.arsdigita.cms.contenttypes.AbstractContentTypeLoader;
public class OrganizationLoader extends AbstractContentTypeLoader {
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() {

View File

@ -34,7 +34,7 @@ public class OrganizationGlobalizationUtil implements Globalized {
/** Name of Java resource files to handle CMS's globalisation. */
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,

View File

@ -24,14 +24,14 @@
labelKey="sciorganization.ui.project.members"
labelBundle="com.arsdigita.cms.contenttypes.SciProjectResources"
descriptionKey="sciorganization.ui.project.members.description"
component="com.arsdigita.cms.contenttypes.SciProjectMembersStep"
component="com.arsdigita.cms.contenttypes.ui.SciProjectMembersStep"
ordering="2"/>
<ctd:authoring-step
labelKey="sciorganization.ui.project_description.title"
labelBundle="com.arsdigita.cms.contenttypes.SciProjectResources"
descriptionKey="sciorganization.ui.project_description.title"
component="com.arsdigita.cms.contenttypes.SciProjectDescriptionStep"
component="com.arsdigita.cms.contenttypes.ui.SciProjectDescriptionStep"
ordering="3"/>
<ctd:include href="/WEB-INF/content-types/assign-categories-step.xml"/>