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