diff --git a/ccm-cms/application.xml b/ccm-cms/application.xml index 0491f9bf2..e64975da0 100755 --- a/ccm-cms/application.xml +++ b/ccm-cms/application.xml @@ -2,7 +2,7 @@ diff --git a/ccm-cms/pdl/com/arsdigita/cms/Service.pdl b/ccm-cms/pdl/com/arsdigita/cms/Service.pdl new file mode 100644 index 000000000..54d7efa0e --- /dev/null +++ b/ccm-cms/pdl/com/arsdigita/cms/Service.pdl @@ -0,0 +1,27 @@ +// +// Copyright (C) 2011 Peter Boy All Rights Reserved. +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public License +// as published by the Free Software Foundation; either version 2.1 of +// the License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// $Id: Service.pdl pboy $ +model com.arsdigita.cms; + +import com.arsdigita.kernel.*; +import com.arsdigita.web.Application; + +object type Service extends Application { + // nothing to persist yet + // reference key (cms_service.service_id); +} diff --git a/ccm-cms/pdl/com/arsdigita/cms/Workspace.pdl b/ccm-cms/pdl/com/arsdigita/cms/Workspace.pdl new file mode 100644 index 000000000..545e0fe54 --- /dev/null +++ b/ccm-cms/pdl/com/arsdigita/cms/Workspace.pdl @@ -0,0 +1,27 @@ +// +// Copyright (C) 2011 Peter Boy All Rights Reserved. +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public License +// as published by the Free Software Foundation; either version 2.1 of +// the License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// $Id: Workspace.pdl pboy $ +model com.arsdigita.cms; + +import com.arsdigita.kernel.*; +import com.arsdigita.web.Application; + +object type Workspace extends Application { + // nothing to persist yet + // reference key (cms_workspace.workspace_id); +} diff --git a/ccm-cms/src/ccm-cms.upgrade b/ccm-cms/src/ccm-cms.upgrade index 9c6fee834..573e4fe5c 100755 --- a/ccm-cms/src/ccm-cms.upgrade +++ b/ccm-cms/src/ccm-cms.upgrade @@ -38,10 +38,14 @@ -