Skip to content

Commit

Permalink
feat: Remove useless noteEditorPluginsExtensions - EXO-75212 - Medds-…
Browse files Browse the repository at this point in the history
…io/MIPs#161
  • Loading branch information
sofyenne committed Nov 5, 2024
1 parent 76a7c9a commit d725248
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 42 deletions.
11 changes: 0 additions & 11 deletions commons-exo-extension/src/main/webapp/WEB-INF/gatein-resources.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,4 @@
<module>eXoVueI18n</module>
</depends>
</module>
<module>
<name>WYSIWYGPluginsExtensions</name>
<load-group>NotesEditorGRP</load-group>
<script>
<minify>false</minify>
<path>/js/WYSIWYGPluginsExtensions.bundle.js</path>
</script>
<depends>
<module>extensionRegistry</module>
</depends>
</module>
</gatein-resources>

This file was deleted.

1 change: 0 additions & 1 deletion commons-exo-extension/webpack.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const config = {
},
entry: {
eXoPlatformGamificationConnectorExtensions: './src/main/webapp/vue-app/gamification-connectorExtensions/extensions.js',
WYSIWYGPluginsExtensions: './src/main/webapp/vue-app/noteEditorPluginsExtensions/extensions.js'
},
output: {
path: path.join(__dirname, 'target/commons-exo-extension/'),
Expand Down

0 comments on commit d725248

Please sign in to comment.