From 89b128b4f50f0e3595f1e540ab280b7048d8bc1a Mon Sep 17 00:00:00 2001 From: aheritier Date: Sun, 19 Feb 2006 15:00:00 +0000 Subject: [PATCH] Remove unused property which furthermore creates an encoding problem git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@378905 13f79535-47bb-0310-9956-ffa450edef68 --- plugins-parent/project.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins-parent/project.properties b/plugins-parent/project.properties index c080befa..b2583e23 100644 --- a/plugins-parent/project.properties +++ b/plugins-parent/project.properties @@ -179,5 +179,4 @@ maven.xdoc.distributionUrl=http://www.apache.org/dyn/closer.cgi/java-repository/ maven.xdoc.version = ${pom.currentVersion} # Use the maven site theme maven.xdoc.theme.url=http://maven.apache.org/maven-1.x/style/maven-stylus.css -maven.xdoc.locale.default=en -maven.docs.outputencoding=UTF-8 \ No newline at end of file +maven.xdoc.locale.default=en \ No newline at end of file