You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/20 09:26:52 UTC

[maven-ant-plugin] 34/50: use inheritence and make all the site appearances consistent

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to annotated tag maven-ant-plugin-2.0
in repository https://gitbox.apache.org/repos/asf/maven-ant-plugin.git

commit c3f7111aa70025ecf30041c74f2cbc9669ab398b
Author: Brett Leslie Porter <br...@apache.org>
AuthorDate: Mon Oct 23 00:51:59 2006 +0000

    use inheritence and make all the site appearances consistent
    
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-ant-plugin@466898 13f79535-47bb-0310-9956-ffa450edef68
---
 src/site/site.xml | 20 +-------------------
 1 file changed, 1 insertion(+), 19 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index c254b00..8999821 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -16,32 +16,14 @@
   ~ limitations under the License.
   -->
 
-<project name="Maven 2 Ant Plugin">
-  <bannerLeft>
-    <name>Maven 2 Ant 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>
+<project>
   <body>
     <links>
-      <item name="Maven" href="http://maven.apache.org/"/>
       <item name="Ant" href="http://ant.apache.org/"/>
     </links>
 
-    <menu name="Overview">
-      <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 Ant build files" href="/examples/using.html"/>
     </menu>
-
-    ${reports}
   </body>
 </project>

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.