29d2933b5a
For now, developers guide will be living in doc/source (this is where all OpenStack projects store their developers docs) and the user guide will be store in doc/user-guide Change-Id: Ib539ff40dd9fc4ca413259771e6a19303dd81dd1
16 lines
344 B
XML
16 lines
344 B
XML
<assembly>
|
|
<id>includewars</id>
|
|
<formats>
|
|
<format>jar</format>
|
|
</formats>
|
|
<includeBaseDirectory>false</includeBaseDirectory>
|
|
<fileSets>
|
|
<fileSet>
|
|
<directory>${project.basedir}/target/docbkx/webhelp</directory>
|
|
<includes>
|
|
<include>**.war</include>
|
|
</includes>
|
|
</fileSet>
|
|
</fileSets>
|
|
</assembly>
|