You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2007/07/29 06:10:15 UTC

svn commit: r560669 - in /commons/proper/commons-build/trunk: ./ menus/ samples/ shared-build/ xdocs/ xdocs/releases/

Author: bayard
Date: Sat Jul 28 21:10:14 2007
New Revision: 560669

URL: http://svn.apache.org/viewvc?view=rev&rev=560669
Log:
Updating to reflect SVN TLP move

Modified:
    commons/proper/commons-build/trunk/menus/view.ent
    commons/proper/commons-build/trunk/project.xml
    commons/proper/commons-build/trunk/samples/navigation.xml.sample
    commons/proper/commons-build/trunk/samples/pom.xml.sample
    commons/proper/commons-build/trunk/samples/project.xml.sample
    commons/proper/commons-build/trunk/samples/sandbox-pom.xml.sample
    commons/proper/commons-build/trunk/sandbox-project.xml
    commons/proper/commons-build/trunk/shared-build/README.txt
    commons/proper/commons-build/trunk/xdocs/building.xml
    commons/proper/commons-build/trunk/xdocs/index.xml
    commons/proper/commons-build/trunk/xdocs/releases/release.xml
    commons/proper/commons-build/trunk/xdocs/svninfo.xml

Modified: commons/proper/commons-build/trunk/menus/view.ent
URL: http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/menus/view.ent?view=diff&rev=560669&r1=560668&r2=560669
==============================================================================
--- commons/proper/commons-build/trunk/menus/view.ent (original)
+++ commons/proper/commons-build/trunk/menus/view.ent Sat Jul 28 21:10:14 2007
@@ -3,7 +3,7 @@
 -->
 <menu name="View Source Code Repository">	
     <item name="General Information"   href="http://commons.apache.org/svninfo.html"/>
-    <item name="Components"            href="http://svn.apache.org/viewcvs/jakarta/commons/proper/"/>
-    <item name="Sandbox"               href="http://svn.apache.org/viewcvs/jakarta/commons/sandbox/"/>
-    <item name="Dormant"               href="http://svn.apache.org/viewcvs/jakarta/commons/dormant/"/>
+    <item name="Components"            href="http://svn.apache.org/viewcvs/commons/proper/"/>
+    <item name="Sandbox"               href="http://svn.apache.org/viewcvs/commons/sandbox/"/>
+    <item name="Dormant"               href="http://svn.apache.org/viewcvs/commons/dormant/"/>
 </menu>

Modified: commons/proper/commons-build/trunk/project.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/project.xml?view=diff&rev=560669&r1=560668&r2=560669
==============================================================================
--- commons/proper/commons-build/trunk/project.xml (original)
+++ commons/proper/commons-build/trunk/project.xml Sat Jul 28 21:10:14 2007
@@ -39,15 +39,15 @@
 	</license>
   </licenses>
   
-  <gumpRepositoryId>jakarta</gumpRepositoryId>
+  <gumpRepositoryId>commons</gumpRepositoryId>
   <issueTrackingUrl>http://issues.apache.org/jira/</issueTrackingUrl>
   <siteAddress>people.apache.org</siteAddress>
   <siteDirectory>/www/commons.apache.org</siteDirectory>
   <distributionDirectory>/www/commons.apache.org/builds</distributionDirectory>
 
   <repository>
-   <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/trunk</connection>
-    <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/trunk</url>
+   <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/trunk</connection>
+    <url>http://svn.apache.org/repos/asf/commons/proper/trunk</url>
   </repository>  
 
   <mailingLists>

Modified: commons/proper/commons-build/trunk/samples/navigation.xml.sample
URL: http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/samples/navigation.xml.sample?view=diff&rev=560669&r1=560668&r2=560669
==============================================================================
--- commons/proper/commons-build/trunk/samples/navigation.xml.sample (original)
+++ commons/proper/commons-build/trunk/samples/navigation.xml.sample Sat Jul 28 21:10:14 2007
@@ -40,7 +40,7 @@
       <item name="Javadoc (1.0 release)"   href="api/index.html"/>
       <item name="Javadoc (1.1-dev)"       href="apidocs/index.html"/>
       <item name="Source Repository (current)"  
