Skip to content

Commit

Permalink
feat: Move sites definition into common extension - MEED-2811 - Meeds…
Browse files Browse the repository at this point in the history
…-io/MIPs#100

This change will move sites pages definition into sites.war extension to centralize the configuration of sites which will improve the maintainability and evolutivity.
  • Loading branch information
boubaker authored and exo-swf committed Nov 9, 2023
1 parent 0c45b02 commit 76fcbac
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 110 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,42 +17,6 @@
-->
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.exoplatform.org/xml/ns/kernel_1_2.xsd http://www.exoplatform.org/xml/ns/kernel_1_2.xsd"
xmlns="http://www.exoplatform.org/xml/ns/kernel_1_2.xsd">
<external-component-plugins>
<target-component>org.exoplatform.portal.config.UserPortalConfigService</target-component>
<component-plugin>
<name>new.portal.config.user.listener</name>
<set-method>initListener</set-method>
<type>org.exoplatform.portal.config.NewPortalConfigListener</type>
<description>this listener init the portal configuration</description>
<init-params>
<object-param>
<name>portal.configuration</name>
<description>description</description>
<object type="org.exoplatform.portal.config.NewPortalConfig">
<field name="predefinedOwner">
<collection type="java.util.HashSet">
<value>
<string>global</string>
</value>
</collection>
</field>
<field name="ownerType">
<string>portal</string>
</field>
<field name="templateLocation">
<string>war:/conf/task-addon/</string>
</field>
<field name="override">
<boolean>${exo.tasks.portalConfig.metadata.override:true}</boolean>
</field>
<field name="importMode">
<string>${exo.tasks.portalConfig.metadata.importMode:merge}</string>
</field>
</object>
</object-param>
</init-params>
</component-plugin>
</external-component-plugins>
<external-component-plugins>
<target-component>org.exoplatform.application.registry.ApplicationRegistryService</target-component>
<component-plugin>
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 76fcbac

Please sign in to comment.