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