-       href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/foo/trunk"/>
+       href="http://svn.apache.org/viewcvs.cgi/commons/proper/foo/trunk"/>
       <item name="Wiki"  
             href="http://wiki.apache.org/jakarta-commons/Foo"/>
     </menu>

Modified: commons/proper/commons-build/trunk/samples/pom.xml.sample
URL: http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/samples/pom.xml.sample?view=diff&rev=560669&r1=560668&r2=560669
==============================================================================
--- commons/proper/commons-build/trunk/samples/pom.xml.sample (original)
+++ commons/proper/commons-build/trunk/samples/pom.xml.sample Sat Jul 28 21:10:14 2007
@@ -40,9 +40,9 @@
   <developers/>
   <contributors/>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/foo/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/proper/foo/trunk/</developerConnection>
-    <url>http://svn.apache.org/repos/asf/jakarta/commons/proper/foo/trunk/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/foo/trunk/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/foo/trunk/</developerConnection>
+    <url>http://svn.apache.org/repos/asf/commons/proper/foo/trunk/</url>
   </scm>
   <build/>
   <profiles/>

Modified: commons/proper/commons-build/trunk/samples/project.xml.sample
URL: http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/samples/project.xml.sample?view=diff&rev=560669&r1=560668&r2=560669
==============================================================================
--- commons/proper/commons-build/trunk/samples/project.xml.sample (original)
+++ commons/proper/commons-build/trunk/samples/project.xml.sample Sat Jul 28 21:10:14 2007
@@ -27,13 +27,12 @@
   <inceptionYear>2006</inceptionYear>
   <shortDescription>Apache Commons Foo</shortDescription>
   <description>A Foo thing</description>
-  <logo>/images/logo.png</logo>
   <url>http://commons.apache.org/${pom.artifactId.substring(8)}/</url>
   <package>org.apache.commons.${pom.artifactId.substring(8)}</package>
   <organization>
-    <name>The Apache Software Foundation</name>
-    <url>http://jakarta.apache.org</url>
-    <logo>http://jakarta.apache.org/images/original-jakarta-logo.gif</logo>
+    <name>Apache Commons</name>
+    <url>http://commons.apache.org</url>
+  <logo>/images/logo.png</logo>
   </organization>
   <licenses>
     <license>
@@ -42,14 +41,13 @@
       <distribution>repo</distribution>
     </license>
   </licenses>
-  <gumpRepositoryId>jakarta</gumpRepositoryId>
+  <gumpRepositoryId>commons</gumpRepositoryId>
   <issueTrackingUrl>http://issues.apache.org/jira/browse/${pom.artifactId.substring(8).toUpperCase()}</issueTrackingUrl>
   <siteAddress>people.apache.org</siteAddress>
   <siteDirectory>/www/commons.apache.org/${pom.artifactId.substring(8)}/</siteDirectory>
-  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons/${pom.artifactId.substring(8)}/</distributionDirectory>
   <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
-    <url>http://svn.apache.org/viewvc/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
+    <url>http://svn.apache.org/viewvc/commons/proper/${pom.artifactId.substring(8)}/trunk/</url>
   </repository>
   <mailingLists>
     <mailingList>

Modified: commons/proper/commons-build/trunk/samples/sandbox-pom.xml.sample
URL: http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/samples/sandbox-pom.xml.sample?view=diff&rev=560669&r1=560668&r2=560669
==============================================================================
--- commons/proper/commons-build/trunk/samples/sandbox-pom.xml.sample (original)
+++ commons/proper/commons-build/trunk/samples/sandbox-pom.xml.sample Sat Jul 28 21:10:14 2007
@@ -36,9 +36,9 @@
   <developers/>
   <contributors/>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/sandbox/foo/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jakarta/commons/sandbox/foo/trunk/</developerConnection>
-    <url>http://svn.apache.org/repos/asf/jakarta/commons/sandbox/foo/trunk/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/foo/trunk/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/sandbox/foo/trunk/</developerConnection>
+    <url>http://svn.apache.org/repos/asf/commons/sandbox/foo/trunk/</url>
   </scm>
   <build/>
   <profiles/>

