blob: 6d44a780c62988234dbc3969f7b592a0b9d477da [file] [log] [blame]
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.0 http://maven.apache.org/xsd/assembly-2.1.0.xsd"
>
<id>dm</id>
<formats>
<format>jar</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<fileSets>
<fileSet>
<directory>target/unpackedDependencies</directory>
<includes>
<include>**/*</include>
</includes>
<excludes>
<exclude>com/sun/gjc/spi/CPManagedConnectionFactory.class</exclude>
<exclude>com/sun/gjc/spi/XAManagedConnectionFactory.class</exclude>
<exclude>com/sun/gjc/spi/DSManagedConnectionFactory.class</exclude>
</excludes>
<outputDirectory></outputDirectory>
</fileSet>
</fileSets>
</assembly>