From 53926e5859e9d2ebe4b776f02f8396572f2a1ff9 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Tue, 31 May 2011 09:19:20 +0000
Subject: [PATCH] Remove stub site for French locale.
---
opendj3/pom.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj3/pom.xml b/opendj3/pom.xml
index 00b0157..fed6384 100644
--- a/opendj3/pom.xml
+++ b/opendj3/pom.xml
@@ -369,7 +369,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<configuration>
- <locales>en,fr</locales>
+ <locales>en</locales>
</configuration>
</plugin>
</plugins>
--
Gitblit v1.10.0