Modified: commons/proper/commons-build/trunk/sandbox-project.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/sandbox-project.xml?view=diff&rev=560669&r1=560668&r2=560669
==============================================================================
--- commons/proper/commons-build/trunk/sandbox-project.xml (original)
+++ commons/proper/commons-build/trunk/sandbox-project.xml Sat Jul 28 21:10:14 2007
@@ -26,10 +26,9 @@
 
   <organization>
     <name>The Apache Software Foundation</name>
-    <url>http://jakarta.apache.org</url>
-    <logo>http://jakarta.apache.org/images/jakarta-logo.gif</logo>
+    <url>http://commons.apache.org</url>
+    <logo>http://commons.apache.org/images/logo.png</logo>
   </organization>
-  <logo>/images/logo.png</logo>
   
   <licenses>
 	<license>
@@ -38,18 +37,17 @@
     	<distribution>repo</distribution>
 	</license>
   </licenses>
-  <gumpRepositoryId>jakarta</gumpRepositoryId>
+  <gumpRepositoryId>commons</gumpRepositoryId>
   
 
-  <issueTrackingUrl>http://issues.apache.org/bugzilla/</issueTrackingUrl>
+  <issueTrackingUrl>http://issues.apache.org/jira/browse/SANDBOX</issueTrackingUrl>
   
-  <siteAddress>jakarta.apache.org</siteAddress>
+  <siteAddress>commons.apache.org</siteAddress>
   <siteDirectory>/www/commons.apache.org/sandbox/${pom.artifactId.substring(8)}/</siteDirectory>
-  <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/${pom.artifactId.substring(8)}/</distributionDirectory>
   
   <repository>
-   <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/sandbox/${pom.artifactId.substring(8)}/trunk</connection>
-    <url>http://svn.apache.org/repos/asf/jakarta/commons/sandbox/${pom.artifactId.substring(8)}/trunk</url>
+   <connection>scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/${pom.artifactId.substring(8)}/trunk</connection>
+    <url>http://svn.apache.org/repos/asf/commons/sandbox/${pom.artifactId.substring(8)}/trunk</url>
   </repository>  
   
   <mailingLists>

Modified: commons/proper/commons-build/trunk/shared-build/README.txt
URL: http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/shared-build/README.txt?view=diff&rev=560669&r1=560668&r2=560669
==============================================================================
--- commons/proper/commons-build/trunk/shared-build/README.txt (original)
+++ commons/proper/commons-build/trunk/shared-build/README.txt Sat Jul 28 21:10:14 2007
@@ -1,3 +1,3 @@
 This directory is part of Commons Build and is included automatically using svn:externals by components.
 
-See http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/commons-build/trunk/
+See http://svn.apache.org/viewcvs.cgi/commons/proper/commons-build/trunk/

Modified: commons/proper/commons-build/trunk/xdocs/building.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/xdocs/building.xml?view=diff&rev=560669&r1=560668&r2=560669
==============================================================================
--- commons/proper/commons-build/trunk/xdocs/building.xml (original)
+++ commons/proper/commons-build/trunk/xdocs/building.xml Sat Jul 28 21:10:14 2007
@@ -127,7 +127,7 @@
   <section name='Maven POM (project.xml) configuration'>
   <p>
   This section describes the key elements in the maven POM and how the 
-  <a href="http://svn.apache.org/repos/asf/jakarta/commons/proper/commons-build/trunk/samples/project.xml.sample">
+  <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build/trunk/samples/project.xml.sample">
   sample <code>project.xml</code></a> file needs to be modified or customized
   for different components.
   </p> 
@@ -204,7 +204,7 @@
     <p>
     There is very little that needs to be customized for individual components
     in the
-    <a href="http://svn.apache.org/repos/asf/jakarta/commons/proper/commons-build/trunk/samples/project.properties.sample">
+    <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build/trunk/samples/project.properties.sample">
     sample <code>project.properties</code> file</a>. The table below calls out
     a few properties which individual components may wish to modify.  The
     deployment and site generation properties (which should not be changed) are
@@ -230,7 +230,7 @@
     Use <code>maven site:generate</code> to generate the component web site
     locally. Then review the generated html in <code>target/docs.</code>
     Navigation is specified in <code>xdocs/navigation.xml.</code> The
