Author: wsmoak
Date: Thu Jul 27 21:45:44 2006
New Revision: 426383
URL: http://svn.apache.org/viewvc?rev=426383&view=rev
Log:
Include the website in the assembly. This includes the top-level site, api,
core and extras, but not the example apps.
Fix the location of the xwork javadoc, it should be docs/xwork-apidocs.
WW-1378
Modified:
struts/struts2/trunk/assembly/src/main/assembly/all.xml
Modified: struts/struts2/trunk/assembly/src/main/assembly/all.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/src/main/assembly/all.xml?rev=426383&r1=426382&r2=426383&view=diff
==============================================================================
--- struts/struts2/trunk/assembly/src/main/assembly/all.xml (original)
+++ struts/struts2/trunk/assembly/src/main/assembly/all.xml Thu Jul 27 21:45:44
2006
@@ -50,8 +50,26 @@
<!-- Include the XWork Javadoc in the assembly -->
<fileSet>
<directory>target/xwork-apidocs</directory>
- <outputDirectory>xwork-apidocs</outputDirectory>
+ <outputDirectory>docs/xwork-apidocs</outputDirectory>
</fileSet>
+
+ <!-- Include the website in the assembly -->
+ <fileSet>
+ <directory>../target/site</directory>
+ <outputDirectory>docs</outputDirectory>
+ </fileSet>
+ <fileSet>
+ <directory>../api/target/site</directory>
+ <outputDirectory>docs/struts2-api</outputDirectory>
+ </fileSet>
+ <fileSet>
+ <directory>../core/target/site</directory>
+ <outputDirectory>docs/struts2-core</outputDirectory>
+ </fileSet>
+ <fileSet>
+ <directory>../extras/target/site</directory>
+ <outputDirectory>docs/struts2-extras</outputDirectory>
+ </fileSet>
<!-- Include the source code in the assembly -->
<fileSet>