[gatein-commits] gatein SVN: r1953 - portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Mar 3 11:54:16 EST 2010


Author: thomas.heute at jboss.com
Date: 2010-03-03 11:54:16 -0500 (Wed, 03 Mar 2010)
New Revision: 1953

Modified:
   portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml
Log:
Oups committed testing stuff (GTNPORTAL-770)


Modified: portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml
===================================================================
--- portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml	2010-03-03 16:52:07 UTC (rev 1952)
+++ portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/portal/portal-configuration.xml	2010-03-03 16:54:16 UTC (rev 1953)
@@ -205,47 +205,6 @@
     </init-params>
   </component>
 
- <component>
-<type>org.exoplatform.container.definition.PortalContainerConfig</type>
-<component-plugins>
-    <component-plugin> <!-- The name of the plugin --> <name>Add PortalContainer Definitions</name> <!-- The name of the method to call on the PortalContainerConfig in order to register the PortalContainerDefinitions --> <set-method>registerPlugin</set-method>   <!-- The full qualified name of the PortalContainerDefinitionPlugin -->
-  <type>org.exoplatform.container.definition.PortalContainerDefinitionPlugin</type>
-  <init-params>
-  <object-param>
-  <name>portal</name>
-  <object type="org.exoplatform.container.definition.PortalContainerDefinition">
-  <!-- The name of the portal container -->
-  <field name="name"><string>portal</string></field>
-  <!-- The name of the context name of the rest web application -->
-  <field name="restContextName"><string>rest</string></field>
-  <!-- The name of the realm -->
-  <field name="realmName"><string>gatein-domain</string></field>
-  <!-- All the dependencies of the portal container ordered by loading priority -->
-            <field name="settings"> 
-              <map type="java.util.HashMap"> 
-                <entry> 
-                  <key> 
-                    <string>url</string> 
-                  </key> 
-		  <value> 
-                    <string>value</string>
-                  </value> 
-                </entry> 
-              </map>
-            </field>
-            <field name="externalSettingsPath">
-              <string>file://tmp/configuration.properties</string>
-            </field>
-
-
-  <field name="dependencies">
-  <collection type="java.util.ArrayList">
-  <value>
-  <string>eXoResources</string>
-</value> <value> <string>portal</string> </value> <value> <string>dashboard</string> </value> <value> <string>exoadmin</string> </value> <value> <string>eXoGadgets</string> </value> <value> <string>eXoGadgetServer</string> </value> <value> <string>rest</string> </value> <value> <string>web</string> </value> </collection> </field> </object> </object-param> </init-params> </component-plugin>
-</component-plugins>
-</component>
-
   <external-component-plugins>
     <target-component>org.exoplatform.services.organization.OrganizationService</target-component>
     <component-plugin>



More information about the gatein-commits mailing list