blob: 84651ade9a86bc282ffa1198d0ded5e91e77ccac [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>ds</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/DMManagedConnectionFactory.class</exclude>
<exclude>com/sun/gjc/spi/XAManagedConnectionFactory.class</exclude>
</excludes>
<outputDirectory></outputDirectory>
</fileSet>
</fileSets>
</assembly>