[portal-commits] JBoss Portal SVN: r5931 - trunk/core/src/resources/portal-cms-sar/META-INF

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Fri Dec 22 16:18:22 EST 2006


Author: sohil.shah at jboss.com
Date: 2006-12-22 16:18:22 -0500 (Fri, 22 Dec 2006)
New Revision: 5931

Modified:
   trunk/core/src/resources/portal-cms-sar/META-INF/jboss-service.xml
Log:
[JBPORTAL-931],[JBPORTAL-372] - Deactivating the CMS Approval Workflow by default

Modified: trunk/core/src/resources/portal-cms-sar/META-INF/jboss-service.xml
===================================================================
--- trunk/core/src/resources/portal-cms-sar/META-INF/jboss-service.xml	2006-12-22 21:16:44 UTC (rev 5930)
+++ trunk/core/src/resources/portal-cms-sar/META-INF/jboss-service.xml	2006-12-22 21:18:22 UTC (rev 5931)
@@ -60,7 +60,7 @@
       <depends>portal:service=Module,type=IdentityServiceController</depends>
       <!--depends optional-attribute-name="UserModule" proxy-type="attribute">portal:service=Module,type=User</depends-->
       <!-- add this to activate publish/approval workflow integration -->
-      <depends optional-attribute-name="ApprovePublishWorkflow" proxy-type="attribute">portal:service=ApprovePublish,type=Workflow</depends>
+      <!--depends optional-attribute-name="ApprovePublishWorkflow" proxy-type="attribute">portal:service=ApprovePublish,type=Workflow</depends-->
       <depends optional-attribute-name="StackFactory" proxy-type="attribute">portal:service=InterceptorStackFactory,type=Cms</depends>            
       <attribute name="DoChecking">true</attribute>
       <attribute name="DefaultContentLocation">portal/cms/conf/default-content/default/</attribute>




More information about the portal-commits mailing list