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