Skip to content
Snippets Groups Projects
Commit 11c142c3 authored by Vincent Massol's avatar Vincent Massol
Browse files

XWIKI-11879: Missing Crypto.WebHome page

parent cacdea60
No related branches found
No related tags found
No related merge requests found
......@@ -28,11 +28,13 @@
<version>16.10.2-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-crypto</artifactId>
<name>XWiki Platform - Cryptographic Services</name>
<name>XWiki Platform - Cryptographic Services - Parent POM</name>
<description>XWiki Platform - Cryptographic Services</description>
<packaging>pom</packaging>
<modules>
<!-- Sorted Alphabetically -->
<module>xwiki-platform-crypto-script</module>
<module>xwiki-platform-crypto-store</module>
<module>xwiki-platform-crypto-ui</module>
</modules>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<!--
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this software; if not, write to the Free
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-crypto</artifactId>
<version>17.0.0-SNAPSHOT</version>
</parent>
<artifactId>xwiki-platform-crypto-ui</artifactId>
<name>XWiki Platform - Cryptographic Services - UI</name>
<packaging>xar</packaging>
<description>UI for Cryptographic Services (contains technical pages)</description>
<properties>
<!-- Name to display by the Extension Manager -->
<xwiki.extension.name>Cryptographic Services Application</xwiki.extension.name>
</properties>
<dependencies>
<dependency>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-crypto-store-wiki</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>
<?xml version="1.1" encoding="UTF-8"?>
<!--
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this software; if not, write to the Free
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<xwikidoc version="1.6" reference="Crypto.WebHome" locale="">
<web>Crypto</web>
<name>WebHome</name>
<language/>
<defaultLanguage/>
<translation>0</translation>
<creator>xwiki:XWiki.Admin</creator>
<parent>Crypto.WebHome</parent>
<author>xwiki:XWiki.Admin</author>
<contentAuthor>xwiki:XWiki.Admin</contentAuthor>
<version>1.1</version>
<title/>
<comment/>
<minorEdit>false</minorEdit>
<syntaxId>xwiki/2.1</syntaxId>
<hidden>true</hidden>
<content>Contains technical pages related to the Crypto API (private key, certificate, etc).</content>
</xwikidoc>
......@@ -274,6 +274,13 @@
<type>xar</type>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.xwiki.platform</groupId>
<artifactId>xwiki-platform-crypto-ui</artifactId>
<version>${project.version}</version>
<type>xar</type>
<scope>runtime</scope>
</dependency>
</dependencies>
<profiles>
<profile>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment