Author: aheritier
Date: Tue Oct  4 12:11:45 2005
New Revision: 294899

URL: http://svn.apache.org/viewcvs?rev=294899&view=rev
Log:
open external links in a new window

Modified:
    maven/maven-1/core/trunk/xdocs/navigation.xml

Modified: maven/maven-1/core/trunk/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/navigation.xml?rev=294899&r1=294898&r2=294899&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/navigation.xml (original)
+++ maven/maven-1/core/trunk/xdocs/navigation.xml Tue Oct  4 12:11:45 2005
@@ -59,8 +59,8 @@
     <menu name="News and Resources">
       <item name="Road Map"                            href="/roadmap.html" />
       <item name="Books and Articles"                  
href="/reference/articles.html" />
-      <item name="MavenBlogs.com"                      
href="http://www.mavenblogs.com/"; />
-      <item name="MavenBook.org"                       
href="http://www.mavenbook.org/"; />
+      <item name="MavenBlogs.com"                      
href="http://www.mavenblogs.com/"; target="_blank"/>
+      <item name="MavenBook.org"                       
href="http://www.mavenbook.org/"; target="_blank"/>
     </menu>
     
     <!-- TODO [later]: clean up directory structure -->
@@ -104,7 +104,7 @@
     <menu name="Getting Plugins">
       <item name="Maven Plugins"                       
href="/reference/plugins/index.html" />
       <item name="Maven Plugin Sandbox"                
href="/plugins-sandbox/index.html" />
-      <item name="Maven Plugins @ sf.net"              
href="http://maven-plugins.sourceforge.net/"; />
+      <item name="Maven Plugins @ sf.net"              
href="http://maven-plugins.sourceforge.net/"; target="_blank"/>
       <item name="Other 3rd Party Plugins"             
href="/reference/3rdparty.html" />
     </menu>
 
@@ -132,10 +132,10 @@
     </menu>
 
     <menu name="Related Projects">
-      <item name="Mevenide"                            
href="http://mevenide.codehaus.org/"; />
-      <item name="Maven Proxy"                         
href="http://maven-proxy.codehaus.org/"; />
-      <item name="Ant"                                 
href="http://ant.apache.org/"/>
-      <item name="Jelly"                               
href="http://jakarta.apache.org/commons/jelly/"/>
+      <item name="Mevenide"                            
href="http://mevenide.codehaus.org/"; target="_blank"/>
+      <item name="Maven Proxy"                         
href="http://maven-proxy.codehaus.org/"; target="_blank"/>
+      <item name="Ant"                                 
href="http://ant.apache.org/"; target="_blank"/>
+      <item name="Jelly"                               
href="http://jakarta.apache.org/commons/jelly/"; target="_blank"/>
     </menu>
 
 <!-- TODO [later]: actually, may want to fold up the whole top of the site 
when entering the "developer section" -->



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to