You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by oc...@apache.org on 2006/08/01 08:41:10 UTC

svn commit: r427468 - in /maven/plugins/trunk/maven-changelog-plugin/src: main/java/org/apache/maven/changelog/ site/

Author: oching
Date: Mon Jul 31 23:41:09 2006
New Revision: 427468

URL: http://svn.apache.org/viewvc?rev=427468&view=rev
Log:
PR: MCHANGELOG-40

Revised plugin docs to conform with the documentation standard. 

Modified:
    maven/plugins/trunk/maven-changelog-plugin/src/main/java/org/apache/maven/changelog/ChangeLogReport.java
    maven/plugins/trunk/maven-changelog-plugin/src/main/java/org/apache/maven/changelog/DeveloperActivityReport.java
    maven/plugins/trunk/maven-changelog-plugin/src/main/java/org/apache/maven/changelog/FileActivityReport.java
    maven/plugins/trunk/maven-changelog-plugin/src/site/site.xml

Modified: maven/plugins/trunk/maven-changelog-plugin/src/main/java/org/apache/maven/changelog/ChangeLogReport.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changelog-plugin/src/main/java/org/apache/maven/changelog/ChangeLogReport.java?rev=427468&r1=427467&r2=427468&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changelog-plugin/src/main/java/org/apache/maven/changelog/ChangeLogReport.java (original)
+++ maven/plugins/trunk/maven-changelog-plugin/src/main/java/org/apache/maven/changelog/ChangeLogReport.java Mon Jul 31 23:41:09 2006
@@ -61,7 +61,7 @@
 import java.util.Comparator;
 
 /**
- * A Maven 2.0 change log report plugin.
+ * Generate a changelog report.
  *
  * @goal changelog
  */

Modified: maven/plugins/trunk/maven-changelog-plugin/src/main/java/org/apache/maven/changelog/DeveloperActivityReport.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changelog-plugin/src/main/java/org/apache/maven/changelog/DeveloperActivityReport.java?rev=427468&r1=427467&r2=427468&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changelog-plugin/src/main/java/org/apache/maven/changelog/DeveloperActivityReport.java (original)
+++ maven/plugins/trunk/maven-changelog-plugin/src/main/java/org/apache/maven/changelog/DeveloperActivityReport.java Mon Jul 31 23:41:09 2006
@@ -31,7 +31,7 @@
 import java.util.ResourceBundle;
 
 /**
- * A Maven 2.0 developer activity report plugin.
+ * Generate a developer activity report.
  *
  * @goal dev-activity
  */

Modified: maven/plugins/trunk/maven-changelog-plugin/src/main/java/org/apache/maven/changelog/FileActivityReport.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changelog-plugin/src/main/java/org/apache/maven/changelog/FileActivityReport.java?rev=427468&r1=427467&r2=427468&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changelog-plugin/src/main/java/org/apache/maven/changelog/FileActivityReport.java (original)
+++ maven/plugins/trunk/maven-changelog-plugin/src/main/java/org/apache/maven/changelog/FileActivityReport.java Mon Jul 31 23:41:09 2006
@@ -32,7 +32,7 @@
 import java.util.ResourceBundle;
 
 /**
- * A Maven 2.0 file activity report plugin.
+ * Generate a file activity report.
  *
  * @goal file-activity
  */

Modified: maven/plugins/trunk/maven-changelog-plugin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changelog-plugin/src/site/site.xml?rev=427468&r1=427467&r2=427468&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changelog-plugin/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-changelog-plugin/src/site/site.xml Mon Jul 31 23:41:09 2006
@@ -1,22 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
 <!--
-/*
- * Copyright 2005-2006 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *      http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
--->
+  ~ Copyright 2006 The Apache Software Foundation.
+  ~
+  ~ Licensed under the Apache License, Version 2.0 (the "License");
+  ~ you may not use this file except in compliance with the License.
+  ~ You may obtain a copy of the License at
+  ~
+  ~      http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing, software
+  ~ distributed under the License is distributed on an "AS IS" BASIS,
+  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  ~ See the License for the specific language governing permissions and
+  ~ limitations under the License.
+  -->
 
 <project name="Maven Changelog Plugin">
   <bannerLeft>
@@ -33,12 +31,17 @@
     </links>
 
     <menu name="Overview">
-      <item name="Overview" href="howto.html"/>
-      <item name="Sample Changelog Report" href="sample-changelog.html"/>
-      <item name="Sample Developer Activity Report" href="sample-dev-activity.html"/>
-      <item name="Sample File Activity Report" href="sample-file-activity.html"/>
+      <item name="Introduction" href="index.html"/>
+      <item name="Goals" href="plugin-info.html"/>
+      <item name="Usage" href="usage.html"/>
+      <item name="FAQ" href="faq.html"/>
     </menu>
 
+    <menu name="Examples">
+      <item name="Using Date Type" href="/examples/configuration-date-type.html"/>
+      <item name="Using Range Type" href="/examples/configuration-range-type.html"/>
+      <item name="Using Tag Type" href="/examples/configuration-tag-type.html"/>
+    </menu>
     ${reports}
   </body>
 </project>