Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9569f0a commit e1c37a2Copy full SHA for e1c37a2
xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-ui/pom.xml
@@ -28,10 +28,12 @@
28
<artifactId>xwiki-platform-annotation-ui</artifactId>
29
<name>XWiki Platform - Annotations - UI</name>
30
<packaging>xar</packaging>
31
- <description>Annotations application for XWiki, to provide interface for the core annotations feature.</description>
+ <description>Add annotations to wiki pages</description>
32
<properties>
33
<!-- Name to display by the Extension Manager -->
34
<xwiki.extension.name>Annotation Application</xwiki.extension.name>
35
+ <!-- Category for the Extension Manager -->
36
+ <xwiki.extension.category>application</xwiki.extension.category>
37
</properties>
38
<dependencies>
39
<dependency>
0 commit comments