diff --git a/ccm-ldn-portal/application.xml b/ccm-ldn-portal/application.xml index 1d39236a6..fe307b5f7 100755 --- a/ccm-ldn-portal/application.xml +++ b/ccm-ldn-portal/application.xml @@ -11,7 +11,9 @@ + diff --git a/ccm-ldn-portal/pdl/com/arsdigita/london/portal/portlet/NavigationDirectoryPortlet.pdl b/ccm-ldn-portal/pdl/com/arsdigita/london/portal/portlet/NavigationDirectoryPortlet.pdl deleted file mode 100644 index e54559749..000000000 --- a/ccm-ldn-portal/pdl/com/arsdigita/london/portal/portlet/NavigationDirectoryPortlet.pdl +++ /dev/null @@ -1,26 +0,0 @@ -// Copyright (C) 2008 Permeance Technologies Pty Ltd. 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 - -model com.arsdigita.london.portal.portlet; - -import com.arsdigita.london.navigation.Navigation; -import com.arsdigita.portal.Portlet; - -object type NavigationDirectoryPortlet extends Portlet { - Navigation[1..1] navigation = join portlet_navigation_directory.navigation_id to nav_app.application_id; - Integer[1..1] depth = portlet_navigation_directory.depth INTEGER; - reference key (portlet_navigation_directory.portlet_id); -} \ No newline at end of file diff --git a/ccm-ldn-portal/pdl/com/arsdigita/london/portal/portlet/WorkspaceDirectoryPortlet.pdl b/ccm-ldn-portal/pdl/com/arsdigita/london/portal/portlet/WorkspaceDirectoryPortlet.pdl deleted file mode 100755 index f2a2ff391..000000000 --- a/ccm-ldn-portal/pdl/com/arsdigita/london/portal/portlet/WorkspaceDirectoryPortlet.pdl +++ /dev/null @@ -1,21 +0,0 @@ -// -// Copyright (C) 2001 ArsDigita Corporation. All Rights Reserved. -// -// The contents of this file are subject to the ArsDigita Public -// License (the "License"); you may not use this file except in -// compliance with the License. You may obtain a copy of -// the License at http://www.arsdigita.com/ADPL.txt -// -// Software distributed under the License is distributed on an "AS -// IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or -// implied. See the License for the specific language governing -// rights and limitations under the License. -// - -model com.arsdigita.london.portal.portlet; - -import com.arsdigita.portal.Portlet; - -object type WorkspaceDirectoryPortlet extends Portlet { -} - diff --git a/ccm-ldn-portal/src/ccm-ldn-portal.load b/ccm-ldn-portal/src/ccm-ldn-portal.load index 49e067491..9ac630a63 100755 --- a/ccm-ldn-portal/src/ccm-ldn-portal.load +++ b/ccm-ldn-portal/src/ccm-ldn-portal.load @@ -6,7 +6,10 @@ + +