diff --git a/xdoc/plugin.jelly b/xdoc/plugin.jelly
index 4adc5665..79b274ff 100644
--- a/xdoc/plugin.jelly
+++ b/xdoc/plugin.jelly
@@ -973,14 +973,8 @@
-
-
-
-
-
-
+
diff --git a/xdoc/plugin.properties b/xdoc/plugin.properties
index 5d98dab1..415cb79a 100644
--- a/xdoc/plugin.properties
+++ b/xdoc/plugin.properties
@@ -86,7 +86,7 @@ maven.xdoc.copy.excludes.classic=external-classic.png,help_logo.gif,icon_arrowfo
maven.xdoc.date=
maven.xdoc.date.format=dd MMMM yyyy
# The date locale
-maven.xdoc.date.locale=en
+maven.xdoc.date.locale=${maven.xdoc.locale.default}
# The default locale (if null, it is the default locale for this instance of the Java Virtual Machine)
# By default it is en to ensure backward compatible
diff --git a/xdoc/src/plugin-resources/site.jsl b/xdoc/src/plugin-resources/site.jsl
index dcffb48a..5ba492b1 100644
--- a/xdoc/src/plugin-resources/site.jsl
+++ b/xdoc/src/plugin-resources/site.jsl
@@ -43,14 +43,24 @@
-
-
-
-
-
-
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/xdoc/src/plugin-test/test03/xdocs/navigation.xml b/xdoc/src/plugin-test/test03/xdocs/navigation.xml
index 029ce591..4c94086a 100644
--- a/xdoc/src/plugin-test/test03/xdocs/navigation.xml
+++ b/xdoc/src/plugin-test/test03/xdocs/navigation.xml
@@ -16,33 +16,24 @@
* limitations under the License.
*/
-->
-
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
+
+
+
+
diff --git a/xdoc/xdocs/changes.xml b/xdoc/xdocs/changes.xml
index 5a6cab26..c6049ec1 100644
--- a/xdoc/xdocs/changes.xml
+++ b/xdoc/xdocs/changes.xml
@@ -28,13 +28,14 @@
System locale setting makes test cases fail.cvs-usage link not shown in project-info page
- i18n : html code removed from bundles.
- i18n : doc title wasn't printed in breadcrumbs.i18n : menu tag in xdoc does not work with "key" translated text id.
+ maven.xdoc.date.format does not seem to have any effect.<DT> is appearing same way as subsection. Fix layout for the FAQ plugin.Fixed bundles expression.Missing "Project Reports" header in the generated menu.Allow i18n links.
+ i18n : html code removed from bundles.
+ i18n : doc title wasn't printed in breadcrumbs.Don't override the Maven library. This makes the plugin compatible with both Maven 1.0.2 and Maven 1.1
diff --git a/xdoc/xdocs/properties.xml b/xdoc/xdocs/properties.xml
index abb32b26..ad1699cc 100644
--- a/xdoc/xdocs/properties.xml
+++ b/xdoc/xdocs/properties.xml
@@ -19,7 +19,7 @@
- Xdoc Properties
+ XDoc plugin propertiesStéphane MORVincent MassolVincent Siveton
@@ -133,7 +133,7 @@
maven.xdoc.date.locale
Yes
-
Sets the locale used for the date. Defaults to "en", ie english.
+
DEPRECATED. Use the property maven.xdoc.locale.default instead. Sets the locale used for the date. Defaults to ${maven.xdoc.locale.default}.