cvs commit: maven-plugins/dashboard project.xml

2004-10-15 Thread vmassol
vmassol 2004/10/15 07:21:29

  Modified:dashboard/xdocs changes.xml
   dashboard project.xml
  Log:
  - Prepare for work on 1.6 version
  - Added Thomas' organization (as requested)
  
  Revision  ChangesPath
  1.29  +2 -0  maven-plugins/dashboard/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/dashboard/xdocs/changes.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- changes.xml   15 Oct 2004 07:28:31 -  1.28
  +++ changes.xml   15 Oct 2004 14:21:29 -  1.29
  @@ -24,6 +24,8 @@
   Vincent Massol
 
 
  +
  +
   
 Added dashboard report example to the 
Dashboard plugin web site.
 Added new
  
  
  
  1.28  +2 -1  maven-plugins/dashboard/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/dashboard/project.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- project.xml   15 Oct 2004 07:28:31 -  1.27
  +++ project.xml   15 Oct 2004 14:21:29 -  1.28
  @@ -23,7 +23,7 @@
 3
 maven-dashboard-plugin
 Maven Dashboard Plugin
  -  1.5
  +  1.6-SNAPSHOT
 Generate a dashboard containing global statistics about other maven 
reports
 Generate a statistic dashboard
 http://maven.apache.org/reference/plugins/dashboard/
  @@ -100,6 +100,7 @@
   
 Thomas Recloux
 [EMAIL PROTECTED]
  +  Norsys
   
 
 
  
  
  

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



Re: cvs commit: maven-plugins/dashboard project.xml

2004-10-14 Thread Thomas Recloux
On 13 Oct 2004 20:00:10 -, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

>   Modified:dashboard project.xml
>   Log:
>   Thomas is an excellent contributor but we don't need to add him twice... :-)

Oh thanks, I thank I had to clone myself :-)

-- 
Thomas Recloux

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



cvs commit: maven-plugins/dashboard project.xml

2004-10-13 Thread vmassol
vmassol 2004/10/13 13:00:10

  Modified:dashboard project.xml
  Log:
  Thomas is an excellent contributor but we don't need to add him twice... :-)
  
  Revision  ChangesPath
  1.26  +0 -4  maven-plugins/dashboard/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/dashboard/project.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- project.xml   13 Oct 2004 18:44:34 -  1.25
  +++ project.xml   13 Oct 2004 20:00:10 -  1.26
  @@ -96,10 +96,6 @@
 Thomas Recloux
 [EMAIL PROTECTED]
   
  -
  -  Thomas Recloux
  -  [EMAIL PROTECTED]
  -
 
 
   
  
  
  

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



RE: cvs commit: maven-plugins/dashboard project.xml

2004-10-13 Thread Arnaud HERITIER
Hi Vincent !

You added Thomas 2 times !!

It's a very good contributor !!!

:-)

Arnaud

>  Paul Spencer
>  [EMAIL PROTECTED]
>
>   +
>   +  Michael Gaffney
>   +  [EMAIL PROTECTED]
>   +
>   +
>   +  Nascif A. Abousalh-Neto
>   +  [EMAIL PROTECTED]
>   +
>   +
>   +  Thomas Recloux
>   +  [EMAIL PROTECTED]
>   +
>   +
>   +  Thomas Recloux
>   +  [EMAIL PROTECTED]
>   +
>  



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



cvs commit: maven-plugins/dashboard project.xml

2004-10-13 Thread vmassol
vmassol 2004/10/13 11:44:34

  Modified:dashboard project.xml
  Log:
  Added the contributors I had forgotten to add... Thanks guys! Le me know if I have 
forgotten someone ;-)
  
  Revision  ChangesPath
  1.25  +16 -0 maven-plugins/dashboard/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/dashboard/project.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- project.xml   6 Sep 2004 16:56:50 -   1.24
  +++ project.xml   13 Oct 2004 18:44:34 -  1.25
  @@ -84,6 +84,22 @@
 Paul Spencer
 [EMAIL PROTECTED]
   
  +
  +  Michael Gaffney
  +  [EMAIL PROTECTED]
  +
  +
  +  Nascif A. Abousalh-Neto
  +  [EMAIL PROTECTED]
  +
  +
  +  Thomas Recloux
  +  [EMAIL PROTECTED]
  +
  +
  +  Thomas Recloux
  +  [EMAIL PROTECTED]
  +
 
 
   
  
  
  

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



