blob: be44303c8d5a7c8ea595c432c738373142bc07c8 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ This work is part of OpenLDAP Software <http://www.openldap.org/>.
~
~ Copyright 1998-2014 The OpenLDAP Foundation.
~ All rights reserved.
~
~ Redistribution and use in source and binary forms, with or without
~ modification, are permitted only as authorized by the OpenLDAP
~ Public License.
~
~ A copy of this license is available in the file LICENSE in the
~ top-level directory of the distribution or, alternatively, at
~ <http://www.OpenLDAP.org/license.html>.
-->
<assembly xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/xsd/assembly-1.1.1.xsd">
<id>dist</id>
<formats>
<format>jar</format>
</formats>
<fileSets>
<fileSet>
<directory>.</directory>
<!--<outputDirectory>.</outputDirectory>-->
<!--<includeBaseDirectory>false</includeBaseDirectory>-->
<!--<baseDirectory>enmasse</baseDirectory>-->
<includes>
<include>pom.xml</include>
<include>README.txt</include>
<include>LICENSE.txt</include>
<include>NOTICE.txt</include>
</includes>
</fileSet>
<fileSet>
<directory>src</directory>
<outputDirectory>src</outputDirectory>
</fileSet>
</fileSets>
</assembly>