-    <a href="http://svn.apache.org/repos/asf/jakarta/commons/proper/commons-build/trunk/samples/navigation.xml.sample">
+    <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build/trunk/samples/navigation.xml.sample">
     sample navigation file</a> refers to entities defined in 
     <code>../../commons-build/menus/menus.dtd,</code> so, as mentioned above,
     commons-build has to be checked out as a peer to the component whose web
@@ -275,7 +275,7 @@
     maven repositories.  This powerful feature makes distribution easy, but
     also makes inadvertent deployment of development jars possible. The
     setup in 
-    <a href="http://svn.apache.org/repos/asf/jakarta/commons/proper/commons-build/trunk/samples/project.properties.sample">
+    <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build/trunk/samples/project.properties.sample">
     <code>project.properties.sample</code></a> ensures that this does not
     happen.  This section explains how to deploy jars using maven at apache.
     </p>
@@ -314,7 +314,7 @@
       to set the <code>maven.repo.list</code> property to refer to 
       <code>java-repository.</code>  The safest way to do this (to minimize
       risk of inadvertent production deployment) is to rely on the setup in
-      <a href="http://svn.apache.org/repos/asf/jakarta/commons/proper/commons-build/trunk/samples/project.properties.sample">
+      <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build/trunk/samples/project.properties.sample">
       project.properties.sample</a>, which leaves <code>java-repository</code>
       off of the repo list, so you have to overrride the list on the command
       line: 
@@ -357,7 +357,7 @@
     plugin extended to perform the function than to script around the problem.
     That said, there are some standard customizations for commons
     components shown in
-    <a href="http://svn.apache.org/repos/asf/jakarta/commons/proper/commons-build/trunk/samples/maven.xml.sample"> 
+    <a href="http://svn.apache.org/repos/asf/commons/proper/commons-build/trunk/samples/maven.xml.sample"> 
     maven.xml.sample</a> The pre- and post-goals defined there copy the
     resources required to ensure that all web sites have a common look and feel
     and that required licenses and notices are included in release distributions.

Modified: commons/proper/commons-build/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/xdocs/index.xml?view=diff&rev=560669&r1=560668&r2=560669
==============================================================================
--- commons/proper/commons-build/trunk/xdocs/index.xml (original)
+++ commons/proper/commons-build/trunk/xdocs/index.xml Sat Jul 28 21:10:14 2007
@@ -136,18 +136,18 @@
   <a href="http://jakarta.apache.org/getinvolved/mail.html">Commons mailing list</a>.
             </li>
 				<li>
-  Access to the SVN <strong>jakarta/commons/proper</strong> repository is available both
-  <a href="http://svn.apache.org/viewcvs/jakarta/commons/proper/">online</a>
+  Access to the SVN <strong>commons/proper</strong> repository is available both
+  <a href="http://svn.apache.org/viewcvs/commons/proper/">online</a>
   and with a <a href="http://www.apache.org/dev/version-control.html">svn client</a>.
             </li>
 				<li>
-  Access to the SVN <strong>jakarta/commons/sandbox</strong> repository is available both
-  <a href="http://svn.apache.org/viewcvs/jakarta/commons/sandbox/">online</a>
+  Access to the SVN <strong>commons/sandbox</strong> repository is available both
+  <a href="http://svn.apache.org/viewcvs/commons/sandbox/">online</a>
   and with a <a href="http://www.apache.org/dev/version-control.html">svn client</a>.
             </li>
 				<li>
-  Access to the SVN <strong>jakarta/commons/dormant</strong> repository is available both
-  <a href="http://svn.apache.org/viewcvs/jakarta/commons/dormant/">online</a>
+  Access to the SVN <strong>commons/dormant</strong> repository is available both
+  <a href="http://svn.apache.org/viewcvs/commons/dormant/">online</a>
   and with a <a href="http://www.apache.org/dev/version-control.html">svn client</a>.
             </li>
 			</ul>

