leosutic 2004/06/08 14:00:24
Modified: attributes/site/xdocs changelog.xml navigation.xml
attributes/site maven.xml
Log:
Fixed build.
Revision Changes Path
1.3 +1 -1 jakarta-commons-sandbox/attributes/site/xdocs/changelog.xml
Index: changelog.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/attributes/site/xdocs/changelog.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- changelog.xml 5 May 2004 21:51:58 -0000 1.2
+++ changelog.xml 8 Jun 2004 21:00:24 -0000 1.3
@@ -45,7 +45,7 @@
<ul>
<li>
<p>
- Fixed bug where attributes would be interited from
+ Fixed bug where attributes would be inherited from
private methods. Since the methods themselves aren't
inherited, the attributes shouldn't be either.
</p>
1.12 +2 -0 jakarta-commons-sandbox/attributes/site/xdocs/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/attributes/site/xdocs/navigation.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- navigation.xml 30 May 2004 23:21:15 -0000 1.11
+++ navigation.xml 8 Jun 2004 21:00:24 -0000 1.12
@@ -34,6 +34,8 @@
<item name="Documenting" href="/documenting.html"/>
</item>
+ <item name="FAQ" href="/faq.html"/>
+
<item name="Changelog" href="/changelog.html"/>
<item name="Mailing Lists" href="/mail-lists.html"/>
1.4 +5 -1 jakarta-commons-sandbox/attributes/site/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/attributes/site/maven.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- maven.xml 18 Mar 2004 23:16:30 -0000 1.3
+++ maven.xml 8 Jun 2004 21:00:24 -0000 1.4
@@ -25,9 +25,13 @@
<property name="maven.javadoc.stylesheet"
value="${basedir}/etc/stylesheet.css"/>
- <preGoal name="site">
+ <preGoal name="attributes:site">
<attainGoal name="license"/>
</preGoal>
+
+ <goal name="attributes:site">
+ <attainGoal name="site:generate"/>
+ </goal>
<preGoal name="xdoc:copy-user-resources">
<copy todir="${basedir}/target/docs" filtering="no">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]