Author: dennisl
Date: Fri Jul 14 15:11:49 2006
New Revision: 422075
URL: http://svn.apache.org/viewvc?rev=422075&view=rev
Log:
Adhere to the plugin documentation standard
Modified:
maven/sandbox/plugins/maven-changes-plugin/src/site/site.xml
Modified: maven/sandbox/plugins/maven-changes-plugin/src/site/site.xml
URL:
http://svn.apache.org/viewvc/maven/sandbox/plugins/maven-changes-plugin/src/site/site.xml?rev=422075&r1=422074&r2=422075&view=diff
==============================================================================
--- maven/sandbox/plugins/maven-changes-plugin/src/site/site.xml (original)
+++ maven/sandbox/plugins/maven-changes-plugin/src/site/site.xml Fri Jul 14
15:11:49 2006
@@ -1,9 +1,44 @@
-<project>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!--
+/*
+ * 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 Changes Report Plugin">
+ <bannerLeft>
+ <name>Maven Changes Report Plugin</name>
+ <src>http://maven.apache.org/images/apache-maven-project.png</src>
+ <href>http://maven.apache.org/</href>
+ </bannerLeft>
+ <bannerRight>
+ <src>http://maven.apache.org/images/maven-small.gif</src>
+ </bannerRight>
<body>
- <menu name="Changes Plugin Quickstart">
- <item name="Overview" href="howto.html"/>
+ <links>
+ <item name="Maven 2" href="http://maven.apache.org/maven2/"/>
+ </links>
+
+ <menu name="Overview">
+ <item name="Goals" href="plugin-info.html"/>
+ <item name="Usage" href="howto.html"/>
<item name="Sample Changes Report" href="changes-report.html"/>
<item name="Sample Jira Report" href="jira-report.html"/>
</menu>
+
+ ${reports}
</body>
</project>