|
34 | 34 | <properties>
|
35 | 35 | <!-- Name to display by the Extension Manager -->
|
36 | 36 | <xwiki.extension.name>CKEditor WebJar</xwiki.extension.name>
|
37 |
| - <!-- Old name of this module used for retro compatibility when resolving dependencies of old extensions --> |
38 |
| - <xwiki.extension.features>org.xwiki.contrib:application-ckeditor-webjar</xwiki.extension.features> |
39 |
| - <!-- We bundle the CKEditor code. --> |
40 |
| - <xwiki.extension.features>org.webjars:ckeditor</xwiki.extension.features> |
41 |
| - <xwiki.extension.features>org.webjars.npm:ckeditor</xwiki.extension.features> |
42 |
| - <!-- See https://www.npmjs.com/package/ckeditor4 --> |
43 |
| - <xwiki.extension.features>ckeditor4</xwiki.extension.features> |
| 37 | + <!-- This module has been moved from XWiki Contrib to platform. --> |
| 38 | + <xwiki.extension.previousIds>org.xwiki.contrib:application-ckeditor-webjar</xwiki.extension.previousIds> |
| 39 | + <!-- The list of extensions that this module either replaces or bundles: |
| 40 | + * this module replaces the CKEditor Integration WebJar extension from XWiki Contrib |
| 41 | + * this module bundles the CKEditor code (so it can be seen as a replacement for both the CKEditor default WebJar |
| 42 | + and the CKEditor node module) --> |
| 43 | + <xwiki.extension.features> |
| 44 | + org.xwiki.contrib:application-ckeditor-webjar, |
| 45 | + org.webjars:ckeditor/${ckeditor.version}, |
| 46 | + org.webjars.npm:ckeditor/${ckeditor.version}, |
| 47 | + ckeditor4/${ckeditor.version} |
| 48 | + </xwiki.extension.features> |
44 | 49 |
|
45 | 50 | <!-- The path to the folder where we clone the CKEditor sources. -->
|
46 | 51 | <ckeditor.path>${project.build.directory}/ckeditor4-${ckeditor.version}</ckeditor.path>
|
|
0 commit comments