minor fixes + accounted for documentation
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14549 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
67bde11b48
commit
8c10ac7e28
|
@ -33,8 +33,6 @@
|
|||
Hibernate did.
|
||||
-->
|
||||
|
||||
<!-- todo : still need to account for documentation -->
|
||||
<!-- todo : still need to account for tutorials -->
|
||||
<!-- todo : still need to account for overall site stuff -->
|
||||
|
||||
<id>dist</id>
|
||||
|
@ -142,14 +140,42 @@
|
|||
</dependencySets>
|
||||
|
||||
<fileSets>
|
||||
<!--
|
||||
Build the 'project' directory which includes the project sources
|
||||
-->
|
||||
<fileSet>
|
||||
<directory>..</directory>
|
||||
<useDefaultExcludes>true</useDefaultExcludes>
|
||||
<outputDirectory>project</outputDirectory>
|
||||
<excludes>
|
||||
<exclude>**/target/**</exclude>
|
||||
<exclude>**/*.ipr</exclude>
|
||||
<exclude>**/*.iml</exclude>
|
||||
<exclude>**/*.iws</exclude>
|
||||
</excludes>
|
||||
</fileSet>
|
||||
<!--
|
||||
Build the 'documentation/manual' directory containing the built
|
||||
reference manual documentation
|
||||
-->
|
||||
<fileSet>
|
||||
<directory>../documentation/manual/target/docbook/publish/</directory>
|
||||
<outputDirectory>documentation/manual</outputDirectory>
|
||||
<includes>
|
||||
<include>**/**</include>
|
||||
</includes>
|
||||
</fileSet>
|
||||
<!--
|
||||
Build the 'documentation/jbosscache-guide' directory containing the built
|
||||
reference manual documentation
|
||||
-->
|
||||
<fileSet>
|
||||
<directory>../documentation/jbosscache2/target/docbook/publish/</directory>
|
||||
<outputDirectory>documentation/jbosscache-guide</outputDirectory>
|
||||
<includes>
|
||||
<include>**/**</include>
|
||||
</includes>
|
||||
</fileSet>
|
||||
</fileSets>
|
||||
|
||||
</assembly>
|
Loading…
Reference in New Issue