patch.xml revision 430c4b9644b47c9809d6991b2e66f162ef444475
<?xml version="1.0" encoding="UTF-8"?>
<!--
The contents of this file are subject to the terms of the Common Development and
Distribution License (the License). You may not use this file except in compliance with the
License.
You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
specific language governing permission and limitations under the License.
When distributing Covered Software, include this CDDL Header Notice in each file and include
the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
Header, with the fields enclosed by brackets [] replaced by your own identifying
information: "Portions Copyrighted [year] [name of copyright owner]".
Copyright (c) 2011 ForgeRock AS. All rights reserved.
-->
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<id>patch</id>
<baseDirectory>/</baseDirectory>
<formats>
<format>jar</format>
</formats>
<fileSets>
<!--
Include static files which are present below this modules resources
staging and files directories.
-->
<fileSet>
<outputDirectory>/</outputDirectory>
<includes>
<include>**/*</include>
</includes>
</fileSet>
<!--
Include this modules generated class files.
-->
<fileSet>
<outputDirectory>/</outputDirectory>
<includes>
<include>**/*</include>
</includes>
</fileSet>
<!--
Include updated files from the the exploded openidm bundle. These
are static files which should not be customized and do not need to
be patched.
-->
<fileSet>
<outputDirectory>files</outputDirectory>
<includes>
</includes>
</fileSet>
<!--
are static files which should not be customized and do not need to
be patched.
-->
<fileSet>
<includes>
<include>openidm-core-*.jar</include>
<include>openidm-scheduler-*.jar</include>
<include>openidm-util-*.jar</include>
<include>openidm-external-rest-*.jar</include>
<include>openidm-provisioner-openicf-*.jar</include>
<include>openidm-quartz-fragment-*.jar</include>
<!-- Included in order to ensure the OpenIDM version is updated -->
<include>openidm-system-*.jar</include>
</includes>
</fileSet>
</fileSets>
</assembly>