zip.xml revision ac8f28e67d019a33ae1ca4f6f332f26262780bba
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski<?xml version="1.0" encoding="UTF-8"?>
e9458b1a7a19a63aa4c179f9ab20f4d50681c168Jens Elkner<!--
e071fb22ea9923a2a4ff41184d80ca46b55ee932Till Mossakowski The contents of this file are subject to the terms of the Common Development and
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski Distribution License (the License). You may not use this file except in compliance with the
98890889ffb2e8f6f722b00e265a211f13b5a861Corneliu-Claudiu Prodescu License.
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski
2eeec5240b424984e3ee26296da1eeab6c6d739eChristian Maeder You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski specific language governing permission and limitations under the License.
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski When distributing Covered Software, include this CDDL Header Notice in each file and include
0cd45e749d5c847c9652afdd0617a18488a94d1fChristian Maeder the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski Header, with the fields enclosed by brackets [] replaced by your own identifying
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski information: "Portions Copyrighted [year] [name of copyright owner]".
2bbf88585fe313af8585da0288880310cc1b027dChristian Maeder
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski Copyright © 2011 ForgeRock AS. All rights reserved.
2bbf88585fe313af8585da0288880310cc1b027dChristian Maeder-->
2bbf88585fe313af8585da0288880310cc1b027dChristian Maeder<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski <id>bin</id>
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski <baseDirectory>/</baseDirectory>
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski <formats>
ad270004874ce1d0697fb30d7309f180553bb315Christian Maeder <format>zip</format>
ad270004874ce1d0697fb30d7309f180553bb315Christian Maeder </formats>
3d3889e0cefcdce9b3f43c53aaa201943ac2e895Jonathan von Schroeder <fileSets>
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski <fileSet>
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski <directory>${basedir}/src/main/resources</directory>
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski <outputDirectory>/openidm</outputDirectory>
2bbf88585fe313af8585da0288880310cc1b027dChristian Maeder <excludes>
2bbf88585fe313af8585da0288880310cc1b027dChristian Maeder <exclude>**/*.sh</exclude>
2bbf88585fe313af8585da0288880310cc1b027dChristian Maeder </excludes>
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski </fileSet>
2bbf88585fe313af8585da0288880310cc1b027dChristian Maeder <fileSet>
2bbf88585fe313af8585da0288880310cc1b027dChristian Maeder <directory>${basedir}/src/main/resources</directory>
3d3889e0cefcdce9b3f43c53aaa201943ac2e895Jonathan von Schroeder <outputDirectory>/openidm</outputDirectory>
881f43de18aeae879886be203cd32e90051799c0Till Mossakowski <fileMode>754</fileMode>
5e605dc61ff9ec5724c319603905dc9b0dccc05fChristian Maeder <includes>
e85b224577b78d08ba5c39fe9dcc2e53995454a2Christian Maeder <include>**/*.sh</include>
e85b224577b78d08ba5c39fe9dcc2e53995454a2Christian Maeder </includes>
2bbf88585fe313af8585da0288880310cc1b027dChristian Maeder </fileSet>
e85b224577b78d08ba5c39fe9dcc2e53995454a2Christian Maeder <fileSet>
e953bea49e7f0e1a43bccf2a66c5e2a2b50848e0Christian Maeder <directory>${project.build.directory}/orientstudio/orientdb-1.0rc5-SNAPSHOT/www</directory>
2bbf88585fe313af8585da0288880310cc1b027dChristian Maeder <outputDirectory>/openidm/db/util/orientdb/studio</outputDirectory>
e85b224577b78d08ba5c39fe9dcc2e53995454a2Christian Maeder </fileSet>
e953bea49e7f0e1a43bccf2a66c5e2a2b50848e0Christian Maeder </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.*</exclude>
</excludes>
</dependencySet>
<dependencySet>
<useProjectArtifact>false</useProjectArtifact>
<outputDirectory>/openidm/connectors</outputDirectory>
<includes>
<include>org.forgerock.openicf.connectors.*</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>
</dependencySets>
</assembly>