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

Fix/4.0.x/plf 3020 #386

Open
wants to merge 1 commit into
base: stable/4.0.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -54,72 +54,6 @@
<description>indicates if this plugin will override data over legacy data, default value:false</description>
<value>${intranet.portalConfig.metadata.override:false}</value>
</value-param>
<object-param>
<name>Office Logo Data</name>
<description>Deployment Descriptor</description>
<object type="org.exoplatform.services.deployment.DeploymentDescriptor">
<field name="target">
<object type="org.exoplatform.services.deployment.DeploymentDescriptor$Target">
<field name="workspace">
<string>collaboration</string>
</field>
<field name="nodePath">
<string>/sites/intranet/web contents/site artifacts</string>
</field>
</object>
</field>
<field name="sourcePath">
<string>war:/conf/office-extension/wcm/artifacts/site-resources/office/Logo.xml</string>
</field>
<field name="cleanupPublication">
<boolean>true</boolean>
</field>
</object>
</object-param>
<object-param>
<name>Office Navigation Data</name>
<description>Deployment Descriptor</description>
<object type="org.exoplatform.services.deployment.DeploymentDescriptor">
<field name="target">
<object type="org.exoplatform.services.deployment.DeploymentDescriptor$Target">
<field name="workspace">
<string>collaboration</string>
</field>
<field name="nodePath">
<string>/sites/intranet/web contents/site artifacts</string>
</field>
</object>
</field>
<field name="sourcePath">
<string>war:/conf/office-extension/wcm/artifacts/site-resources/office/Navigation.xml</string>
</field>
<field name="cleanupPublication">
<boolean>true</boolean>
</field>
</object>
</object-param>
<object-param>
<name>Office welcome Data</name>
<description>Deployment Descriptor</description>
<object type="org.exoplatform.services.deployment.DeploymentDescriptor">
<field name="target">
<object type="org.exoplatform.services.deployment.DeploymentDescriptor$Target">
<field name="workspace">
<string>collaboration</string>
</field>
<field name="nodePath">
<string>/sites/intranet/web contents/site artifacts</string>
</field>
</object>
</field>
<field name="sourcePath">
<string>war:/conf/office-extension/wcm/artifacts/site-resources/office/Welcome.xml</string>
</field>
<field name="cleanupPublication">
<boolean>true</boolean>
</field>
</object>
</object-param>
<object-param>
<name>Office jira Data</name>
<description>Deployment Descriptor</description>
Expand All @@ -142,75 +76,6 @@
</field>
</object>
</object-param>
<object-param>
<name>Office Searchbox Data</name>
<description>Deployment Descriptor</description>
<object type="org.exoplatform.services.deployment.DeploymentDescriptor">
<field name="target">
<object type="org.exoplatform.services.deployment.DeploymentDescriptor$Target">
<field name="workspace">
<string>collaboration</string>
</field>
<field name="nodePath">
<string>/sites/intranet/web contents/site artifacts</string>
</field>
</object>
</field>
<field name="sourcePath">
<string>war:/conf/office-extension/wcm/artifacts/site-resources/office/Searchbox.xml</string>
</field>
<field name="cleanupPublication">
<boolean>true</boolean>
</field>
</object>
</object-param>
<object-param>
<name>Office Signin Data</name>
<description>Deployment Descriptor</description>
<object type="org.exoplatform.services.deployment.DeploymentDescriptor">
<field name="target">
<object type="org.exoplatform.services.deployment.DeploymentDescriptor$Target">
<field name="workspace">
<string>collaboration</string>
</field>
<field name="nodePath">
<string>/sites/intranet/web contents/site artifacts</string>
</field>
</object>
</field>
<field name="sourcePath">
<string>war:/conf/office-extension/wcm/artifacts/site-resources/office/Signin.xml</string>
</field>
<field name="cleanupPublication">
<boolean>true</boolean>
</field>
</object>
</object-param>


<object-param>
<name>Linkregister</name>
<description>Deployment Descriptor</description>
<object type="org.exoplatform.services.deployment.DeploymentDescriptor">
<field name="target">
<object type="org.exoplatform.services.deployment.DeploymentDescriptor$Target">
<field name="workspace">
<string>collaboration</string>
</field>
<field name="nodePath">
<string>/sites/intranet/web contents/site artifacts</string>
</field>
</object>
</field>
<field name="sourcePath">
<string>war:/conf/office-extension/wcm/artifacts/site-resources/office/LinkHome.xml</string>
</field>
<field name="cleanupPublication">
<boolean>true</boolean>
</field>
</object>
</object-param>

<object-param>
<name>ACME Intranet Images data</name>
<description>Deployment Descriptor</description>
Expand Down
Loading