You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by an...@apache.org on 2012/12/06 15:35:46 UTC

svn commit: r1417917 - in /maven/plugins/trunk/maven-project-info-reports-plugin/src/main: java/org/apache/maven/report/projectinfo/ resources/

Author: andham
Date: Thu Dec  6 14:35:42 2012
New Revision: 1417917

URL: http://svn.apache.org/viewvc?rev=1417917&view=rev
Log:
[MPIR-262] Add support for 'report.cim.bamboo.intro' resource property

Modified:
    maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/CimReport.java
    maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report.properties
    maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_cs.properties
    maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_de.properties
    maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_es.properties
    maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_fr.properties
    maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_gl.properties
    maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_hu.properties
    maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_it.properties
    maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_ja.properties
    maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_ko.properties
    maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_lt.properties
    maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_nl.properties
    maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_no.properties
    maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_pl.properties
    maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_pt.properties
    maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_pt_BR.properties
    maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_ru.properties
    maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_sk.properties
    maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_sv.properties
    maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_tr.properties
    maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_zh_CN.properties
    maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_zh_TW.properties

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/CimReport.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/CimReport.java?rev=1417917&r1=1417916&r2=1417917&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/CimReport.java (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/CimReport.java Thu Dec  6 14:35:42 2012
@@ -117,6 +117,10 @@ public class CimReport
             {
                 linkPatternedText( getI18nString( "anthill.intro" ) );
             }
+            else if ( isCimSystem( system, "bamboo" ) )
+            {
+                linkPatternedText( getI18nString( "bamboo.intro" ) );
+            }
             else if ( isCimSystem( system, "buildforge" ) )
             {
                 linkPatternedText( getI18nString( "buildforge.intro" ) );

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report.properties?rev=1417917&r1=1417916&r2=1417917&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report.properties (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report.properties Thu Dec  6 14:35:42 2012
@@ -17,6 +17,7 @@
 
 report.cim.access                                                  = Access
 report.cim.anthill.intro                                           = This project uses {Anthill, http://www.anthillpro.com/html/products/anthillos/}.
+report.cim.bamboo.intro                                            = This project uses {Bamboo, http://www.atlassian.com/software/bamboo/}.
 report.cim.buildforge.intro                                        = This project uses {Build Forge, http://www-306.ibm.com/software/awdtools/buildforge/enterprise/}.
 report.cim.continuum.intro                                         = This project uses {Continuum, http://continuum.apache.org/}.
 report.cim.cruisecontrol.intro                                     = This project uses {CruiseControl, http://cruisecontrol.sourceforge.net/}.

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_cs.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_cs.properties?rev=1417917&r1=1417916&r2=1417917&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_cs.properties (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_cs.properties Thu Dec  6 14:35:42 2012
@@ -17,6 +17,7 @@
 
 report.cim.access                                                  = P\u0159\u00edstup
 report.cim.anthill.intro                                           = Tento projekt pou\u017e\u00edv\u00e1 {Anthill, http://www.anthillpro.com/html/products/anthillos/}.
+report.cim.bamboo.intro                                            = Tento projekt pou\u017e\u00edv\u00e1 {Bamboo, http://www.atlassian.com/software/bamboo/}.
 report.cim.buildforge.intro                                        = Tento projekt pou\u017e\u00edv\u00e1 {Build Forge, http://www-306.ibm.com/software/awdtools/buildforge/enterprise/}.
 report.cim.continuum.intro                                         = Tento projekt pou\u017e\u00edv\u00e1 {Continuum, http://continuum.apache.org/}.
 report.cim.cruisecontrol.intro                                     = Tento projekt pou\u017e\u00edv\u00e1 {CruiseControl, http://cruisecontrol.sourceforge.net/}.

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_de.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_de.properties?rev=1417917&r1=1417916&r2=1417917&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_de.properties (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_de.properties Thu Dec  6 14:35:42 2012
@@ -17,6 +17,7 @@
 
 report.cim.access                                                  = Zugriff
 report.cim.anthill.intro                                           = Dieses Projekt verwendet {Anthill, http://www.anthillpro.com/html/products/anthillos/}.
+report.cim.bamboo.intro                                            = Dieses Projekt verwendet {Bamboo, http://www.atlassian.com/software/bamboo/}.
 report.cim.buildforge.intro                                        = Dieses Projekt verwendet {Build Forge, http://www-306.ibm.com/software/awdtools/buildforge/enterprise/}.
 report.cim.continuum.intro                                         = Dieses Projekt verwendet {Continuum, http://continuum.apache.org/}.
 report.cim.cruisecontrol.intro                                     = Dieses Projekt verwendet {CruiseControl, http://cruisecontrol.sourceforge.net/}.

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_es.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_es.properties?rev=1417917&r1=1417916&r2=1417917&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_es.properties (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_es.properties Thu Dec  6 14:35:42 2012
@@ -17,6 +17,7 @@
 
 report.cim.access                                                  = Acceso
 report.cim.anthill.intro                                           = Este proyecto usa {Anthill, http://www.anthillpro.com/html/products/anthillos/}.
+report.cim.bamboo.intro                                            = Este proyecto usa {Bamboo, http://www.atlassian.com/software/bamboo/}.
 report.cim.buildforge.intro                                        = Este proyecto usa {Build Forge, http://www-306.ibm.com/software/awdtools/buildforge/enterprise/}.
 report.cim.continuum.intro                                         = Este proyecto usa {Continuum, http://continuum.apache.org/}.
 report.cim.cruisecontrol.intro                                     = Este proyecto usa {CruiseControl, http://cruisecontrol.sourceforge.net/}.

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_fr.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_fr.properties?rev=1417917&r1=1417916&r2=1417917&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_fr.properties (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_fr.properties Thu Dec  6 14:35:42 2012
@@ -17,6 +17,7 @@
 
 report.cim.access                                                  = Acc\u00e8s
 report.cim.anthill.intro                                           = Ce projet utilise {Anthill, http://www.anthillpro.com/html/products/anthillos/}.
+report.cim.bamboo.intro                                            = Ce projet utilise {Bamboo, http://www.atlassian.com/software/bamboo/}.
 report.cim.buildforge.intro                                        = Ce projet utilise {Build Forge, http://www-306.ibm.com/software/awdtools/buildforge/enterprise/}.
 report.cim.continuum.intro                                         = Ce projet utilise {Continuum, http://continuum.apache.org/}.
 report.cim.cruisecontrol.intro                                     = Ce projet utilise {CruiseControl, http://cruisecontrol.sourceforge.net/}.

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_gl.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_gl.properties?rev=1417917&r1=1417916&r2=1417917&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_gl.properties (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_gl.properties Thu Dec  6 14:35:42 2012
@@ -17,6 +17,7 @@
 
 report.cim.access                                                  = Acceso
 report.cim.anthill.intro                                           = Este proxecto usa {Anthill, http://www.anthillpro.com/html/products/anthillos/}.
+report.cim.bamboo.intro                                            = Este proxecto usa {Bamboo, http://www.atlassian.com/software/bamboo/}.
 report.cim.buildforge.intro                                        = Este proxecto usa {Build Forge, http://www-306.ibm.com/software/awdtools/buildforge/enterprise/}.
 report.cim.continuum.intro                                         = Este proxecto usa {Continuum, http://continuum.apache.org/}.
 report.cim.cruisecontrol.intro                                     = Este proxecto usa {CruiseControl, http://cruisecontrol.sourceforge.net/}.

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_hu.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_hu.properties?rev=1417917&r1=1417916&r2=1417917&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_hu.properties (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_hu.properties Thu Dec  6 14:35:42 2012
@@ -17,6 +17,7 @@
 
 report.cim.access                                                  = Hozz\u00e1f\u00e9r\u00e9s
 report.cim.anthill.intro                                           = Ez a projekt {Anthill, http://www.anthillpro.com/html/products/anthillos/} rendszert haszn\u00C3\u00A1l.
+report.cim.bamboo.intro                                            = Ez a projekt {Bamboo, http://www.atlassian.com/software/bamboo/} rendszert haszn\u00C3\u00A1l.
 report.cim.buildforge.intro                                        = Ez a projekt {Build Forge, http://www-306.ibm.com/software/awdtools/buildforge/enterprise/} rendszert haszn\u00C3\u00A1l.
 report.cim.continuum.intro                                         = Ez a projekt {Continuum, http://continuum.apache.org/} rendszert haszn\u00e1l.
 report.cim.cruisecontrol.intro                                     = Ez a projekt {CruiseControl, http://cruisecontrol.sourceforge.net/} rendszert haszn\u00C3\u00A1l.

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_it.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_it.properties?rev=1417917&r1=1417916&r2=1417917&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_it.properties (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_it.properties Thu Dec  6 14:35:42 2012
@@ -17,6 +17,7 @@
 
 report.cim.access                                                  = Accesso
 report.cim.anthill.intro                                           = Questo progetto usa {Anthill, http://www.anthillpro.com/html/products/anthillos/}.
+report.cim.bamboo.intro                                            = Questo progetto usa {Bamboo, http://www.atlassian.com/software/bamboo/}.
 report.cim.buildforge.intro                                        = Questo progetto usa {Build Forge, http://www-306.ibm.com/software/awdtools/buildforge/enterprise/}.
 report.cim.continuum.intro                                         = Questo progetto usa {Continuum, http://continuum.apache.org/}.
 report.cim.cruisecontrol.intro                                     = Questo progetto usa {CruiseControl, http://cruisecontrol.sourceforge.net/}.

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_ja.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_ja.properties?rev=1417917&r1=1417916&r2=1417917&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_ja.properties (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_ja.properties Thu Dec  6 14:35:42 2012
@@ -17,6 +17,7 @@
 
 report.cim.access                                                  = \u30A2\u30AF\u30BB\u30B9
 report.cim.anthill.intro                                           = \u3053\u306E\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306F {Anthill, http://www.anthillpro.com/html/products/anthillos/} \u3092\u4F7F\u7528\u3057\u3066\u3044\u307E\u3059\u3002
+report.cim.bamboo.intro                                            = \u3053\u306E\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306F {Bamboo, http://www.atlassian.com/software/bamboo/} \u3092\u4F7F\u7528\u3057\u3066\u3044\u307E\u3059\u3002
 report.cim.buildforge.intro                                        = \u3053\u306E\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306F {Build Forge, http://www-306.ibm.com/software/awdtools/buildforge/enterprise/} \u3092\u4F7F\u7528\u3057\u3066\u3044\u307E\u3059\u3002
 report.cim.continuum.intro                                         = \u3053\u306E\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306F {Continuum, http://continuum.apache.org/} \u3092\u4F7F\u7528\u3057\u3066\u3044\u307E\u3059\u3002
 report.cim.cruisecontrol.intro                                     = \u3053\u306E\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u306F {CruiseControl, http://cruisecontrol.sourceforge.net/} \u3092\u4F7F\u7528\u3057\u3066\u3044\u307E\u3059\u3002

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_ko.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_ko.properties?rev=1417917&r1=1417916&r2=1417917&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_ko.properties (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_ko.properties Thu Dec  6 14:35:42 2012
@@ -17,6 +17,7 @@
 
 report.cim.access                                                  = \uc811\uadfc
 report.cim.anthill.intro                                           = \uc774 \ud504\ub85c\uc81d\ud2b8\ub294 {Anthill, http://www.anthillpro.com/html/products/anthillos/}\ub97c \uc0ac\uc6a9\ud569\ub2c8\ub2e4.
+report.cim.bamboo.intro                                            = \uc774 \ud504\ub85c\uc81d\ud2b8\ub294 {Bamboo, http://www.atlassian.com/software/bamboo/}\ub97c \uc0ac\uc6a9\ud569\ub2c8\ub2e4.
 report.cim.buildforge.intro                                        = \uc774 \ud504\ub85c\uc81d\ud2b8\ub294 {Build Forge, http://www-306.ibm.com/software/awdtools/buildforge/enterprise}\ub97c \uc0ac\uc6a9\ud569\ub2c8\ub2e4.
 report.cim.continuum.intro                                         = \uc774 \ud504\ub85c\uc81d\ud2b8\ub294 {Continuum, http://continuum.apache.org/}\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4.
 report.cim.cruisecontrol.intro                                     = \uc774 \ud504\ub85c\uc81d\ud2b8\ub294 {CruiseControl, http://cruisecontrol.sourceforge.net/}\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4.

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_lt.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_lt.properties?rev=1417917&r1=1417916&r2=1417917&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_lt.properties (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_lt.properties Thu Dec  6 14:35:42 2012
@@ -17,6 +17,7 @@
 
 report.cim.access                                                  = Prieiga
 report.cim.anthill.intro                                           = \u0160is projektas naudoja {Anthill, http://www.anthillpro.com/html/products/anthillos/}.
+report.cim.bamboo.intro                                            = \u0160is projektas naudoja {Bamboo, http://www.atlassian.com/software/bamboo/}.
 report.cim.buildforge.intro                                        = \u0160is projektas naudoja {Build Forge, http://www-306.ibm.com/software/awdtools/buildforge/enterprise/}.
 report.cim.continuum.intro                                         = \u0160is projektas naudoja {Continuum, http://continuum.apache.org/}.
 report.cim.cruisecontrol.intro                                     = \u0160is projektas naudoja {CruiseControl, http://cruisecontrol.sourceforge.net/}.

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_nl.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_nl.properties?rev=1417917&r1=1417916&r2=1417917&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_nl.properties (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_nl.properties Thu Dec  6 14:35:42 2012
@@ -16,6 +16,7 @@
 # under the License.
 
 report.cim.anthill.intro                                           = Dit project gebruikt {Anthill, http://www.anthillpro.com/html/products/anthillos/}.
+report.cim.bamboo.intro                                            = Dit project gebruikt {Bamboo, http://www.atlassian.com/software/bamboo/}.
 report.cim.buildforge.intro                                        = Dit project gebruikt {Build Forge, http://www-306.ibm.com/software/awdtools/buildforge/enterprise/}.
 report.cim.continuum.intro                                         = Dit project gebruikt {Continuum, http://continuum.apache.org/}.
 report.cim.cruisecontrol.intro                                     = Dit project gebruikt {CruiseControl, http://cruisecontrol.sourceforge.net/}.

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_no.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_no.properties?rev=1417917&r1=1417916&r2=1417917&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_no.properties (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_no.properties Thu Dec  6 14:35:42 2012
@@ -17,6 +17,7 @@
 
 report.cim.access                                                  = Tilgang
 report.cim.anthill.intro                                           = Dette prosjektet bruker {Anthill, http://www.anthillpro.com/html/products/anthillos/}.
+report.cim.bamboo.intro                                            = Dette prosjektet bruker {Bamboo, http://www.atlassian.com/software/bamboo/}.
 report.cim.buildforge.intro                                        = Dette prosjektet bruker {Build Forge, http://www-306.ibm.com/software/awdtools/buildforge/enterprise/}.
 report.cim.continuum.intro                                         = Dette prosjektet bruker {Continuum, http://continuum.apache.org/}.
 report.cim.cruisecontrol.intro                                     = This project uses {CruiseControl, http://cruisecontrol.sourceforge.net/}.

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_pl.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_pl.properties?rev=1417917&r1=1417916&r2=1417917&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_pl.properties (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_pl.properties Thu Dec  6 14:35:42 2012
@@ -17,6 +17,7 @@
 
 report.cim.access                                                  = Dost\u0119p
 report.cim.anthill.intro                                           = Projekt ten u\u017Cywa systemu {Anthill, http://www.anthillpro.com/html/products/anthillos/}.
+report.cim.bamboo.intro                                            = Projekt ten u\u017Cywa systemu {Bamboo, http://www.atlassian.com/software/bamboo/}.
 report.cim.buildforge.intro                                        = Projekt ten u\u017Cywa systemu {Build Forge, http://www-306.ibm.com/software/awdtools/buildforge/enterprise/}.
 report.cim.continuum.intro                                         = Projekt ten u\u017Cywa systemu {Continuum, http://continuum.apache.org/}.
 report.cim.cruisecontrol.intro                                     = Projekt ten u\u017Cywa systemu {CruiseControl, http://cruisecontrol.sourceforge.net/}.

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_pt.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_pt.properties?rev=1417917&r1=1417916&r2=1417917&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_pt.properties (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_pt.properties Thu Dec  6 14:35:42 2012
@@ -17,6 +17,7 @@
 
 report.cim.access                                                  = Acesso
 report.cim.anthill.intro                                           = Este projecto usa o {Anthill, http://www.anthillpro.com/html/products/anthillos/}.
+report.cim.bamboo.intro                                            = Este projecto usa o {Bamboo, http://www.atlassian.com/software/bamboo/}.
 report.cim.buildforge.intro                                        = Este projecto usa o {Build Forge, http://www-306.ibm.com/software/awdtools/buildforge/enterprise/}.
 report.cim.continuum.intro                                         = Este projecto usa o {Continuum, http://continuum.apache.org/}.
 report.cim.cruisecontrol.intro                                     = Este projecto usa o {CruiseControl, http://cruisecontrol.sourceforge.net/}.

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_pt_BR.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_pt_BR.properties?rev=1417917&r1=1417916&r2=1417917&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_pt_BR.properties (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_pt_BR.properties Thu Dec  6 14:35:42 2012
@@ -17,6 +17,7 @@
 
 report.cim.access                                                  = Acesso
 report.cim.anthill.intro                                           = Este projeto utiliza o {Anthill, http://www.anthillpro.com/html/products/anthillos/}.
+report.cim.bamboo.intro                                            = Este projeto utiliza o {Bamboo, http://www.atlassian.com/software/bamboo/}.
 report.cim.buildforge.intro                                        = Este projeto utiliza o {Build Forge, http://www-306.ibm.com/software/awdtools/buildforge/enterprise/}.
 report.cim.continuum.intro                                         = Este projeto utiliza o {Continuum, http://continuum.apache.org/}.
 report.cim.cruisecontrol.intro                                     = Este projeto utiliza o {CruiseControl, http://cruisecontrol.sourceforge.net/}.

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_ru.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_ru.properties?rev=1417917&r1=1417916&r2=1417917&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_ru.properties (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_ru.properties Thu Dec  6 14:35:42 2012
@@ -17,6 +17,7 @@
 
 report.cim.access                                                  = \u0414\u043e\u0441\u0442\u0443\u043f
 report.cim.anthill.intro                                           = \u042d\u0442\u043e\u0442 \u043f\u0440\u043e\u0435\u043a\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 {Anthill, http://www.anthillpro.com/html/products/anthillos/}.
+report.cim.bamboo.intro                                            = \u042d\u0442\u043e\u0442 \u043f\u0440\u043e\u0435\u043a\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 {Bamboo, http://www.atlassian.com/software/bamboo/}.
 report.cim.buildforge.intro                                        = \u042d\u0442\u043e\u0442 \u043f\u0440\u043e\u0435\u043a\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 {Build Forge, http://www-306.ibm.com/software/awdtools/buildforge/enterprise/}.
 report.cim.continuum.intro                                         = \u042d\u0442\u043e\u0442 \u043f\u0440\u043e\u0435\u043a\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 {Continuum, http://continuum.apache.org/}.
 report.cim.cruisecontrol.intro                                     = \u042d\u0442\u043e\u0442 \u043f\u0440\u043e\u0435\u043a\u0442 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 {CruiseControl, http://cruisecontrol.sourceforge.net/}.

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_sk.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_sk.properties?rev=1417917&r1=1417916&r2=1417917&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_sk.properties (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_sk.properties Thu Dec  6 14:35:42 2012
@@ -17,6 +17,7 @@
 
 report.cim.access                                                  = Pr\u00edstup
 report.cim.anthill.intro                                           = Tento projekt pou\u017e\u00edva {Anthill, http://www.anthillpro.com/html/products/anthillos/}.
+report.cim.bamboo.intro                                            = Tento projekt pou\u017e\u00edva {Bamboo, http://www.atlassian.com/software/bamboo/}.
 report.cim.buildforge.intro                                        = Tento projekt pou\u017e\u00edva {Build Forge, http://www-306.ibm.com/software/awdtools/buildforge/enterprise/}.
 report.cim.continuum.intro                                         = Tento projekt pou\u017e\u00edva {Continuum, http://continuum.apache.org/}.
 report.cim.cruisecontrol.intro                                     = Tento projekt pou\u017e\u00edva {CruiseControl, http://cruisecontrol.sourceforge.net/}.

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_sv.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_sv.properties?rev=1417917&r1=1417916&r2=1417917&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_sv.properties (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_sv.properties Thu Dec  6 14:35:42 2012
@@ -17,6 +17,7 @@
 
 report.cim.access                                                  = \u00c5tkomst
 report.cim.anthill.intro                                           = Detta projekt anv\u00e4nder {Anthill, http://www.anthillpro.com/html/products/anthillos/}.
+report.cim.bamboo.intro                                            = Detta projekt anv\u00e4nder {Bamboo, http://www.atlassian.com/software/bamboo/}.
 report.cim.buildforge.intro                                        = Detta projekt anv\u00e4nder {Build Forge, http://www-306.ibm.com/software/awdtools/buildforge/enterprise/}.
 report.cim.continuum.intro                                         = Detta projekt anv\u00e4nder {Continuum, http://continuum.apache.org/}.
 report.cim.cruisecontrol.intro                                     = Detta projekt anv\u00e4nder {CruiseControl, http://cruisecontrol.sourceforge.net/}.

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_tr.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_tr.properties?rev=1417917&r1=1417916&r2=1417917&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_tr.properties (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_tr.properties Thu Dec  6 14:35:42 2012
@@ -17,6 +17,7 @@
 
 report.cim.access                                                  = Eri\u00feim
 report.cim.anthill.intro                                           = This project uses {Anthill, http://www.anthillpro.com/html/products/anthillos/}.
+report.cim.bamboo.intro                                            = This project uses {Bamboo, http://www.atlassian.com/software/bamboo/}.
 report.cim.buildforge.intro                                        = This project uses {Build Forge, http://www-306.ibm.com/software/awdtools/buildforge/enterprise/}.
 report.cim.continuum.intro                                         = Bu proje Continuum uygulamas\u00fdn\u00fd kullan\u00fdr {Continuum, http://continuum.apache.org/}.
 report.cim.cruisecontrol.intro                                     = This project uses {CruiseControl, http://cruisecontrol.sourceforge.net/}.

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_zh_CN.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_zh_CN.properties?rev=1417917&r1=1417916&r2=1417917&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_zh_CN.properties (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_zh_CN.properties Thu Dec  6 14:35:42 2012
@@ -17,6 +17,7 @@
 
 report.cim.access                                                  = \u8BBF\u95EE
 report.cim.anthill.intro                                           = \u672C\u9879\u76EE\u4F7F\u7528 {Anthill, http://www.anthillpro.com/html/products/anthillos/}\u3002
+report.cim.bamboo.intro                                            = \u672C\u9879\u76EE\u4F7F\u7528 {Bamboo, http://www.atlassian.com/software/bamboo/}\u3002
 report.cim.buildforge.intro                                        = \u672C\u9879\u76EE\u4F7F\u7528 {Build Forge, http://www-306.ibm.com/software/awdtools/buildforge/enterprise/}\u3002
 report.cim.continuum.intro                                         = \u672C\u9879\u76EE\u4F7F\u7528 {Continuum, http://continuum.apache.org/}\u3002
 report.cim.cruisecontrol.intro                                     = \u672C\u9879\u76EE\u4F7F\u7528 {CruiseControl, http://cruisecontrol.sourceforge.net/}\u3002

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_zh_TW.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_zh_TW.properties?rev=1417917&r1=1417916&r2=1417917&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_zh_TW.properties (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/main/resources/project-info-report_zh_TW.properties Thu Dec  6 14:35:42 2012
@@ -17,6 +17,7 @@
 
 report.cim.access                                                  = \u5b58\u53d6 (Access)
 report.cim.anthill.intro                                           = \u672c\u5c08\u6848\u4f7f\u7528 {Anthill, http://www.anthillpro.com/html/products/anthillos/}\u3002
+report.cim.bamboo.intro                                            = \u672c\u5c08\u6848\u4f7f\u7528 {Bamboo, http://www.atlassian.com/software/bamboo/}\u3002
 report.cim.buildforge.intro                                        = \u672c\u5c08\u6848\u4f7f\u7528 {Build Forge, http://www-306.ibm.com/software/awdtools/buildforge/enterprise/}\u3002
 report.cim.continuum.intro                                         = \u672c\u5c08\u6848\u4f7f\u7528 {Continuum, http://continuum.apache.org/}\u3002
 report.cim.cruisecontrol.intro                                     = \u672c\u5c08\u6848\u4f7f\u7528 {CruiseControl, http://cruisecontrol.sourceforge.net/}\u3002