Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing tomcat8 in the binary tar.gz package.
  • Loading branch information
jfclere committed Feb 16, 2015
1 parent c948b07 commit b3ae268
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/assembly/bin.xml
Expand Up @@ -122,6 +122,17 @@
</excludes>
<outputDirectory>JBossWeb-Tomcat/lib/</outputDirectory>
</fileSet>
<fileSet>
<directory>container/tomcat8/target/</directory>
<includes>
<include>*.jar</include>
</includes>
<excludes>
<exclude>*-sources.jar</exclude>
<exclude>*-tests.jar</exclude>
</excludes>
<outputDirectory>JBossWeb-Tomcat/lib/</outputDirectory>
</fileSet>
<!-- AS5/6 sar file -->
<fileSet>
<directory>sar/target/mod_cluster-sar.sar</directory>
Expand Down

0 comments on commit b3ae268

Please sign in to comment.