You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2011/07/19 16:40:15 UTC

svn commit: r1148364 - /maven/plugins/trunk/maven-dependency-plugin/pom.xml

Author: dennisl
Date: Tue Jul 19 14:40:14 2011
New Revision: 1148364

URL: http://svn.apache.org/viewvc?rev=1148364&view=rev
Log:
o Add localization report for pt_BR

Modified:
    maven/plugins/trunk/maven-dependency-plugin/pom.xml

Modified: maven/plugins/trunk/maven-dependency-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/pom.xml?rev=1148364&r1=1148363&r2=1148364&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/pom.xml Tue Jul 19 14:40:14 2011
@@ -335,6 +335,7 @@ under the License.
             <configuration>
               <locales>
                 <locale>de</locale>
+                <locale>pt_BR</locale>
                 <locale>sv</locale>
               </locales>
             </configuration>