details: /erp/devel/pi/rev/b5630110dd82 changeset: 11570:b5630110dd82 user: Juan Pablo Aroztegi <juanpablo.aroztegi <at> openbravo.com> date: Wed Apr 13 10:19:45 2011 +0200 summary: Fixes 16736: make userconfig.xml a template
This file is used to customize the FOP reports diffstat: config/userconfig.xml | 52 ------------------------------------- config/userconfig.xml.template | 58 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+), 52 deletions(-) diffs (124 lines): diff -r ee94070649ad -r b5630110dd82 config/userconfig.xml --- a/config/userconfig.xml Tue Apr 12 20:26:57 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,58 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<!-- - ************************************************************************* - * The contents of this file are subject to the Openbravo Public License - * Version 1.1 (the "License"), being the Mozilla Public License - * version 1.1 with a permitted attribution clause ; you may not use - * this file except in compliance with the License. - * You may obtain a copy of the License at - * http://www.openbravo.com/legal/license.txt - * Software distributed under the License is distributed on an - * "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - * implied. See the License for the specific language governing rights - * and limitations under the License. - * The Original Code is Openbravo ERP. - * The Initial Developer of the Original Code is Openbravo SLU - * All portions are Copyright (C) 2005-2007 Openbravo SLU - * All Rights Reserved. - * Contributor(s): Openbravo S.L.U. - ************************************************************************ ---> - -<!--<!DOCTYPE configuration SYSTEM "config.dtd">--> -<!-- - this file contains templates which allow an user easy - configuration of Fop. Actually normally you don't need this configuration - file, but if you need to change configuration, you should - always use this file and *not* config.xml. - Usage: java org.apache.fop.apps.Fop -c userconfig.xml -fo fo-file -pdf pdf-file ---> - - -<configuration> - -<!-- -baseDir: normally the base directory is the directory where the fo file is - located. if you want to specify your own, uncomment this entry. - This value can also be a URL. Actually, the value is converted to - a URL. ---> -<!-- - <entry> - <key>baseDir</key> - <value></value> - </entry> ---> - -<!-- -fontBaseDir: Similar to baseDir, except that this value is used for fonts. If - it isn't specified, the value from baseDir is used. ---> -<!-- - <entry> - <key>fontBaseDir</key> - <value>/tmp</value> - </entry> ---> - -</configuration> diff -r ee94070649ad -r b5630110dd82 config/userconfig.xml.template --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/config/userconfig.xml.template Wed Apr 13 10:19:45 2011 +0200 @@ -0,0 +1,58 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<!-- + ************************************************************************* + * The contents of this file are subject to the Openbravo Public License + * Version 1.1 (the "License"), being the Mozilla Public License + * version 1.1 with a permitted attribution clause ; you may not use + * this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.openbravo.com/legal/license.txt + * Software distributed under the License is distributed on an + * "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing rights + * and limitations under the License. + * The Original Code is Openbravo ERP. + * The Initial Developer of the Original Code is Openbravo SLU + * All portions are Copyright (C) 2005-2007 Openbravo SLU + * All Rights Reserved. + * Contributor(s): Openbravo S.L.U. + ************************************************************************ +--> + +<!--<!DOCTYPE configuration SYSTEM "config.dtd">--> +<!-- + this file contains templates which allow an user easy + configuration of Fop. Actually normally you don't need this configuration + file, but if you need to change configuration, you should + always use this file and *not* config.xml. + Usage: java org.apache.fop.apps.Fop -c userconfig.xml -fo fo-file -pdf pdf-file +--> + + +<configuration> + +<!-- +baseDir: normally the base directory is the directory where the fo file is + located. if you want to specify your own, uncomment this entry. + This value can also be a URL. Actually, the value is converted to + a URL. +--> +<!-- + <entry> + <key>baseDir</key> + <value></value> + </entry> +--> + +<!-- +fontBaseDir: Similar to baseDir, except that this value is used for fonts. If + it isn't specified, the value from baseDir is used. +--> +<!-- + <entry> + <key>fontBaseDir</key> + <value>/tmp</value> + </entry> +--> + +</configuration> ------------------------------------------------------------------------------ Forrester Wave Report - Recovery time is now measured in hours and minutes not days. Key insights are discussed in the 2010 Forrester Wave Report as part of an in-depth evaluation of disaster recovery service providers. Forrester found the best-in-class provider in terms of services and vision. Read this report now! http://p.sf.net/sfu/ibm-webcastpromo _______________________________________________ Openbravo-commits mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-commits
