1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington<?xml version="1.0" encoding="UTF-8"?>
1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington<!--
1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington The contents of this file are subject to the terms of the Common Development and
1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington Distribution License (the License). You may not use this file except in compliance with the
1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington License.
1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington
1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington specific language governing permission and limitations under the License.
1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington
1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington When distributing Covered Software, include this CDDL Header Notice in each file and include
1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington Header, with the fields enclosed by brackets [] replaced by your own identifying
1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington information: "Portions Copyrighted [year] [name of copyright owner]".
1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington
13cdb2a81bc25258d7265d3cf6d72bc2c0b4ae07Charles Sparey Copyright 2011-2015 ForgeRock AS. All rights reserved.
1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington-->
1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington<!--
1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington Portions Copyrighted 2013 Syntegrity.
1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington-->
1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington <id>default</id>
1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington <baseDirectory>/</baseDirectory>
1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington <formats>
1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington <format>zip</format>
1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington </formats>
1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington <fileSets>
1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington <fileSet>
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major <directory>${project.build.directory}/min/classes</directory>
1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington <outputDirectory>/js</outputDirectory>
1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington </fileSet>
1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington <fileSet>
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major <directory>${project.build.directory}/minified/js/swfobject</directory>
1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington <outputDirectory>/js/swfobject</outputDirectory>
1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington </fileSet>
1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington <fileSet>
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major <directory>${project.build.directory}/minified/js/json2</directory>
1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington <outputDirectory>/js/json2</outputDirectory>
1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington </fileSet>
1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington </fileSets>
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major <files>
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major <file>
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major <source>${project.build.directory}/minified/js/main.js</source>
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major <outputDirectory>js</outputDirectory>
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major <destName>openam-authnmodule-adaptive-deviceprint-scripts-min.js</destName>
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major </file>
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major <file>
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major <source>${project.build.directory}/minified/js/requirejs/requirejs/1.0.8/requirejs-1.0.8-min.js</source>
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major <outputDirectory>js</outputDirectory>
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major <destName>require-jquery.js</destName>
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major </file>
13cdb2a81bc25258d7265d3cf6d72bc2c0b4ae07Charles Sparey <file>
13cdb2a81bc25258d7265d3cf6d72bc2c0b4ae07Charles Sparey <source>${project.build.directory}/minified/js/jquery.js</source>
13cdb2a81bc25258d7265d3cf6d72bc2c0b4ae07Charles Sparey <outputDirectory>js</outputDirectory>
13cdb2a81bc25258d7265d3cf6d72bc2c0b4ae07Charles Sparey <destName>jquery-amd-min.js</destName>
13cdb2a81bc25258d7265d3cf6d72bc2c0b4ae07Charles Sparey </file>
dfc4e0fc3052835b2a069aa9d869fa1161c33fe6Peter Major </files>
1067e734d6cec73ee954f2e43c1bba0e09d267cfPhill Cunnington</assembly>