You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by de...@apache.org on 2007/11/26 21:12:55 UTC

svn commit: r598409 - in /commons/proper/commons-build/trunk: menus/community.ent project.xml xdocs/bugs.xml xdocs/patches.xml xdocs/volunteering.xml

Author: dennisl
Date: Mon Nov 26 12:12:54 2007
New Revision: 598409

URL: http://svn.apache.org/viewvc?rev=598409&view=rev
Log:
Update links.
Remove some tabs.

Modified:
    commons/proper/commons-build/trunk/menus/community.ent
    commons/proper/commons-build/trunk/project.xml
    commons/proper/commons-build/trunk/xdocs/bugs.xml
    commons/proper/commons-build/trunk/xdocs/patches.xml
    commons/proper/commons-build/trunk/xdocs/volunteering.xml

Modified: commons/proper/commons-build/trunk/menus/community.ent
URL: http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/menus/community.ent?rev=598409&r1=598408&r2=598409&view=diff
==============================================================================
--- commons/proper/commons-build/trunk/menus/community.ent (original)
+++ commons/proper/commons-build/trunk/menus/community.ent Mon Nov 26 12:12:54 2007
@@ -1,7 +1,7 @@
 <!--
 The "Community" menu element
 -->
-<menu name="Jakarta Community" type="footer">
-    <item name="Get Involved"                        href="http://jakarta.apache.org/site/getinvolved.html"/>
-    <item name="Mailing Lists"                       href="http://jakarta.apache.org/site/mail.html"/>
+<menu name="Community" type="footer">
+    <item name="Get Involved"                        href="http://www.apache.org/foundation/getinvolved.html"/>
+    <item name="Mailing Lists"                       href="http://commons.apache.org/mail-lists.html"/>
 </menu>

Modified: commons/proper/commons-build/trunk/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/project.xml?rev=598409&r1=598408&r2=598409&view=diff
==============================================================================
--- commons/proper/commons-build/trunk/project.xml (original)
+++ commons/proper/commons-build/trunk/project.xml Mon Nov 26 12:12:54 2007
@@ -32,15 +32,15 @@
   <inceptionYear>2001</inceptionYear>
   
   <licenses>
-	<license>
-    	<name>The Apache Software License, Version 2.0</name>
-    	<url>/LICENSE.txt</url>
-    	<distribution>repo</distribution>
-	</license>
+    <license>
+      <name>The Apache Software License, Version 2.0</name>
+      <url>/LICENSE.txt</url>
+      <distribution>repo</distribution>
+    </license>
   </licenses>
   
   <gumpRepositoryId>commons</gumpRepositoryId>
-  <issueTrackingUrl>http://issues.apache.org/jira/</issueTrackingUrl>
+  <issueTrackingUrl>https://issues.apache.org/jira/</issueTrackingUrl>
   <siteAddress>people.apache.org</siteAddress>
   <siteDirectory>/www/commons.apache.org</siteDirectory>
   <distributionDirectory>/www/commons.apache.org/builds</distributionDirectory>
@@ -70,7 +70,7 @@
       <groupId>maven</groupId>
       <artifactId>maven-xdoc-plugin</artifactId>
       <version>1.9.2</version>
-      <url>http://maven.apache.org/reference/plugins/xdoc/</url>
+      <url>http://maven.apache.org/maven-1.x/plugins/xdoc/</url>
       <type>plugin</type>
     </dependency>
   </dependencies>

Modified: commons/proper/commons-build/trunk/xdocs/bugs.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/xdocs/bugs.xml?rev=598409&r1=598408&r2=598409&view=diff
==============================================================================
--- commons/proper/commons-build/trunk/xdocs/bugs.xml (original)
+++ commons/proper/commons-build/trunk/xdocs/bugs.xml Mon Nov 26 12:12:54 2007
@@ -25,7 +25,7 @@
  <body>
   <section name="On Reporting Bugs">
 
-<p>Apache Commons tracks bugs and enhancements in <a href="http://issues.apache.org/jira/">JIRA</a>, under the Commons category. Each component has its own JIRA project. </p>
+<p>Apache Commons tracks bugs and enhancements in <a href="https://issues.apache.org/jira/">JIRA</a>, under the Commons category. Each component has its own JIRA project. </p>
 
 <p>The usual rules apply - please look to see if the bug already exists before reporting it; please only reports bugs and enhancements, if you have a question, please bring it to the mailing list. Including all your information will help the issue be dealt with quicker, however please use a little common sense and avoid those 50 page recursive stack traces. </p>
 

Modified: commons/proper/commons-build/trunk/xdocs/patches.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/xdocs/patches.xml?rev=598409&r1=598408&r2=598409&view=diff
==============================================================================
--- commons/proper/commons-build/trunk/xdocs/patches.xml (original)
+++ commons/proper/commons-build/trunk/xdocs/patches.xml Mon Nov 26 12:12:54 2007
@@ -31,7 +31,7 @@
   </p>
   <p>
   Before you start, please find time to browse 
-  <a href='http://jakarta.apache.org/site/getinvolved.html'>the jakarta contribution guide</a>.
+  <a href='http://www.apache.org/foundation/getinvolved.html'>the Apache contribution guide</a>.
   </p>
   </section>
   <section name="Respect The Original Style">
@@ -71,7 +71,7 @@
   <p>
   Components in the commons use <a href='http://www.junit.org/index.html'>JUnit</a> for unit 
   testing. If you're not familiar with the principles of regression testing, then the JUnit site 
-  has some <a href='http://www.junit.org/news/article/index.htm'>good articles</a>.
+  has some <a href='http://www.junit.org/taxonomy/term/12'>good articles</a>.
   </p>
   <p>
   <strong>Before you submit</strong> your patch, please do a clean build of the full
@@ -108,11 +108,11 @@
   <ul>
     <li>
         By adding the patch as an attachment to a bug report. Apache Commons projects
-	      use the <a href='http://issues.apache.org/jira'>Apache Jira Bug Tracker</a>.
+        use the <a href='https://issues.apache.org/jira/'>Apache JIRA Bug Tracker</a>.
     </li>
     <li>
         By mailing the patch as an attachment to the 
-        <a href='http://jakarta.apache.org/site/mail.html'>appropriate dev mailing list</a>. 
+        <a href='http://commons.apache.org/mail-lists.html'>appropriate dev mailing list</a>. 
         The email subject should describe what the patch does and should be prefixed 
         by <code>[PATCH]</code>. Make sure that it's clear which component the patch is for. 
         Ideally the component name should be the next word after <code>[PATCH]</code>.

Modified: commons/proper/commons-build/trunk/xdocs/volunteering.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/xdocs/volunteering.xml?rev=598409&r1=598408&r2=598409&view=diff
==============================================================================
--- commons/proper/commons-build/trunk/xdocs/volunteering.xml (original)
+++ commons/proper/commons-build/trunk/xdocs/volunteering.xml Mon Nov 26 12:12:54 2007
@@ -34,8 +34,8 @@
 <p>
 So, one FAQ is - <em>I'd like to help but how do I volunteer?</em> 
 Hopefully people asking this have already browsed through the 
-<a href='http://jakarta.apache.org/site/getinvolved.html'>
-general jakarta documentation</a> but are having troubles getting a grip on the commons.
+<a href='http://www.apache.org/foundation/getinvolved.html'>
+general Apache documentation</a> but are having troubles getting a grip on the commons.
 </p>
 <p>
 Luckily Craig R. McClanahan posted an excellent answer to this very question to