cvs commit: maven-plugins/dashboard project.xml

2004-05-02 Thread vmassol
vmassol 2004/05/02 06:41:30

  Modified:dashboard project.xml
  Log:
  inherit from the plugin-parent/project.xml POM instead of the top level one which is 
reserved for the master build
  
  Revision  ChangesPath
  1.16  +1 -10 maven-plugins/dashboard/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/dashboard/project.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- project.xml   28 Apr 2004 19:30:49 -  1.15
  +++ project.xml   2 May 2004 13:41:30 -   1.16
  @@ -19,7 +19,7 @@
-->
   
   
  -  ../project.xml
  +  ../plugin-parent/project.xml
 3
 maven-dashboard-plugin
 Maven Dashboard Plugin
  @@ -77,13 +77,4 @@
   
 
 
  -  
  -maven-changes-plugin
  -maven-changelog-plugin
  -maven-file-activity-plugin
  -maven-developer-activity-plugin
  -maven-file-activity-plugin
  -maven-license-plugin
  -maven-linkcheck-plugin
  -  
   
  
  
  

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



cvs commit: maven-plugins/dashboard project.xml

2003-12-05 Thread vmassol
vmassol 2003/12/05 09:56:46

  Modified:dashboard project.xml
  Log:
  use last released version
  
  Revision  ChangesPath
  1.10  +1 -1  maven-plugins/dashboard/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/dashboard/project.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml   5 Dec 2003 14:18:14 -   1.9
  +++ project.xml   5 Dec 2003 17:56:46 -   1.10
  @@ -61,7 +61,7 @@
   
 maven
 maven-clover-plugin
  -  1.4-SNAPSHOT
  +  1.4
 plugin
   
   
  
  
  

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



cvs commit: maven-plugins/dashboard project.xml

2003-12-05 Thread vmassol
vmassol 2003/12/05 06:18:14

  Modified:dashboard/xdocs changes.xml
   dashboard project.xml
  Log:
  - Start work on 1.3 version
  - Start exploring plugin dependencies
  
  Revision  ChangesPath
  1.13  +8 -2  maven-plugins/dashboard/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/dashboard/xdocs/changes.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- changes.xml   4 Dec 2003 07:58:36 -   1.12
  +++ changes.xml   5 Dec 2003 14:18:14 -   1.13
  @@ -7,11 +7,17 @@
   
 
   
  +
  +  
  +Added explicit dependencies on other Maven plugins.
  +
  +
  +
   
  -  
  +  
   Added column legends to the dashboard report.
 
  -  
  +  
   Added JUnit aggregators.
 
 
  
  
  
  1.9   +20 -2 maven-plugins/dashboard/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/dashboard/project.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.xml   4 Dec 2003 07:58:37 -   1.8
  +++ project.xml   5 Dec 2003 14:18:14 -   1.9
  @@ -5,7 +5,7 @@
 3
 maven-dashboard-plugin
 Maven Dashboard Plugin
  -  1.2
  +  1.3-SNAPSHOT
 Generate a dashboard containing global statistics about other maven 
reports
 Generate a statistic dashboard
 http://maven.apache.org/reference/plugins/dashboard/
  @@ -31,6 +31,11 @@
 1.2
 MAVEN_DASHBOARD_1_2
   
  +
  +  1.3
  +  1.3
  +  HEAD
  +
 
 
   
  @@ -52,7 +57,20 @@
 [EMAIL PROTECTED]

 
  -  
  +  
  +
  +  maven
  +  maven-clover-plugin
  +  1.4-SNAPSHOT
  +  plugin
  +
  +
  +  maven
  +  maven-junit-report-plugin
  +  1.4-SNAPSHOT
  +  plugin
  +
  +  
 
   maven-changes-plugin
   maven-changelog-plugin
  
  
  

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



