From graffito-commits-return-720-apmail-incubator-graffito-commits-archive=www.apache.org@incubator.apache.org Fri Jun 16 21:27:51 2006 Return-Path: Delivered-To: apmail-incubator-graffito-commits-archive@www.apache.org Received: (qmail 95741 invoked from network); 16 Jun 2006 21:27:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Jun 2006 21:27:50 -0000 Received: (qmail 48477 invoked by uid 500); 16 Jun 2006 21:27:50 -0000 Mailing-List: contact graffito-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: graffito-dev@incubator.apache.org Delivered-To: mailing list graffito-commits@incubator.apache.org Received: (qmail 48461 invoked by uid 99); 16 Jun 2006 21:27:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jun 2006 14:27:50 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jun 2006 14:27:47 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 1DFFF1A983A; Fri, 16 Jun 2006 14:27:27 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r414920 - in /incubator/graffito/trunk/jetspeed2-deploy: maven.xml src/assembly_head/ src/assembly_head/graffito.xml src/assembly_head/jetspeed-services.xml src/assembly_head/pipelines.xml src/assembly_head/security-managers.xml Date: Fri, 16 Jun 2006 21:27:26 -0000 To: graffito-commits@incubator.apache.org From: clombart@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060616212727.1DFFF1A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: clombart Date: Fri Jun 16 14:27:25 2006 New Revision: 414920 URL: http://svn.apache.org/viewvc?rev=414920&view=rev Log: Commit patch provided by Adam in order to support J2 HEAD. From the Graffito trunk, use "maven allDeployHead" Added: incubator/graffito/trunk/jetspeed2-deploy/src/assembly_head/ incubator/graffito/trunk/jetspeed2-deploy/src/assembly_head/graffito.xml incubator/graffito/trunk/jetspeed2-deploy/src/assembly_head/jetspeed-services.xml incubator/graffito/trunk/jetspeed2-deploy/src/assembly_head/pipelines.xml incubator/graffito/trunk/jetspeed2-deploy/src/assembly_head/security-managers.xml Modified: incubator/graffito/trunk/jetspeed2-deploy/maven.xml Modified: incubator/graffito/trunk/jetspeed2-deploy/maven.xml URL: http://svn.apache.org/viewvc/incubator/graffito/trunk/jetspeed2-deploy/maven.xml?rev=414920&r1=414919&r2=414920&view=diff ============================================================================== --- incubator/graffito/trunk/jetspeed2-deploy/maven.xml (original) +++ incubator/graffito/trunk/jetspeed2-deploy/maven.xml Fri Jun 16 14:27:25 2006 @@ -23,9 +23,27 @@ - - + + + + + + + + + + + + + + + + + + + + Added: incubator/graffito/trunk/jetspeed2-deploy/src/assembly_head/graffito.xml URL: http://svn.apache.org/viewvc/incubator/graffito/trunk/jetspeed2-deploy/src/assembly_head/graffito.xml?rev=414920&view=auto ============================================================================== --- incubator/graffito/trunk/jetspeed2-deploy/src/assembly_head/graffito.xml (added) +++ incubator/graffito/trunk/jetspeed2-deploy/src/assembly_head/graffito.xml Fri Jun 16 14:27:25 2006 @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + JetspeedDS + The Graffito Master Server contains information about all server references. It may also contains some CMS content like documents or folder. + /graffito + Graffito Master Server + org.apache.portals.graffito.store.impl.ojb.GraffitoOJBStore + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ./index + + + + + + + + + + + + + org.apache.portals.graffito.persistence.ContentPersistenceService + + + + PROPAGATION_REQUIRED,-ContentManagementException + + + + + + + org.apache.portals.graffito.services.core.ContentVersionService + + + + PROPAGATION_REQUIRED,-ContentManagementException + + + + + + org.apache.portals.graffito.services.core.ContentModelService + + + + PROPAGATION_REQUIRED,-ContentManagementException + + + + + + org.apache.portals.graffito.services.dm.DocumentModelService + + + + PROPAGATION_REQUIRED,-ContentManagementException + + + + + + org.apache.portals.graffito.services.search.ContentSearchService + + + + PROPAGATION_REQUIRED,-ContentManagementException + + + + + + + org.apache.portals.graffito.services.core.ContentServerService + + + + PROPAGATION_REQUIRED,-ContentManagementException + + + + + + Added: incubator/graffito/trunk/jetspeed2-deploy/src/assembly_head/jetspeed-services.xml URL: http://svn.apache.org/viewvc/incubator/graffito/trunk/jetspeed2-deploy/src/assembly_head/jetspeed-services.xml?rev=414920&view=auto ============================================================================== --- incubator/graffito/trunk/jetspeed2-deploy/src/assembly_head/jetspeed-services.xml (added) +++ incubator/graffito/trunk/jetspeed2-deploy/src/assembly_head/jetspeed-services.xml Fri Jun 16 14:27:25 2006 @@ -0,0 +1,114 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Added: incubator/graffito/trunk/jetspeed2-deploy/src/assembly_head/pipelines.xml URL: http://svn.apache.org/viewvc/incubator/graffito/trunk/jetspeed2-deploy/src/assembly_head/pipelines.xml?rev=414920&view=auto ============================================================================== --- incubator/graffito/trunk/jetspeed2-deploy/src/assembly_head/pipelines.xml (added) +++ incubator/graffito/trunk/jetspeed2-deploy/src/assembly_head/pipelines.xml Fri Jun 16 14:27:25 2006 @@ -0,0 +1,415 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + org.apache.jetspeed.powertool.actions + + + + + + + + + + + + + + + true + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + demo::ContentViewer + + public.content.21 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + /WEB-INF/templates/login + + + + + + + + + + + + + + + + + + JetspeedPipeline + + + + + + + + + + + + + + + + + + + + + + + LoginPipeline + + + + + + + + + + + + + ActionPipeline + + + + + + + + + + + + + + + DesktopActionPipeline + + + + + + + + + + + + + + + + + PortletPipeline + + + + + + + + + + + + + + + + + AjaxPipeline + + + + + + + + + + + + + + + + + + FileServerPipeline + + + + + + + + + + + + + + + + + DesktopPipeline + + + + + + + + + + + + + + + + + + portlet-pipeline + + + jetspeed-pipeline + + + ajax-pipeline + + + jetspeed-pipeline + + + fileserver-pipeline + + + desktop-pipeline + + + desktop-action-pipeline + + + + + + + + + Added: incubator/graffito/trunk/jetspeed2-deploy/src/assembly_head/security-managers.xml URL: http://svn.apache.org/viewvc/incubator/graffito/trunk/jetspeed2-deploy/src/assembly_head/security-managers.xml?rev=414920&view=auto ============================================================================== --- incubator/graffito/trunk/jetspeed2-deploy/src/assembly_head/security-managers.xml (added) +++ incubator/graffito/trunk/jetspeed2-deploy/src/assembly_head/security-managers.xml Fri Jun 16 14:27:25 2006 @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + org.apache.portals.graffito.services.core.ContentPermissionService + + + + + + + PROPAGATION_REQUIRED + PROPAGATION_REQUIRED + PROPAGATION_REQUIRED + PROPAGATION_REQUIRED + PROPAGATION_REQUIRED + PROPAGATION_SUPPORTS + + + + + +