fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel<?xml version="1.0" encoding="UTF-8"?>
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel<!--
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel ~
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel ~ Copyright (c) 2014 ForgeRock AS. All Rights Reserved
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel ~
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel ~ The contents of this file are subject to the terms
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel ~ of the Common Development and Distribution License
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel ~ (the License). You may not use this file except in
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel ~ compliance with the License.
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel ~
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel ~ You can obtain a copy of the License at
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel ~ http://forgerock.org/license/CDDLv1.0.html
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel ~ See the License for the specific language governing
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel ~ permission and limitations under the License.
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel ~
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel ~ When distributing Covered Code, include this CDDL
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel ~ Header Notice in each file and include the License file
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel ~ at http://forgerock.org/license/CDDLv1.0.html
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel ~ If applicable, add the following below the CDDL Header,
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel ~ with the fields enclosed by brackets [] replaced by
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel ~ your own identifying information:
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel ~ "Portions Copyrighted [year] [name of copyright owner]"
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel -->
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel<assembly
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel <id>www</id>
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel <baseDirectory>/</baseDirectory>
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel <formats>
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel <format>dir</format>
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel <format>zip</format>
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel </formats>
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel <fileSets>
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel <fileSet>
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel <directory>${basedir}/target/classes</directory>
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel <outputDirectory>/</outputDirectory>
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel </fileSet>
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel </fileSets>
fb27c098f332a202cf0d952b5d6b14753f72d1feJake Feasel</assembly>