zip.xml revision 4eb529f0471672590d77cf89ef23987ba2c95ff4
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-->
4eb529f0471672590d77cf89ef23987ba2c95ff4Laszlo Hordos<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4eb529f0471672590d77cf89ef23987ba2c95ff4Laszlo Hordos xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.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>
113939c1056403ed7d3bf33dd1b5d404e6838645Andi Egloff <directory>${project.build.directory}/orientstudio/orientdb-${orientdb.version}/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>
5b8783d7aea8bc4ea3e53a7b7367e4810c139b5cLaszlo Hordos <exclude>org.forgerock.openicf.connectors.file:openicf-xml-connector:*</exclude>
5b8783d7aea8bc4ea3e53a7b7367e4810c139b5cLaszlo Hordos <exclude>org.forgerock.openicf.connectors.ldap:openicf-ldap-connector:*</exclude>
7eb845c4ebff52285787cca49968a4637146e6c4Andi Egloff <exclude>org.forgerock.openidm:openidm-config</exclude>
93f72edb164ef872eab6e4d482baa186a0dd6c62Andi Egloff <exclude>org.forgerock.openidm:openidm-crypto</exclude>
7eb845c4ebff52285787cca49968a4637146e6c4Andi Egloff <exclude>org.forgerock.openidm:openidm-repo-jdbc</exclude>
7eb845c4ebff52285787cca49968a4637146e6c4Andi Egloff <exclude>org.forgerock.openidm:openidm-repo-orientdb</exclude>
1592981c1082e4b989c9284c12008fcdd1741b46Andi Egloff <exclude>org.apache.felix:org.apache.felix.fileinstall</exclude>
1592981c1082e4b989c9284c12008fcdd1741b46Andi Egloff <exclude>org.apache.felix:org.apache.felix.configadmin</exclude>
c0728f0775837d21eca29eaa12a6615fe0d97cecAndi Egloff <exclude>org.ops4j.pax.web:pax-web-jetty-bundle</exclude>
c0728f0775837d21eca29eaa12a6615fe0d97cecAndi Egloff <exclude>org.ops4j.pax.web:pax-web-extender-whiteboard</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>
93f72edb164ef872eab6e4d482baa186a0dd6c62Andi Egloff <include>org.forgerock.openidm:openidm-crypto</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>
c0728f0775837d21eca29eaa12a6615fe0d97cecAndi Egloff <include>org.ops4j.pax.web:pax-web-jetty-bundle</include>
c0728f0775837d21eca29eaa12a6615fe0d97cecAndi Egloff <include>org.ops4j.pax.web:pax-web-extender-whiteboard</include>
7eb845c4ebff52285787cca49968a4637146e6c4Andi Egloff </includes>
7eb845c4ebff52285787cca49968a4637146e6c4Andi Egloff </dependencySet>
2405d78a1465b67cfb214d2008ec2a25bdd332b4Laszlo Hordos <dependencySet>
2405d78a1465b67cfb214d2008ec2a25bdd332b4Laszlo Hordos <useProjectArtifact>false</useProjectArtifact>
2405d78a1465b67cfb214d2008ec2a25bdd332b4Laszlo Hordos <outputDirectory>/openidm/connectors</outputDirectory>
2405d78a1465b67cfb214d2008ec2a25bdd332b4Laszlo Hordos <includes>
5b8783d7aea8bc4ea3e53a7b7367e4810c139b5cLaszlo Hordos <include>org.forgerock.openicf.connectors.file:openicf-xml-connector:*</include>
5b8783d7aea8bc4ea3e53a7b7367e4810c139b5cLaszlo Hordos <include>org.forgerock.openicf.connectors.ldap:openicf-ldap-connector:*</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>