zip.xml revision b5418ee91771dec2a444b300d9ba32f9673fbc2b
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd<?xml version="1.0" encoding="UTF-8"?>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd<!--
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ~
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ~ Copyright 2011-2015 ForgeRock AS.
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ~
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ~ The contents of this file are subject to the terms
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ~ of the Common Development and Distribution License
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ~ (the License). You may not use this file except in
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ~ compliance with the License.
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen ~
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen ~ You can obtain a copy of the License at
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen ~ http://forgerock.org/license/CDDLv1.0.html
d29d9ab4614ff992b0e8de6e2b88d52b6f1f153erbowen ~ See the License for the specific language governing
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ~ permission and limitations under the License.
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ~
d229f940abfb2490dee17979e9a5ff31b7012eb5rbowen ~ When distributing Covered Code, include this CDDL
3f08db06526d6901aa08c110b5bc7dde6bc39905nd ~ Header Notice in each file and include the License file
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ~ at http://forgerock.org/license/CDDLv1.0.html
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ~ If applicable, add the following below the CDDL Header,
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ~ with the fields enclosed by brackets [] replaced by
3f08db06526d6901aa08c110b5bc7dde6bc39905nd ~ your own identifying information:
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd ~ "Portions Copyrighted [year] [name of copyright owner]"
9472e4d3c410be3b3f1addbf3b1db1769f64e765nd -->
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd<assembly
536a3bc06a7d525a48c17d2c09b6db9dbfd1f953nd xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1ac39787115a288f5e848344b1b1e8dccb1c58f1nd xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
f086b4b402fa9a2fefc7dda85de2a3cc1cd0a654rjung <id>www</id>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd <baseDirectory>/</baseDirectory>
4b575a6b6704b516f22d65a3ad35696d7b9ba372rpluem <formats>
4b575a6b6704b516f22d65a3ad35696d7b9ba372rpluem <format>dir</format>
4b575a6b6704b516f22d65a3ad35696d7b9ba372rpluem </formats>
4b575a6b6704b516f22d65a3ad35696d7b9ba372rpluem <fileSets>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd <fileSet>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd <directory>${basedir}/target/classes</directory>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd <outputDirectory>/</outputDirectory>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd </fileSet>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd <fileSet>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd <directory>${basedir}/target/dependency</directory>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd <outputDirectory>/</outputDirectory>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd </fileSet>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd <fileSet>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd <directory>${project.build.directory}/codemirror-${codemirror.version}</directory>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd <outputDirectory>/libs/codemirror</outputDirectory>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd <includes>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd <include>lib/codemirror.js</include>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd <include>mode/javascript/javascript.js</include>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd <include>mode/groovy/groovy.js</include>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd </includes>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd </fileSet>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd <fileSet>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd <directory>${project.build.directory}/codemirror-${codemirror.version}/lib</directory>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd <outputDirectory>/css/codemirror</outputDirectory>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd <includes>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd <include>codemirror.css</include>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd </includes>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd </fileSet>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd </fileSets>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd <dependencySets>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd <dependencySet>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd <includes>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd <include>org.forgerock.commons.ui.libs:*:js</include>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd </includes>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd <excludes>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd <exclude>org.forgerock.commons.ui.libs:CodeMirror</exclude>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd <exclude>org.forgerock.commons.ui.libs:less</exclude>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd <exclude>org.forgerock.commons.ui.libs:r</exclude>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd </excludes>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd <outputDirectory>/libs</outputDirectory>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd </dependencySet>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd <dependencySet>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd <includes>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd <include>org.forgerock.commons.ui.libs:*:css</include>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd </includes>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd <outputDirectory>/css</outputDirectory>
9472e4d3c410be3b3f1addbf3b1db1769f64e765nd </dependencySet>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd </dependencySets>
536a3bc06a7d525a48c17d2c09b6db9dbfd1f953nd</assembly>
97a3ecc40b65d5f8e865bbe0b1c9325d8c016e34nd