48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne<?xml version="1.0" encoding="UTF-8"?>
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne<!--
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne ~
e217869edbae075c18fd85c2d468a7ce9050b3b3Jake Feasel ~ Copyright (c) 2011-2015 ForgeRock AS. All Rights Reserved
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne ~
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne ~ The contents of this file are subject to the terms
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne ~ of the Common Development and Distribution License
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne ~ (the License). You may not use this file except in
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne ~ compliance with the License.
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne ~
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne ~ You can obtain a copy of the License at
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne ~ http://forgerock.org/license/CDDLv1.0.html
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne ~ See the License for the specific language governing
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne ~ permission and limitations under the License.
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne ~
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne ~ When distributing Covered Code, include this CDDL
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne ~ Header Notice in each file and include the License file
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne ~ at http://forgerock.org/license/CDDLv1.0.html
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne ~ If applicable, add the following below the CDDL Header,
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne ~ with the fields enclosed by brackets [] replaced by
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne ~ your own identifying information:
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne ~ "Portions Copyrighted [year] [name of copyright owner]"
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne -->
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne<assembly
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne <id>www</id>
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne <baseDirectory>/</baseDirectory>
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne <formats>
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne <format>dir</format>
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne </formats>
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne <fileSets>
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne <fileSet>
26a6ec53bb06b3fb881e2a0cf5855c300513cad6Jake Feasel <directory>${project.build.directory}/classes</directory>
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne <outputDirectory>/</outputDirectory>
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne </fileSet>
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne <fileSet>
26a6ec53bb06b3fb881e2a0cf5855c300513cad6Jake Feasel <directory>${project.build.directory}/dependency</directory>
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne <outputDirectory>/</outputDirectory>
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne </fileSet>
26a6ec53bb06b3fb881e2a0cf5855c300513cad6Jake Feasel <fileSet>
e217869edbae075c18fd85c2d468a7ce9050b3b3Jake Feasel <directory>${project.build.directory}/codemirror-4.10</directory>
26a6ec53bb06b3fb881e2a0cf5855c300513cad6Jake Feasel <outputDirectory>/libs/codemirror</outputDirectory>
26a6ec53bb06b3fb881e2a0cf5855c300513cad6Jake Feasel <includes>
26a6ec53bb06b3fb881e2a0cf5855c300513cad6Jake Feasel <include>lib/codemirror.js</include>
26a6ec53bb06b3fb881e2a0cf5855c300513cad6Jake Feasel <include>mode/javascript/javascript.js</include>
26a6ec53bb06b3fb881e2a0cf5855c300513cad6Jake Feasel <include>mode/groovy/groovy.js</include>
620268d6c2c779a8b2c676f276680021144b532fhuck.elliott <include>addon/display/placeholder.js</include>
26a6ec53bb06b3fb881e2a0cf5855c300513cad6Jake Feasel </includes>
26a6ec53bb06b3fb881e2a0cf5855c300513cad6Jake Feasel <fileMode>0640</fileMode>
26a6ec53bb06b3fb881e2a0cf5855c300513cad6Jake Feasel </fileSet>
26a6ec53bb06b3fb881e2a0cf5855c300513cad6Jake Feasel <fileSet>
e217869edbae075c18fd85c2d468a7ce9050b3b3Jake Feasel <directory>${project.build.directory}/codemirror-4.10/lib</directory>
26a6ec53bb06b3fb881e2a0cf5855c300513cad6Jake Feasel <outputDirectory>/css/codemirror</outputDirectory>
26a6ec53bb06b3fb881e2a0cf5855c300513cad6Jake Feasel <includes>
26a6ec53bb06b3fb881e2a0cf5855c300513cad6Jake Feasel <include>codemirror.css</include>
26a6ec53bb06b3fb881e2a0cf5855c300513cad6Jake Feasel </includes>
26a6ec53bb06b3fb881e2a0cf5855c300513cad6Jake Feasel <fileMode>0640</fileMode>
26a6ec53bb06b3fb881e2a0cf5855c300513cad6Jake Feasel </fileSet>
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne </fileSets>
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne <dependencySets>
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne <dependencySet>
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne <includes>
15b38efb2ff497ce4f3efd3bd89d2c0e8e8eca1eJason Browne <include>org.forgerock.commons.ui.libs:*:js</include>
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne </includes>
26a6ec53bb06b3fb881e2a0cf5855c300513cad6Jake Feasel <excludes>
26a6ec53bb06b3fb881e2a0cf5855c300513cad6Jake Feasel <exclude>org.forgerock.commons.ui.libs:CodeMirror</exclude>
e26e5073e1266868172d72453c97f413fe2fb603Jake Feasel <exclude>org.forgerock.commons.ui.libs:less</exclude>
e26e5073e1266868172d72453c97f413fe2fb603Jake Feasel <exclude>org.forgerock.commons.ui.libs:r</exclude>
26a6ec53bb06b3fb881e2a0cf5855c300513cad6Jake Feasel </excludes>
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne <outputDirectory>/libs</outputDirectory>
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne </dependencySet>
15b38efb2ff497ce4f3efd3bd89d2c0e8e8eca1eJason Browne <dependencySet>
15b38efb2ff497ce4f3efd3bd89d2c0e8e8eca1eJason Browne <includes>
15b38efb2ff497ce4f3efd3bd89d2c0e8e8eca1eJason Browne <include>org.forgerock.commons.ui.libs:*:css</include>
15b38efb2ff497ce4f3efd3bd89d2c0e8e8eca1eJason Browne </includes>
15b38efb2ff497ce4f3efd3bd89d2c0e8e8eca1eJason Browne <outputDirectory>/css</outputDirectory>
15b38efb2ff497ce4f3efd3bd89d2c0e8e8eca1eJason Browne </dependencySet>
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne </dependencySets>
48ddd46e9e22ee57a7fb400c6296f977c11173b3Elizabeth Browne</assembly>