Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
PLF-6762: [Regression]: Wrong home page when connecting to platform
Browse files Browse the repository at this point in the history
  • Loading branch information
kmenzli committed Sep 21, 2016
1 parent c024213 commit 099ef04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@
<value>
<string>eXoResources</string>
</value>
<value>
<string>eXoSkin</string>
</value>
<value>
<string>eXoSkin</string>
</value>
<!-- commons -->

<value>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@
<set-method>registerChangePlugin</set-method>
<!-- The full qualified name of the PortalContainerDefinitionChangePlugin -->
<type>org.exoplatform.container.definition.PortalContainerDefinitionChangePlugin</type>
<priority>100</priority>
<init-params>
<values-param>
<name>default.portal.container</name>
<value>portal</value>
</values-param>
<object-param>
<name>change</name>
<object type="org.exoplatform.container.definition.PortalContainerDefinitionChange$AddDependenciesAfter">
<object type="org.exoplatform.container.definition.PortalContainerDefinitionChange$AddDependencies">
<!-- The list of name of the dependencies to add -->
<field name="dependencies">
<collection type="java.util.ArrayList">
Expand All @@ -27,9 +26,6 @@
</value>
</collection>
</field>
<field name="target">
<string>platform-extension</string>
</field>
</object>
</object-param>
</init-params>
Expand Down

0 comments on commit 099ef04

Please sign in to comment.