Modified: commons/proper/commons-build/trunk/xdocs/releases/release.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/xdocs/releases/release.xml?view=diff&rev=560669&r1=560668&r2=560669
==============================================================================
--- commons/proper/commons-build/trunk/xdocs/releases/release.xml (original)
+++ commons/proper/commons-build/trunk/xdocs/releases/release.xml Sat Jul 28 21:10:14 2007
@@ -383,7 +383,7 @@
     <p>
     Maven users can deploy release jars automatically using maven's jar plugin.
     See the 
-<a href="http://svn.apache.org/repos/asf/jakarta/commons/proper/commons-build/trunk/samples/project.properties.sample">
+<a href="http://svn.apache.org/repos/asf/commons/proper/commons-build/trunk/samples/project.properties.sample">
     project.properties.sample</a> file in the commons-build directory for
     an example showing how to configure the necessary properties to support jar
     deployment using scp. A how-to showing how to get an apache ssh key set up
@@ -483,9 +483,9 @@
     <p>
     To update the commons site:
     <ul>
-    <li>check out the entire jakarta/commons/trunks-proper directory (the build process
+    <li>check out the entire commons/trunks-proper directory (the build process
         needs all the other components checked out).</li>
-    <li>cd jakarta/commons/trunks-proper/commons-build</li>
+    <li>cd commons/trunks-proper/commons-build</li>
     <li>maven site:generate</li>
     <li>maven -Dmaven.username=yourapacheid site:deploy</li>
     </ul>

Modified: commons/proper/commons-build/trunk/xdocs/svninfo.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-build/trunk/xdocs/svninfo.xml?view=diff&rev=560669&r1=560668&r2=560669
==============================================================================
--- commons/proper/commons-build/trunk/xdocs/svninfo.xml (original)
+++ commons/proper/commons-build/trunk/xdocs/svninfo.xml Sat Jul 28 21:10:14 2007
@@ -42,7 +42,7 @@
 to your local machine, after replacing {component-name} with the appropriate
 value.
 <pre>
-   http://svn.apache.org/repos/asf/jakarta/commons/proper/{component-name}/trunk
+   http://svn.apache.org/repos/asf/commons/proper/{component-name}/trunk
 </pre>
 </p>
 <p>
@@ -51,7 +51,7 @@
 name "viewcvs" appearing in this link, the information <i>is</i> from the
 ASF Subversion repository.
 <pre>
-   http://svn.apache.org/viewcvs/jakarta/commons/proper/{component-name}/trunk
+   http://svn.apache.org/viewcvs/commons/proper/{component-name}/trunk
 </pre>
 </p>
 </section>
@@ -65,14 +65,14 @@
 The URLs for direct access to the commons section of that repository are:
 <ul>
 <li>
- <a href="http://svn.apache.org/repos/asf/jakarta/commons">
-   http://svn.apache.org/repos/asf/jakarta/commons
+ <a href="http://svn.apache.org/repos/asf/commons">
+   http://svn.apache.org/repos/asf/commons
  </a>
  for non-committers, and
 </li>
 <li>
- <a href="https://svn.apache.org/repos/asf/jakarta/commons">
-   https://svn.apache.org/repos/asf/jakarta/commons
+ <a href="https://svn.apache.org/repos/asf/commons">
+   https://svn.apache.org/repos/asf/commons
  </a>
  for committers.
 </li>
@@ -104,9 +104,9 @@
 interest, replace the url prefix "http://svn.apache.org/viewcvs" with the
 appropriate subversion root url (see above).
 <ul>
-<li><a href="http://svn.apache.org/viewcvs/jakarta/commons/proper">browse proper components via viewer</a></li>
-<li><a href="http://svn.apache.org/viewcvs/jakarta/commons/sandbox">browse sandbox components via viewer</a></li>
-<li><a href="http://svn.apache.org/viewcvs/jakarta/commons/dormant">browse dormant components via viewer</a></li>
+<li><a href="http://svn.apache.org/viewcvs/commons/proper">browse proper components via viewer</a></li>
+<li><a href="http://svn.apache.org/viewcvs/commons/sandbox">browse sandbox components via viewer</a></li>
+<li><a href="http://svn.apache.org/viewcvs/commons/dormant">browse dormant components via viewer</a></li>
 </ul>
 </p>