cvs commit: maven-plugins/dashboard project.xml

2003-12-04 Thread vmassol
vmassol 2003/12/03 23:58:37

  Modified:dashboard/xdocs changes.xml navigation.xml
   dashboard project.xml
  Log:
  Preparing for 1.2 release
  
  Revision  ChangesPath
  1.12  +1 -1  maven-plugins/dashboard/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/dashboard/xdocs/changes.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- changes.xml   3 Dec 2003 11:10:08 -   1.11
  +++ changes.xml   4 Dec 2003 07:58:36 -   1.12
  @@ -7,7 +7,7 @@
   
 
   
  -
  +
 
   Added column legends to the dashboard report.
 
  
  
  
  1.6   +1 -0  maven-plugins/dashboard/xdocs/navigation.xml
  
  Index: navigation.xml
  ===
  RCS file: /home/cvs/maven-plugins/dashboard/xdocs/navigation.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- navigation.xml26 Nov 2003 15:00:10 -  1.5
  +++ navigation.xml4 Dec 2003 07:58:36 -   1.6
  @@ -16,6 +16,7 @@
   
 http://www.ibiblio.org/maven/maven/plugins/maven-dashboard-plugin-1.0.jar"/>
 http://www.ibiblio.org/maven/maven/plugins/maven-dashboard-plugin-1.1.jar"/>
  +  http://www.ibiblio.org/maven/maven/plugins/maven-dashboard-plugin-1.2.jar"/>
   
 
   
  
  
  
  1.8   +2 -2  maven-plugins/dashboard/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/dashboard/project.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- project.xml   29 Nov 2003 19:11:31 -  1.7
  +++ project.xml   4 Dec 2003 07:58:37 -   1.8
  @@ -5,7 +5,7 @@
 3
 maven-dashboard-plugin
 Maven Dashboard Plugin
  -  1.2-SNAPSHOT
  +  1.2
 Generate a dashboard containing global statistics about other maven 
reports
 Generate a statistic dashboard
 http://maven.apache.org/reference/plugins/dashboard/
  @@ -29,7 +29,7 @@
   
 1.2
 1.2
  -  HEAD
  +  MAVEN_DASHBOARD_1_2
   
 
 
  
  
  

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



cvs commit: maven-plugins/dashboard project.xml

2003-11-20 Thread vmassol
vmassol 2003/11/20 02:25:56

  Modified:dashboard/xdocs changes.xml
   dashboard project.xml
  Log:
  prepare to work on 1.2 snapshot.
  
  Revision  ChangesPath
  1.7   +3 -0  maven-plugins/dashboard/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/dashboard/xdocs/changes.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- changes.xml   20 Nov 2003 10:16:11 -  1.6
  +++ changes.xml   20 Nov 2003 10:25:56 -  1.7
  @@ -7,6 +7,9 @@
   
 
   
  +
  +
  +
   
 
