Skip to content

Commit

Permalink
LIMITS-4: Bad namespace for the application.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdelhumeau committed Sep 14, 2016
1 parent 2ac4f93 commit f1b0a4c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions application-limits-api/pom.xml
Expand Up @@ -11,6 +11,8 @@
<properties>
<!-- Test coverage -->
<xwiki.jacoco.instructionRatio>0.51</xwiki.jacoco.instructionRatio>
<!-- This application must be installed the root namespace -->
<xwiki.extension.namespaces>root</xwiki.extension.namespaces>

This comment has been minimized.

Copy link
@tmortagne

tmortagne Nov 24, 2016

Member

The right syntax is {root}.

What you did here indicating that this extension can only be installed on namespace with the name "root" (which usually does not exist since we install extension in wikis right now).

</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 2 additions & 0 deletions application-limits-ui/pom.xml
Expand Up @@ -12,6 +12,8 @@
<properties>
<!-- Name to display by the Extension Manager -->
<xwiki.extension.name>Limits Application</xwiki.extension.name>
<!-- This application must be installed on every wiki -->
<xwiki.extension.namespaces>root</xwiki.extension.namespaces>
</properties>
<dependencies>
<dependency>
Expand Down
Expand Up @@ -76,7 +76,7 @@ limits.displayer.title=Limits:</content>
</scope>
</class>
<property>
<scope>GLOBAL</scope>
<scope>WIKI</scope>
</property>
</object>
</xwikidoc>

0 comments on commit f1b0a4c

Please sign in to comment.