Skip to content

Commit

Permalink
fix: Remove the import documents notification upgrade plugin - EXO-68085
Browse files Browse the repository at this point in the history


After reusing the generic configurable Notification Upgrade Plugin to enable the ImportDocumentsPlugin ,there is no longer a need for this upgrade plugin , this change is going to remove the import documents notification upgrade plugin .
  • Loading branch information
sofyenne authored Jan 30, 2024
1 parent ec91a3d commit 03b3f33
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 274 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -65,45 +65,6 @@
</value-param>
</init-params>
</component-plugin>

<component-plugin>
<name>ImportDocumentsNotificationUpgradePlugin</name>
<set-method>addUpgradePlugin</set-method>
<type>org.exoplatform.portal.upgrade.notification.ImportDocumentsNotificationUpgradePlugin</type>
<description>Import Documents Notification Upgrade Plugin</description>
<init-params>
<value-param>
<name>product.group.id</name>
<description>The groupId of the product</description>
<value>org.exoplatform.platform</value>
</value-param>
<value-param>
<name>plugin.execution.order</name>
<description>The plugin execution order</description>
<value>1</value>
</value-param>
<value-param>
<name>plugin.upgrade.execute.once</name>
<description>Execute this upgrade plugin only once</description>
<value>true</value>
</value-param>
<value-param>
<name>plugin.upgrade.target.version</name>
<description>Target version of the plugin</description>
<value>6.6.0</value>
</value-param>
<value-param>
<name>plugin.upgrade.async.execution</name>
<description>Execute this upgrade asynchronously</description>
<value>true</value>
</value-param>
<value-param>
<name>notification.plugin.type</name>
<description>the notification plugin type</description>
<value>ImportDocumentsPlugin</value>
</value-param>
</init-params>
</component-plugin>
</external-component-plugins>
</configuration>

This file was deleted.

0 comments on commit 03b3f33

Please sign in to comment.