zip.xml revision f81f15509860812fa3550a500665ecb11024abb6
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith<?xml version="1.0" encoding="UTF-8"?>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith<!--
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith The contents of this file are subject to the terms of the Common Development and
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith Distribution License (the License). You may not use this file except in compliance with the
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith License.
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith specific language governing permission and limitations under the License.
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith When distributing Covered Software, include this CDDL Header Notice in each file and include
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith Header, with the fields enclosed by brackets [] replaced by your own identifying
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith information: "Portions Copyrighted [year] [name of copyright owner]".
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith Copyright © 2011 ForgeRock AS. All rights reserved.
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith-->
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <id>bin</id>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <baseDirectory>/</baseDirectory>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <formats>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <format>zip</format>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith </formats>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <fileSets>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <fileSet>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <directory>${basedir}/src/main/resources</directory>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <outputDirectory>/openidm</outputDirectory>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <excludes>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <exclude>**/*.sh</exclude>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith </excludes>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith </fileSet>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <fileSet>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <directory>${basedir}/src/main/resources</directory>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <outputDirectory>/openidm</outputDirectory>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <fileMode>754</fileMode>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <includes>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <include>**/*.sh</include>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith </includes>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith </fileSet>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <fileSet>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <directory>${project.build.directory}/orientstudio/orientdb-${orientdb.version}/www</directory>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith <outputDirectory>/openidm/db/util/orientdb/studio</outputDirectory>
02f0b2e7f8de0ced8808786319c1a21684f590dcDavid Goldsmith </fileSet>
</fileSets>
<dependencySets>
<dependencySet>
<useProjectArtifact>false</useProjectArtifact>
<outputDirectory>/openidm/bundle</outputDirectory>
<scope>runtime</scope>
<excludes>
<exclude>org.apache.felix:org.apache.felix.main</exclude>
<exclude>org.apache.felix:org.apache.felix.framework</exclude>
<exclude>org.apache.felix:org.osgi.foundation</exclude>
<exclude>org.apache.felix:org.apache.felix.scr.annotations</exclude>
<exclude>org.osgi:**</exclude>
<exclude>com.orientechnologies:**</exclude>
<exclude>javax.persistence:persistence-api</exclude>
<exclude>javax.transaction:jta</exclude>
<exclude>org.forgerock.openicf.connectors.*:openicf-*</exclude>
<exclude>org.forgerock.openidm:openidm-config</exclude>
<exclude>org.forgerock.openidm:openidm-crypto</exclude>
<exclude>org.forgerock.openidm:openidm-jaas-loginmodule-repo</exclude>
<exclude>org.forgerock.openidm:openidm-jetty-fragment</exclude>
<exclude>org.forgerock.openidm:openidm-repo-jdbc</exclude>
<exclude>org.forgerock.openidm:openidm-repo-orientdb</exclude>
<exclude>org.forgerock.openidm:openidm-shell</exclude>
<exclude>org.forgerock.openidm:openidm-security-jetty</exclude>
<exclude>org.apache.felix:org.apache.felix.fileinstall</exclude>
<exclude>org.apache.felix:org.apache.felix.configadmin</exclude>
<exclude>org.ops4j.pax.web:pax-web-jetty-bundle</exclude>
<exclude>org.ops4j.pax.web:pax-web-extender-whiteboard</exclude>
<exclude>org.apache.felix:org.apache.felix.gogo.shell</exclude>
</excludes>
</dependencySet>
<dependencySet>
<useProjectArtifact>false</useProjectArtifact>
<outputDirectory>/openidm/bundle/init</outputDirectory>
<includes>
<include>org.forgerock.openidm:openidm-config</include>
<include>org.forgerock.openidm:openidm-crypto</include>
<include>org.forgerock.openidm:openidm-jaas-loginmodule-repo</include>
<include>org.forgerock.openidm:openidm-jetty-fragment</include>
<include>org.forgerock.openidm:openidm-repo-jdbc</include>
<include>org.forgerock.openidm:openidm-repo-orientdb</include>
<include>org.forgerock.openidm:openidm-security-jetty</include>
<include>org.apache.felix:org.apache.felix.fileinstall</include>
<include>org.apache.felix:org.apache.felix.configadmin</include>
<include>org.ops4j.pax.web:pax-web-jetty-bundle</include>
<include>org.ops4j.pax.web:pax-web-extender-whiteboard</include>
<include>org.apache.felix:org.apache.felix.gogo.shell</include>
</includes>
</dependencySet>
<dependencySet>
<useProjectArtifact>false</useProjectArtifact>
<outputDirectory>/openidm/connectors</outputDirectory>
<includes>
<include>org.forgerock.openicf.connectors.*:openicf-*</include>
</includes>
</dependencySet>
<dependencySet>
<unpack>false</unpack>
<outputFileNameMapping>felix.jar</outputFileNameMapping>
<includes>
<include>org.apache.felix:org.apache.felix.main</include>
</includes>
<outputDirectory>/openidm/bin</outputDirectory>
</dependencySet>
<dependencySet>
<unpack>false</unpack>
<outputFileNameMapping>openidm.jar</outputFileNameMapping>
<includes>
<include>org.forgerock.openidm:openidm-shell</include>
</includes>
<outputDirectory>/openidm/bin</outputDirectory>
</dependencySet>
</dependencySets>
</assembly>