This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-doxia-book-renderer.git
commit a95faf7ef10678af567979f5184b80a9f34cf9dd Author: Dennis Lundberg <[email protected]> AuthorDate: Fri Apr 13 20:37:57 2012 +0000 The default locale (en) should not be included in the list of locales for the l10n-maven-plugin. git-svn-id: https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk@1325940 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5e827d1..8d77b7d 100644 --- a/pom.xml +++ b/pom.xml @@ -165,7 +165,6 @@ under the License. <version>1.0-alpha-2</version> <configuration> <locales> - <locale>en</locale> <locale>fr</locale> </locales> </configuration>
