dion        2003/03/18 22:01:19

  Modified:    src/plugins-build/aspectj/xdocs properties.xml
               src/plugins-build/cactus/xdocs using.xml
               src/plugins-build/appserver/xdocs properties.xml
               src/plugins-build/repository/src/plugin-resources
                        repository-audit.xml
               src/plugins-build/xdoc/xdocs properties.xml
               src/plugins-build/xdoc project.properties plugin.properties
               src/plugins-build/xdoc/src/plugin-resources/templates
                        project-info.xml
               src/plugins-build/j2ee/xdocs properties.xml
               src/plugins-build/java/xdocs properties.xml
  Log:
  jakarta.apache.org/turbine/maven -> maven.apache.org/
  
  Revision  Changes    Path
  1.2       +2 -2      maven/src/plugins-build/aspectj/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/aspectj/xdocs/properties.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- properties.xml    24 Jan 2003 03:44:37 -0000      1.1
  +++ properties.xml    19 Mar 2003 06:01:18 -0000      1.2
  @@ -66,7 +66,7 @@
   </build>
   ]]></source>
              source modifications in your
  -           <a 
href="http://jakarta.apache.org/turbine/maven/reference/project-descriptor.html";>
  +           <a href="http://maven.apache.org/reference/project-descriptor.html";>
              project descriptor</a>. This property is used during compilation to 
exclude or
              include classes from compilation depending on whether a named class is 
available
             </td>
  @@ -102,7 +102,7 @@
             <td>
               This property holds the Ant <code>path</code> of all the dependent jar
               files listed in the <code>dependencies</code> block of your 
  -            <a 
href="http://jakarta.apache.org/turbine/maven/reference/project-descriptor.html";>
  +            <a href="http://maven.apache.org/reference/project-descriptor.html";>
               project descriptor</a>
             </td>
           </tr>
  
  
  
  1.2       +1 -1      maven/src/plugins-build/cactus/xdocs/using.xml
  
  Index: using.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/cactus/xdocs/using.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- using.xml 24 Jan 2003 03:44:50 -0000      1.1
  +++ using.xml 19 Mar 2003 06:01:18 -0000      1.2
  @@ -30,7 +30,7 @@
   
           <li>
             Call the
  -          <a 
href="http://jakarta.apache.org/turbine/maven/reference/plugins/war/index.html";>War</a>
  +          <a href="http://maven.apache.org/reference/plugins/war/index.html";>War</a>
             plugin's goals to generate a war for your webapp. For example:
             <code>maven war</code>. Note that in the future you would also be
             able to call the Ear plugin if your application is an EAR.
  
  
  
  1.3       +2 -2      maven/src/plugins-build/appserver/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/appserver/xdocs/properties.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- properties.xml    19 Mar 2003 05:42:05 -0000      1.2
  +++ properties.xml    19 Mar 2003 06:01:18 -0000      1.3
  @@ -22,7 +22,7 @@
           These properties can be overridden to change the default behavior of
           the Maven J2EE Plug-in.  If you need to override any of these properties,
           please refer to the
  -        <a 
href="http://jakarta.apache.org/turbine/maven/start/integrate.html";>Integration</a>
  +        <a href="http://maven.apache.org/start/integrate.html";>Integration</a>
           document for the preferred method of setting properties in your project.
         </p>
         <table>
  @@ -158,7 +158,7 @@
             <td>
               <p>WARNING: This property is temporarily unused.</p>
               Specifies the pattern of files in the
  -            <a 
href="http://jakarta.apache.org/turbine/maven/reference/project-descriptor.html#dependencies";>project
 dependencies</a>
  +            <a 
href="http://maven.apache.org/reference/project-descriptor.html#dependencies";>project 
dependencies</a>
               not to be included in the <code>/WEB-INF/lib</code> of the resulting
               war file. It defaults to blank, that is, no dependencies are excluded.
             </td>
  
  
  
  1.15      +4 -4      
maven/src/plugins-build/repository/src/plugin-resources/repository-audit.xml
  
  Index: repository-audit.xml
  ===================================================================
  RCS file: 
/home/cvs/maven/src/plugins-build/repository/src/plugin-resources/repository-audit.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- repository-audit.xml      9 Mar 2003 16:21:05 -0000       1.14
  +++ repository-audit.xml      19 Mar 2003 06:01:18 -0000      1.15
  @@ -1097,8 +1097,8 @@
   
     <project>
       <groupId>maven</groupId>
  -    <url>http://jakarta.apache.org/turbine/maven/</url>
  -    
<file>http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-turbine-maven/LICENSE.txt</file>
  +    <url>http://maven.apache.org/</url>
  +    <file>http://cvs.apache.org/viewcvs.cgi/*checkout*/maven/LICENSE.txt</file>
       <comments>ASL</comments>
     </project>
   
  @@ -1416,8 +1416,8 @@
   
       <project>
         <groupId>touchstone</groupId>
  -      <url>http://jakarta.apache.org/turbine/maven/</url>
  -      
