6443N/A<?xml version="1.0" encoding="UTF-8"?>
6443N/A<!--
6443N/A * The contents of this file are subject to the terms of the Common Development and
6443N/A * Distribution License (the License). You may not use this file except in compliance with the
6443N/A * License.
6443N/A *
6443N/A * You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
6443N/A * specific language governing permission and limitations under the License.
6443N/A *
6443N/A * When distributing Covered Software, include this CDDL Header Notice in each file and include
6443N/A * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
6443N/A * Header, with the fields enclosed by brackets [] replaced by your own identifying
6443N/A * information: "Portions copyright [year] [name of copyright owner]".
6443N/A *
6443N/A * Copyright 2014-2015 ForgeRock AS.
6443N/A-->
6443N/A<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
6443N/A xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6443N/A xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2
6443N/A http://maven.apache.org/xsd/assembly-1.1.2.xsd">
6443N/A <id>ssoadm-ref</id>
6443N/A
7321N/A <includeBaseDirectory>false</includeBaseDirectory>
6443N/A
6443N/A <files>
6443N/A <file>
6443N/A <source>target/generated-resources/man-ssoadm-1.xml</source>
6443N/A <outputDirectory>shared</outputDirectory>
7097N/A </file>
7097N/A </files>
6443N/A
6443N/A <formats>
6443N/A <format>jar</format>
6443N/A </formats>
6443N/A</assembly>
6443N/A