blob: e7a8548bfc7b2ee3553441df3a0d5698ca4a97a9 [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>xa</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/DSManagedConnectionFactory.class</exclude>
</excludes>
<outputDirectory></outputDirectory>
</fileSet>
</fileSets>
</assembly>