<file>http://cvs.apache.org/viewcvs/*checkout*/jakarta-turbine-maven/LICENSE.txt</file>
  +      <url>http://maven.apache.org/</url>
  +      <file>http://cvs.apache.org/viewcvs/*checkout*/maven/LICENSE.txt</file>
         <comments>ASL</comments>
       </project>
   
  
  
  
  1.3       +2 -2      maven/src/plugins-build/xdoc/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/xdoc/xdocs/properties.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- properties.xml    4 Feb 2003 04:08:31 -0000       1.2
  +++ properties.xml    19 Mar 2003 06:01:19 -0000      1.3
  @@ -429,8 +429,8 @@
             <td>Yes</td>
             <td>
               Sets the url of development process page.
  -            Defaults to <a 
href="http://jakarta.apache.org/turbine/maven/development-process.html";>
  -            http://jakarta.apache.org/turbine/maven/development-process.html</a>.
  +            Defaults to <a href="http://maven.apache.org/development-process.html";>
  +            http://maven.apache.org/development-process.html</a>.
             </td>
           </tr>
         </table>
  
  
  
  1.3       +1 -1      maven/src/plugins-build/xdoc/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/xdoc/project.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.properties        10 Feb 2003 08:26:09 -0000      1.2
  +++ project.properties        19 Mar 2003 06:01:19 -0000      1.3
  @@ -3,6 +3,6 @@
   # -------------------------------------------------------------------
   maven.xdoc.date=left
   maven.xdoc.version=${pom.currentVersion}
  
-#maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/turbine/maven/development-process.html
  +#maven.xdoc.developmentProcessUrl=http://maven.apache.org/development-process.html
   maven.license.licenseFile=${basedir}/../../../LICENSE.txt
   
  
  
  
  1.5       +1 -1      maven/src/plugins-build/xdoc/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/xdoc/plugin.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- plugin.properties 4 Feb 2003 04:08:31 -0000       1.4
  +++ plugin.properties 19 Mar 2003 06:01:19 -0000      1.5
  @@ -9,7 +9,7 @@
   maven.docs.outputencoding = ISO-8859-1
   maven.gen.docs = ${maven.build.dir}/generated-xdocs
   
  
-maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/turbine/maven/development-process.html
  +maven.xdoc.developmentProcessUrl=http://maven.apache.org/development-process.html
   maven.xdoc.includeProjectDocumentation = yes
   
   #
  
  
  
  1.2       +1 -1      
maven/src/plugins-build/xdoc/src/plugin-resources/templates/project-info.xml
  
  Index: project-info.xml
  ===================================================================
  RCS file: 
/home/cvs/maven/src/plugins-build/xdoc/src/plugin-resources/templates/project-info.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project-info.xml  24 Jan 2003 03:45:03 -0000      1.1
  +++ project-info.xml  19 Mar 2003 06:01:19 -0000      1.2
  @@ -12,7 +12,7 @@
           This document provides an overview of the various documents and
           links that are part of this project's general information.  All
           of this content is automatically generated by 
  -        <a href="http://jakarta.apache.org/turbine/maven/";>Maven</a> on
  +        <a href="http://maven.apache.org/";>Maven</a> on
           behalf of the project.
         </p>
   
  
  
  
  1.3       +2 -2      maven/src/plugins-build/j2ee/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/j2ee/xdocs/properties.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- properties.xml    26 Jan 2003 07:41:29 -0000      1.2
  +++ properties.xml    19 Mar 2003 06:01:19 -0000      1.3
  @@ -22,7 +22,7 @@
           These properties can be overridden to change the default behavior of
           the Maven J2EE Plug-in.  If you need to override any of these properties,
           please refer to the
  -        <a 
href="http://jakarta.apache.org/turbine/maven/start/integrate.html";>Integration</a>
  +        <a href="http://maven.apache.org/start/integrate.html";>Integration</a>
           document for the preferred method of setting properties in your project.
         </p>
         <table>
  @@ -118,7 +118,7 @@
             <td>
               <p>WARNING: This property is temporarily unused.</p>
               Specifies the pattern of files in the
  -            <a 
href="http://jakarta.apache.org/turbine/maven/reference/project-descriptor.html#dependencies";>project
 dependencies</a>
  +            <a 
href="http://maven.apache.org/reference/project-descriptor.html#dependencies";>project 
dependencies</a>
               not to be included in the <code>/WEB-INF/lib</code> of the resulting
               war file. It defaults to blank, that is, no dependencies are excluded.
             </td>
  
  
  
  1.3       +1 -1      maven/src/plugins-build/java/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/java/xdocs/properties.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- properties.xml    1 Feb 2003 00:43:35 -0000       1.2
  +++ properties.xml    19 Mar 2003 06:01:19 -0000      1.3
  @@ -174,7 +174,7 @@
   </build>
   ]]></source>
              source modifications in your
  -           <a 
href="http://jakarta.apache.org/turbine/maven/reference/project-descriptor.html";>
  +           <a href="http://maven.apache.org/reference/project-descriptor.html";>
              project descriptor</a>. This property is used during compilation to 
exclude or
              include classes from compilation depending on whether a named class is 
available
             </td>
  
  
  

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

Reply via email to