kaz 02/05/09 20:23:13
Modified: . build.xml
src/templates/build build-docs.xml build.xml
xdocs/ref properties.xml
Log:
Changing the target name from 'activity-report' to 'activity-log' for
consistency.
Revision Changes Path
1.34 +2 -2 jakarta-turbine-maven/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/build.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- build.xml 10 May 2002 03:19:33 -0000 1.33
+++ build.xml 10 May 2002 03:23:13 -0000 1.34
@@ -144,8 +144,8 @@
<ant antfile="${maven.home}/build-docs.xml" target="cvs-change-log"/>
</target>
- <target name="maven:activity-report">
- <ant antfile="${maven.home}/build-docs.xml" target="activity-report"/>
+ <target name="maven:activity-log">
+ <ant antfile="${maven.home}/build-docs.xml" target="activity-log"/>
</target>
<target name="maven:javadocs">
1.68 +2 -2 jakarta-turbine-maven/src/templates/build/build-docs.xml
Index: build-docs.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/build-docs.xml,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- build-docs.xml 10 May 2002 03:19:33 -0000 1.67
+++ build-docs.xml 10 May 2002 03:23:13 -0000 1.68
@@ -25,7 +25,7 @@
<target
name="docs"
- depends="local-init, jdepend-metrics, junit-report, checkstyle-report,
cvs-change-log, activity-report, generate-xdocs, docs:site"
+ depends="local-init, jdepend-metrics, junit-report, checkstyle-report,
cvs-change-log, activity-log, generate-xdocs, docs:site"
description="o Generate html project documentation xdoc sources">
</target>
@@ -138,7 +138,7 @@
<!-- ================================================================== -->
<target
- name="activity-report"
+ name="activity-log"
depends="local-init">
<taskdef
1.37 +2 -2 jakarta-turbine-maven/src/templates/build/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/build.xml,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- build.xml 10 May 2002 02:34:11 -0000 1.36
+++ build.xml 10 May 2002 03:23:13 -0000 1.37
@@ -98,8 +98,8 @@
<ant antfile="$mavenDirectory/build-docs.xml" target="cvs-change-log"/>
</target>
- <target name="maven:activity-report">
- <ant antfile="$mavenDirectory/build-docs.xml" target="activity-report"/>
+ <target name="maven:activity-log">
+ <ant antfile="$mavenDirectory/build-docs.xml" target="activity-log"/>
</target>
<target name="maven:task-list">
1.11 +1 -1 jakarta-turbine-maven/xdocs/ref/properties.xml
Index: properties.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/xdocs/ref/properties.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- properties.xml 10 May 2002 03:19:33 -0000 1.10
+++ properties.xml 10 May 2002 03:23:13 -0000 1.11
@@ -1217,7 +1217,7 @@
<td>
Specifies the range to use when generating the
developer activity log. This is used by the <a
- href="build-file.html#maven:activity-report">maven:activity-report</a>
+ href="build-file.html#maven:activity-log">maven:activity-log</a>
target.
The default value is <code>30</code> days.
</td>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>