Clean up
git-svn-id: https://svn.libreccm.org/ccm/trunk@484 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
e84fb90e82
commit
883cd31aea
Binary file not shown.
Binary file not shown.
|
|
@ -1,49 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<ctd:content-types xmlns:ctd="http://xmlns.redhat.com/cms/content-types"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://xmlns.redhat.com/cms/content-types content-types.xsd">
|
||||
|
||||
<!-- Is internal will be set the yes when testing is finished. -->
|
||||
<ctd:content-type
|
||||
label="Organization"
|
||||
description="A content type of organization."
|
||||
objectType="com.arsdigita.cms.contenttypes.Project"
|
||||
classname="com.arsdigita.cms.contenttypes.Project">
|
||||
|
||||
<ctd:authoring-kit createComponent="com.arsdigita.cms.ui.authoring.PageCreate">
|
||||
|
||||
<ctd:authoring-step
|
||||
labelKey="cms.contenttypes.shared.basic_properties.title"
|
||||
labelBundle="cms.contenttypes.cms.ui.CMSResources"
|
||||
descriptionKey="cms.contenttypes.shared.basic_properties.description"
|
||||
descriptionBundle="com.arsdigita.cms.ui.CMSResources"
|
||||
component="com.arsdigita.cms.contenttypes.ui.GenericOrganizationalUnitPropertiesStep"
|
||||
ordering="1"
|
||||
/>
|
||||
|
||||
<ctd:authoring-step
|
||||
labelKey="genericorgaunit.authoring.contact_properties.title"
|
||||
labelBundle="com.arsdigita.cms.contenttypes.ContenttypesResources"
|
||||
descriptionKey="genericorgaunit.authoring.contact_properties.description"
|
||||
descriptionBundle="com.arsdigita.cms.contenttypes.ContenttypesResources"
|
||||
component="com.arsdigita.cms.contenttypes.ui.GenericOrganizationalUnitContactPropertiesStep"
|
||||
ordering="2"
|
||||
/>
|
||||
|
||||
<ctd:authoring-step
|
||||
labelKey="genericorgaunit.authoring.child_properties.title"
|
||||
labelBundle="com.arsdigita.cms.contenttypes.ContenttypesResources"
|
||||
descriptionKey="genericorgaunit.authoring.child_properties.description"
|
||||
descriptionBundle="com.arsdigita.cms.contenttypes.ContenttypesResources"
|
||||
component="com.arsdigita.cms.contenttypes.ui.ProjectChildrenPropertiesStep"
|
||||
ordering="3"
|
||||
/>
|
||||
|
||||
|
||||
<ctd:include href="/WEB-INF/content-types/assign-categories-step.xml"/>
|
||||
</ctd:authoring-kit>
|
||||
|
||||
</ctd:content-type>
|
||||
|
||||
</ctd:content-types>
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xrd:adapters
|
||||
xmlns:xrd="http://xmlns.redhat.com/schemas/waf/xml-renderer-rules"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://rhea.redhat.com/schemas/waf/xml-renderer-rules xml-renderer-rules.xsd">
|
||||
<!--
|
||||
Extend adapter for ContentItemPanel to also output the associated objects.
|
||||
The default properties for BaseContact are left as is and are inherited from ContentPage
|
||||
-->
|
||||
<xrd:context name="com.arsdigita.cms.dispatcher.SimpleXMLGenerator">
|
||||
<xrd:adapter objectType="com.arsdigita.cms.contenttypes.Project" extends="com.arsdigita.cms.ContentPage">
|
||||
<xrd:associations rule="include">
|
||||
<xrd:property name="/object/contacts"/>
|
||||
</xrd:associations>
|
||||
</xrd:adapter>
|
||||
</xrd:context>
|
||||
</xrd:adapters>
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<registry>
|
||||
<!-- <config class="com.arsdigita.cms.contenttypes.ProjectConfig" storage="ccm-cms-types-project/project.properties"/> -->
|
||||
</registry>
|
||||
|
|
@ -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_projects"/>
|
||||
<initializer class="com.arsdigita.cms.contenttypes.ProjectInitializer"/>
|
||||
</provides>
|
||||
<scripts>
|
||||
<schema directory="ccm-cms-types-project"/>
|
||||
<data class="com.arsdigita.cms.contenttypes.ProjectLoader"/>
|
||||
</scripts>
|
||||
</load>
|
||||
|
|
@ -1 +0,0 @@
|
|||
com/arsdigita/content-types/Project.pdl
|
||||
|
|
@ -1 +0,0 @@
|
|||
static/content-types/com/arsdigita/cms/contenttypes/Project.xsl
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1 +0,0 @@
|
|||
ddl-timestamp
|
||||
|
|
@ -1 +0,0 @@
|
|||
@ ddl/oracle-se/table-ct_projects-auto.sql
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
alter table ct_projects add
|
||||
constraint ct_projects_project_id_f_5k900 foreign key (project_id)
|
||||
references cms_organizationalunit(organizationalunit_id);
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
alter table ct_projects
|
||||
drop constraint ct_projects_project_id_f_5k900;
|
||||
|
|
@ -1 +0,0 @@
|
|||
drop table ct_projects;
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
create table ct_projects (
|
||||
project_id INTEGER not null
|
||||
constraint ct_projects_project_id_p_temz1
|
||||
primary key
|
||||
-- referential constraint for project_id deferred due to circular dependencies
|
||||
);
|
||||
|
|
@ -1 +0,0 @@
|
|||
\i ddl/postgres/table-ct_projects-auto.sql
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
alter table ct_projects add
|
||||
constraint ct_projects_project_id_f_5k900 foreign key (project_id)
|
||||
references cms_organizationalunit(organizationalunit_id);
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
alter table ct_projects
|
||||
drop constraint ct_projects_project_id_f_5k900 RESTRICT;
|
||||
|
|
@ -1 +0,0 @@
|
|||
drop table ct_projects;
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
create table ct_projects (
|
||||
project_id INTEGER not null
|
||||
constraint ct_projects_project_id_p_temz1
|
||||
primary key
|
||||
-- referential constraint for project_id deferred due to circular dependencies
|
||||
);
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
begin;
|
||||
\i ddl/postgres/create.sql
|
||||
end;
|
||||
Loading…
Reference in New Issue