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 2009/05/12 22:41:40 UTC

svn commit: r774073 - in /maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt: examples/dependencies.apt examples/install-deploy.apt examples/pom.apt index.apt installation.apt reference.apt release-notes.apt usage.apt

Author: hboutemy
Date: Tue May 12 20:41:39 2009
New Revision: 774073

URL: http://svn.apache.org/viewvc?rev=774073&view=rev
Log:
added accent on my name now that maven-site-plugin correctly handles encoding :)

Modified:
    maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/examples/dependencies.apt
    maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/examples/install-deploy.apt
    maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/examples/pom.apt
    maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/index.apt
    maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/installation.apt
    maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/reference.apt
    maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/release-notes.apt
    maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/usage.apt

Modified: maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/examples/dependencies.apt
URL: http://svn.apache.org/viewvc/maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/examples/dependencies.apt?rev=774073&r1=774072&r2=774073&view=diff
==============================================================================
--- maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/examples/dependencies.apt (original)
+++ maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/examples/dependencies.apt Tue May 12 20:41:39 2009
@@ -2,7 +2,7 @@
  Dependencies
  ------
  Brett Porter
- Herve Boutemy
+ Hervé Boutemy
  Paul Gier
  ------
  2009-05-07

Modified: maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/examples/install-deploy.apt
URL: http://svn.apache.org/viewvc/maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/examples/install-deploy.apt?rev=774073&r1=774072&r2=774073&view=diff
==============================================================================
--- maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/examples/install-deploy.apt (original)
+++ maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/examples/install-deploy.apt Tue May 12 20:41:39 2009
@@ -2,7 +2,7 @@
  Install and Deploy
  ------
  Brett Porter
- Herve Boutemy
+ Hervé Boutemy
  Paul Gier
  ------
  2009-05-06

Modified: maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/examples/pom.apt
URL: http://svn.apache.org/viewvc/maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/examples/pom.apt?rev=774073&r1=774072&r2=774073&view=diff
==============================================================================
--- maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/examples/pom.apt (original)
+++ maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/examples/pom.apt Tue May 12 20:41:39 2009
@@ -2,7 +2,7 @@
  Pom
  ------
  Brett Porter
- Herve Boutemy
+ Hervé Boutemy
  Paul Gier
  ------
  2009-05-06

Modified: maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/index.apt?rev=774073&r1=774072&r2=774073&view=diff
==============================================================================
--- maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/index.apt (original)
+++ maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/index.apt Tue May 12 20:41:39 2009
@@ -2,7 +2,7 @@
   Introduction
   --------
   Brett Porter
-  Herve Boutemy
+  Hervé Boutemy
   --------
   2008-07-17
   --------
@@ -27,7 +27,7 @@
 ~~ NOTE: For help with the syntax of this file, see:
 ~~ http://maven.apache.org/doxia/references/apt-format.html
 
-Maven Ant Tasks 
+Maven Ant Tasks
 
   The Mavent Ant Tasks allow many of Maven's artifact handling features to be used
   from within Ant. These include:
@@ -45,7 +45,7 @@
 * Usage
 
   General instructions for installing and using the maven ant tasks can be found on the {{{installation.html}installation page}}
-  and the {{{usage.html}usage page}} respectively. 
+  and the {{{usage.html}usage page}} respectively.
 
 * Examples
 
@@ -54,11 +54,11 @@
   * {{{examples/dependencies.html}Dependencies task}}
 
   * {{{examples/install-deploy.html}Install and Deploy tasks}}
-  
+
   * {{{examples/pom.html}Pom task}}
-  
+
   * {{{examples/mvn.html}Mvn task}}
-  
+
 * Getting Help
 
   If you have any questions specific to the Ant tasks, please contact the

Modified: maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/installation.apt
URL: http://svn.apache.org/viewvc/maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/installation.apt?rev=774073&r1=774072&r2=774073&view=diff
==============================================================================
--- maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/installation.apt (original)
+++ maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/installation.apt Tue May 12 20:41:39 2009
@@ -2,7 +2,7 @@
   Installation
   --------
   Brett Porter
-  Herve Boutemy
+  Hervé Boutemy
   --------
   2008-07-17
   --------

Modified: maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/reference.apt
URL: http://svn.apache.org/viewvc/maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/reference.apt?rev=774073&r1=774072&r2=774073&view=diff
==============================================================================
--- maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/reference.apt (original)
+++ maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/reference.apt Tue May 12 20:41:39 2009
@@ -2,7 +2,7 @@
  Task and Type Reference
  ------
  Brett Porter
- Herve Boutemy
+ Hervé Boutemy
  ------
  2008-07-17
  ------
