Skip to content

Commit

Permalink
Finished configuration for documentation project. It is now possible …
Browse files Browse the repository at this point in the history
…to configure multiple documents within the same project.
  • Loading branch information
abuijze committed Apr 8, 2010
1 parent 5545b3a commit 7808e4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assembly/axon-full.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
</moduleSets>
<fileSets>
<fileSet>
<directory>reference-guide/target/en-US/pdf/</directory>
<directory>documentation/target/en-US/pdf/</directory>
<outputDirectory>documentation</outputDirectory>
<includes>
<include>*.pdf</include>
</includes>
</fileSet>
<fileSet>
<directory>reference-guide/target/</directory>
<directory>documentation/target/</directory>
<outputDirectory>documentation</outputDirectory>
<includes>
<include>*html*.zip</include>
Expand Down

0 comments on commit 7808e4b

Please sign in to comment.