Author: markt
Date: Wed Nov 7 22:59:14 2018
New Revision: 1846084
URL: http://svn.apache.org/viewvc?rev=1846084&view=rev
Log:
Include the available German translations in the standard Tomcat distribution.
Added:
tomcat/trunk/res/maven/tomcat-i18n-de.pom (with props)
Modified:
tomcat/trunk/build.xml
tomcat/trunk/conf/catalina.properties
tomcat/trunk/res/maven/mvn-pub.xml
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1846084&r1=1846083&r2=1846084&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Wed Nov 7 22:59:14 2018
@@ -902,6 +902,16 @@
addOSGi="true" />
<!-- i18n JARs -->
+ <jar jarfile="${tomcat.build}/lib/tomcat-i18n-de.jar"
+ manifest="${tomcat.manifests}/default.manifest">
+ <fileset dir="${tomcat.classes}">
+ <include name="**/LocalStrings_de.properties" />
+ </fileset>
+ <zipfileset file="${tomcat.manifests}/default.notice"
+ fullpath="META-INF/NOTICE" />
+ <zipfileset file="${tomcat.manifests}/default.license"
+ fullpath="META-INF/LICENSE" />
+ </jar>
<jar jarfile="${tomcat.build}/lib/tomcat-i18n-es.jar"
manifest="${tomcat.manifests}/default.manifest">
<fileset dir="${tomcat.classes}">
Modified: tomcat/trunk/conf/catalina.properties
URL:
http://svn.apache.org/viewvc/tomcat/trunk/conf/catalina.properties?rev=1846084&r1=1846083&r2=1846084&view=diff
==============================================================================
--- tomcat/trunk/conf/catalina.properties (original)
+++ tomcat/trunk/conf/catalina.properties Wed Nov 7 22:59:14 2018
@@ -172,6 +172,7 @@ tagsoup-*.jar,\
tomcat-api.jar,\
tomcat-coyote.jar,\
tomcat-dbcp.jar,\
+tomcat-i18n-de.jar,\
tomcat-i18n-en.jar,\
tomcat-i18n-es.jar,\
tomcat-i18n-fr.jar,\
Modified: tomcat/trunk/res/maven/mvn-pub.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/mvn-pub.xml?rev=1846084&r1=1846083&r2=1846084&view=diff
==============================================================================
--- tomcat/trunk/res/maven/mvn-pub.xml (original)
+++ tomcat/trunk/res/maven/mvn-pub.xml Wed Nov 7 22:59:14 2018
@@ -438,6 +438,7 @@
<doMavenDeploy artifactId="tomcat-coyote"/>
<doMavenDeploy artifactId="tomcat-dbcp"/>
<doMavenDeploy artifactId="tomcat-websocket"/>
+ <doMavenDeployNoSrc artifactId="tomcat-i18n-de"/>
<doMavenDeployNoSrc artifactId="tomcat-i18n-es"/>
<doMavenDeployNoSrc artifactId="tomcat-i18n-fr"/>
<doMavenDeployNoSrc artifactId="tomcat-i18n-ja"/>
Added: tomcat/trunk/res/maven/tomcat-i18n-de.pom
URL:
http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-i18n-de.pom?rev=1846084&view=auto
==============================================================================
--- tomcat/trunk/res/maven/tomcat-i18n-de.pom (added)
+++ tomcat/trunk/res/maven/tomcat-i18n-de.pom Wed Nov 7 22:59:14 2018
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.apache.tomcat</groupId>
+ <artifactId>tomcat-i18n-de</artifactId>
+ <version>@MAVEN.DEPLOY.VERSION@</version>
+ <description>Russian translations</description>
+ <url>https://tomcat.apache.org/</url>
+ <licenses>
+ <license>
+ <name>Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+</project>
Propchange: tomcat/trunk/res/maven/tomcat-i18n-de.pom
------------------------------------------------------------------------------
svn:eol-style = native
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1846084&r1=1846083&r2=1846084&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Wed Nov 7 22:59:14 2018
@@ -60,6 +60,10 @@
Fix storeconfig for the cluster encryption interceptor key attribute.
(remm)
</fix>
+ <fix>
+ Include German translations for the Manager application in the standard
+ Tomcat distribution. (markt)
+ </fix>
</changelog>
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]