@@ -56,9 +56,9 @@
 *-------------------------+---------------------------------------------------------------------------+--------------+-------------+
 | <<<type>>>              | A comma separated list of artifact types to be retrieved. By default all artifact types will be included.   | No     |    |
 *-------------------------+---------------------------------------------------------------------------+--------------+-------------+
-| <<<useScope>>>          | Follows the maven scope behaviour.  Can be set to <<<compile>>>, <<<runtime>>>, or <<<test>>>.  If no value is provided, all scopes will be included.  | No   |    | 
+| <<<useScope>>>          | Follows the maven scope behaviour.  Can be set to <<<compile>>>, <<<runtime>>>, or <<<test>>>.  If no value is provided, all scopes will be included.  | No   |    |
 *-------------------------+---------------------------------------------------------------------------+--------------+-------------+
-| <<<scopes>>>            | <(since 2.0.10)>  A comma separated list of specific scopes to be retrieved.  If no value is provided, all scopes will be included.  | No   |    | 
+| <<<scopes>>>            | <(since 2.0.10)>  A comma separated list of specific scopes to be retrieved.  If no value is provided, all scopes will be included.  | No   |    |
 *-------------------------+---------------------------------------------------------------------------+--------------+-------------+
 | <<<verbose>>>           | If <<<true>>> this displays the results of each dependency resolution and their relationships. Default is <false>. | No | |
 *-------------------------+---------------------------------------------------------------------------+--------------+-------------+

Modified: maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/release-notes.apt
URL: http://svn.apache.org/viewvc/maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/release-notes.apt?rev=774073&r1=774072&r2=774073&view=diff
==============================================================================
--- maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/release-notes.apt (original)
+++ maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/release-notes.apt Tue May 12 20:41:39 2009
@@ -1,7 +1,7 @@
   ------
   Release Notes
   ------
-  Herve Boutemy
+  Hervé Boutemy
   ------
   2008-10-12
   ------
@@ -28,7 +28,7 @@
 
 Maven Ant Tasks
 
-* 2.0.10 Release Notes 
+* 2.0.10 Release Notes
 
   The full list of changes can be found in our {{{http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11533&fixfor=14199}issue management system}}, and is reproduced below.
 
@@ -72,17 +72,17 @@
 **Bug
 
     * [MANTTASKS-13] - Ant Tasks use of <authentication> is inconsistent
-  
+
     * [MANTTASKS-91] - [task dependencies]Trouble between mvn and manttasks
-  
+
     * [MANTTASKS-103] - Can't deploy to a file: repository
-  
+
     * [MANTTASKS-104] - files returned in sourcesFileset when no dependencies sources available
-  
+
     * [MANTTASKS-105] - dependencies task don't read remote repositories from settings xml
-  
+
     * [MANTTASKS-107] - repository defined in pom not used to download parent pom when defining pom reference
-  
+
     * [MANTTASKS-108] - Maven Ant Tasks are switching the Classloader of the Main Ant Thread
 
 **Improvement

Modified: maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/usage.apt
URL: http://svn.apache.org/viewvc/maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/usage.apt?rev=774073&r1=774072&r2=774073&view=diff
==============================================================================
--- maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/usage.apt (original)
+++ maven/ant-tasks/branches/maven-ant-tasks-2.0.x/src/site/apt/usage.apt Tue May 12 20:41:39 2009
@@ -2,7 +2,7 @@
  Usage
  ------
  Brett Porter
- Herve Boutemy
+ Hervé Boutemy
  ------
  2008-07-17
  ------
@@ -50,7 +50,7 @@
   You may have noticed the <<<pathId>>> reference. This is optional, but if given will create a classpath reference
   that includes the local files downloaded as dependencies. This is usually used to pass to <<<javac>>> or other tasks:
 
-  You can also use a Maven 2.0 POM to declare your dependencies, which is {{{examples/pom.html} described in the examples}}. 
+  You can also use a Maven 2.0 POM to declare your dependencies, which is {{{examples/pom.html} described in the examples}}.
   This is the recommended practice so that you can reuse the file to deploy your own artifacts.
 
   For more examples of using the dependencies task, see the {{{examples/dependencies.html} examples page}}.
@@ -60,10 +60,10 @@
   Maven allows artifacts to be shared between projects by using local and remote repository.
   The <<<install>>> task allows an artifact to be copied to the local maven repository (typically
   located in ~/.m2/repository).
-  
+
   The <<<deploy>>> task allows artifacts to be deployed to a remote maven repository where they will
   be available to other projects.
-  
+
   For examples of using the install and deploy tasks, see the {{{examples/install-deploy.html} examples page}}.
 
 * Using a Maven {POM} File