Ensure that the Clover plugin will generate the XML report (and only 
  
  
  
  1.6   +6 -1  maven-plugins/dashboard/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/dashboard/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml   20 Nov 2003 10:16:11 -  1.5
  +++ project.xml   20 Nov 2003 10:25:56 -  1.6
  @@ -5,7 +5,7 @@
 3
 maven-dashboard-plugin
 Maven Dashboard Plugin
  -  1.1
  +  1.2-SNAPSHOT
 Generate a dashboard containing global statistics about other maven 
reports
 Generate a statistic dashboard
 http://maven.apache.org/reference/plugins/dashboard/
  @@ -25,6 +25,11 @@
 1.1
 1.1
 MAVEN_DASHBOARD_1_1
  +
  +
  +  1.2
  +  1.2
  +  HEAD
   
 
 
  
  
  

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



cvs commit: maven-plugins/dashboard project.xml

2003-11-20 Thread vmassol
vmassol 2003/11/20 02:16:11

  Modified:dashboard/xdocs changes.xml
   dashboard project.xml
  Log:
  Preparing for release 1.1
  
  Revision  ChangesPath
  1.6   +1 -1  maven-plugins/dashboard/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/dashboard/xdocs/changes.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- changes.xml   14 Nov 2003 23:33:20 -  1.5
  +++ changes.xml   20 Nov 2003 10:16:11 -  1.6
  @@ -7,7 +7,7 @@
   
 
   
  -
  +
 
Ensure that the Clover plugin will generate the XML report (and only 
the XML report) when the Dashboard plugin is run. The Clover XML 
  
  
  
  1.5   +3 -2  maven-plugins/dashboard/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/dashboard/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml   16 Nov 2003 16:09:39 -  1.4
  +++ project.xml   20 Nov 2003 10:16:11 -  1.5
  @@ -5,7 +5,7 @@
 3
 maven-dashboard-plugin
 Maven Dashboard Plugin
  -  1.1-SNAPSHOT
  +  1.1
 Generate a dashboard containing global statistics about other maven 
reports
 Generate a statistic dashboard
 http://maven.apache.org/reference/plugins/dashboard/
  @@ -24,7 +24,7 @@
   
 1.1
 1.1
  -  HEAD
  +  MAVEN_DASHBOARD_1_1
   
 
 
  @@ -37,6 +37,7 @@
   Creator
   Java Developer
   Release Manager
  +Lead Developer
 
   
 
  
  
  

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



cvs commit: maven-plugins/dashboard project.xml

2003-11-16 Thread vmassol
vmassol 2003/11/16 08:09:39

  Modified:dashboard project.xml
  Log:
  Created JIRA project for Dashboard plugin.
  
  Revision  ChangesPath
  1.4   +3 -2  maven-plugins/dashboard/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/dashboard/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml   10 Nov 2003 13:43:54 -  1.3
  +++ project.xml   16 Nov 2003 16:09:39 -  1.4
  @@ -9,10 +9,11 @@
 Generate a dashboard containing global statistics about other maven 
reports
 Generate a statistic dashboard
 http://maven.apache.org/reference/plugins/dashboard/
  +  
http://jira.codehaus.org/BrowseProject.jspa?id=10321
 /www/maven.apache.org/reference/plugins/dashboard/
 
  -scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:maven/src/plugins-build/dashboard/
  -http://cvs.apache.org/viewcvs/maven/src/plugins-build/dashboard/
  +scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:maven-plugins/dashboard/
  +http://cvs.apache.org/viewcvs/maven-plugins/dashboard/
 
 
   
  
  
  

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



cvs commit: maven-plugins/dashboard project.xml

2003-11-10 Thread vmassol
vmassol 2003/11/10 05:43:54

  Modified:dashboard/xdocs changes.xml
   dashboard project.xml
  Log:
  version 1.1-SNAPSHOT is open for business
  
  Revision  ChangesPath
  1.3   +3 -0  maven-plugins/dashboard/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/dashboard/xdocs/changes.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- changes.xml   10 Nov 2003 13:40:34 -  1.2
  +++ changes.xml   10 Nov 2003 13:43:54 -  1.3
  @@ -7,6 +7,9 @@
   
 
   
  +
  +
  +
   
 
   Initial creation. See the feature list on the Dashboard web site
  
  
  
  1.3   +6 -1  maven-plugins/dashboard/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/dashboard/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml   10 Nov 2003 13:40:34 -  1.2
  +++ project.xml   10 Nov 2003 13:43:54 -  1.3
  @@ -5,7 +5,7 @@
 3
 maven-dashboard-plugin
 Maven Dashboard Plugin
  -  1.0
  +  1.1-SNAPSHOT
 Generate a dashboard containing global statistics about other maven 
reports
 Generate a statistic dashboard
 http://maven.apache.org/reference/plugins/dashboard/
  @@ -19,6 +19,11 @@
 1.0
 1.0
 MAVEN_DASHBOARD_1_0
  +
  +
  +  1.1
  +  1.1
  +  HEAD
   
 
 
  
  
  

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