blob: a6212a7da20dec4431d104cbd82cce930ac27d51 [file] [log] [blame]
<assembly>
<id>src</id>
<formats>
<format>tar.gz</format>
</formats>
<fileSets>
<fileSet>
<includes>
<include>*.txt</include>
<include>pom.xml</include>
<include>maven.xml</include>
<include>project.properties</include>
<include>project.xml</include>
<include>.project</include>
<include>.classpath</include>
</includes>
</fileSet>
<fileSet>
<directory>.settings</directory>
</fileSet>
<fileSet>
<directory>legal</directory>
</fileSet>
<fileSet>
<directory>modules</directory>
<excludes>
<exclude>axiom-api/target</exclude>
<exclude>axiom-api/target/**/*</exclude>
<exclude>axiom-impl/target</exclude>
<exclude>axiom-impl/target/**/*</exclude>
<exclude>axiom-dom/target</exclude>
<exclude>axiom-dom/target/**/*</exclude>
<exclude>axiom-tests/target</exclude>
<exclude>axiom-tests/target/**/*</exclude>
</excludes>
</fileSet>
<fileSet>
<directory>src</directory>
</fileSet>
</fileSets>
</assembly>