Include german locale in plugin:test
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@376554 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
# -------------------------------------------------------------------
|
||||
|
||||
maven.xdoc.locale.default=en
|
||||
maven.xdoc.locale.supported=en_CA, fr_CA
|
||||
maven.xdoc.locale.supported=en_CA, fr_CA, de_DE
|
||||
|
||||
# Presentation Properties
|
||||
maven.xdoc.date=left
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
/*
|
||||
* Copyright 2001-2004 The Apache Software Foundation.
|
||||
@@ -15,22 +15,28 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
-->
|
||||
<project>
|
||||
<pomVersion>3</pomVersion>
|
||||
<issueTrackingUrl>http://jira.codehaus.org/browse/MAVEN</issueTrackingUrl>
|
||||
<id>test-maven-xdoc-plugin-04</id>
|
||||
<name>MPXDOC-128</name>
|
||||
<groupId>maven</groupId>
|
||||
<currentVersion>1.0</currentVersion>
|
||||
<organization>
|
||||
<name>Apache Software Foundation</name>
|
||||
<url>/project-info.html</url>
|
||||
<logo>/images/apache-maven-project.png</logo>
|
||||
</organization>
|
||||
<logo>/images/maven.gif</logo>
|
||||
<description>An other test for MPXDOC-128</description>
|
||||
<shortDescription>An other test for MPXDOC-128</shortDescription>
|
||||
<url>/project-info.html</url>
|
||||
</project>
|
||||
|
||||
-->
|
||||
<project xmlns="http://maven.apache.org/POM/3.0.0">
|
||||
<pomVersion>3</pomVersion>
|
||||
<issueTrackingUrl>http://jira.codehaus.org/browse/MAVEN</issueTrackingUrl>
|
||||
<id>test-maven-xdoc-plugin-04</id>
|
||||
<name>MPXDOC-128</name>
|
||||
<groupId>maven</groupId>
|
||||
<currentVersion>1.0</currentVersion>
|
||||
<inceptionYear>2001</inceptionYear>
|
||||
<organization>
|
||||
<name>Apache Software Foundation</name>
|
||||
<url>/project-info.html</url>
|
||||
<logo>/images/apache-maven-project.png</logo>
|
||||
</organization>
|
||||
<logo>/images/maven.gif</logo>
|
||||
<description>An other test for MPXDOC-128</description>
|
||||
<shortDescription>An other test for MPXDOC-128</shortDescription>
|
||||
<url>/project-info.html</url>
|
||||
<repository>
|
||||
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/xdoc/</connection>
|
||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/xdoc/</developerConnection>
|
||||
<url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/xdoc/</url>
|
||||
</repository>
|
||||
</project>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user