# HG changeset patch # Parent f46fcd15e452af2d7bab363602264e9729664763 diff -r f46fcd15e452 nuxeo-distribution-base/src/main/resources/config/nuxeo.properties --- a/nuxeo-distribution-base/src/main/resources/config/nuxeo.properties Tue Nov 09 20:35:16 2010 +0100 +++ b/nuxeo-distribution-base/src/main/resources/config/nuxeo.properties Mon Jan 31 14:31:49 2011 -0500 @@ -6,6 +6,7 @@ # product config org.nuxeo.ecm.product.name=Nuxeo 5.4 org.nuxeo.ecm.product.version=5.4.0 +org.nuxeo.ecm.product.language=${org.nuxeo.ecm.product.language} # runtime remoting config org.nuxeo.runtime.server.enabled=false diff -r f46fcd15e452 nuxeo-distribution-resources/src/main/resources/bin/nuxeo.conf --- a/nuxeo-distribution-resources/src/main/resources/bin/nuxeo.conf Tue Nov 09 20:35:16 2010 +0100 +++ b/nuxeo-distribution-resources/src/main/resources/bin/nuxeo.conf Mon Jan 31 14:31:49 2011 -0500 @@ -27,6 +27,7 @@ #org.nuxeo.ecm.product.name= #org.nuxeo.ecm.product.version= #org.nuxeo.ecm.webapp.dashboard.mode= +#org.nuxeo.ecm.product.language= # Database configuration #nuxeo.db.name= diff -r f46fcd15e452 nuxeo-distribution-resources/src/main/resources/jetty-base/config/nuxeo.properties --- a/nuxeo-distribution-resources/src/main/resources/jetty-base/config/nuxeo.properties Tue Nov 09 20:35:16 2010 +0100 +++ b/nuxeo-distribution-resources/src/main/resources/jetty-base/config/nuxeo.properties Mon Jan 31 14:31:49 2011 -0500 @@ -5,6 +5,7 @@ # product config org.nuxeo.ecm.product.name=Nuxeo DM org.nuxeo.ecm.product.version=5.4.0 +org.nuxeo.ecm.product.language=${org.nuxeo.ecm.product.language} # runtime remoting config org.nuxeo.runtime.server.enabled=true diff -r f46fcd15e452 nuxeo-distribution-resources/src/main/resources/templates-common/common/config/nuxeo.properties --- a/nuxeo-distribution-resources/src/main/resources/templates-common/common/config/nuxeo.properties Tue Nov 09 20:35:16 2010 +0100 +++ b/nuxeo-distribution-resources/src/main/resources/templates-common/common/config/nuxeo.properties Mon Jan 31 14:31:49 2011 -0500 @@ -6,6 +6,7 @@ # product config org.nuxeo.ecm.product.name=${org.nuxeo.ecm.product.name} org.nuxeo.ecm.product.version=5.4.0 +org.nuxeo.ecm.product.language=${org.nuxeo.ecm.product.language} # runtime remoting config org.nuxeo.runtime.server.enabled=true diff -r f46fcd15e452 nuxeo-distribution-resources/src/main/resources/templates-jetty/default/config/nuxeo.properties --- a/nuxeo-distribution-resources/src/main/resources/templates-jetty/default/config/nuxeo.properties Tue Nov 09 20:35:16 2010 +0100 +++ b/nuxeo-distribution-resources/src/main/resources/templates-jetty/default/config/nuxeo.properties Mon Jan 31 14:31:49 2011 -0500 @@ -6,6 +6,7 @@ # product config org.nuxeo.ecm.product.name=${org.nuxeo.ecm.product.name} org.nuxeo.ecm.product.version=5.4.0 +org.nuxeo.ecm.product.language=${org.nuxeo.ecm.product.language} # runtime remoting config org.nuxeo.runtime.server.enabled=true diff -r f46fcd15e452 nuxeo-distribution-server/src/main/resources/core/config/nuxeo.properties --- a/nuxeo-distribution-server/src/main/resources/core/config/nuxeo.properties Tue Nov 09 20:35:16 2010 +0100 +++ b/nuxeo-distribution-server/src/main/resources/core/config/nuxeo.properties Mon Jan 31 14:31:49 2011 -0500 @@ -6,6 +6,7 @@ # product config org.nuxeo.ecm.product.name=Nuxeo DM org.nuxeo.ecm.product.version=5.4.0 +org.nuxeo.ecm.product.language=${org.nuxeo.ecm.product.language} # runtime remoting config org.nuxeo.runtime.server.enabled=true