You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/11/01 14:56:33 UTC

svn commit: r709696 - /maven/plugins/trunk/maven-doap-plugin/pom.xml

Author: bentmann
Date: Sat Nov  1 06:56:33 2008
New Revision: 709696

URL: http://svn.apache.org/viewvc?rev=709696&view=rev
Log:
[MDOAP-15] Please add german localization

o Added German to localization report of plugin site

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

Modified: maven/plugins/trunk/maven-doap-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-doap-plugin/pom.xml?rev=709696&r1=709695&r2=709696&view=diff
==============================================================================
--- maven/plugins/trunk/maven-doap-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-doap-plugin/pom.xml Sat Nov  1 06:56:33 2008
@@ -164,6 +164,7 @@
             <version>1.0-alpha-1</version>
             <configuration>
               <locales>
+                <locale>de</locale>
                 <locale>es</locale>
                 <locale>fr</locale>
               </locales>