svn commit: r1785055 - in /ofbiz: branches/release16.11/tools/demo-backup/fox.xconf.patch ofbiz-framework/trunk/tools/demo-backup/fox.xconf.patch

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1785055 - in /ofbiz: branches/release16.11/tools/demo-backup/fox.xconf.patch ofbiz-framework/trunk/tools/demo-backup/fox.xconf.patch

jleroux@apache.org
Author: jleroux
Date: Wed Mar  1 22:17:36 2017
New Revision: 1785055

URL: http://svn.apache.org/viewvc?rev=1785055&view=rev
Log:
No functional change, sets the right FOP Base URL on demos

Added:
    ofbiz/branches/release16.11/tools/demo-backup/fox.xconf.patch
    ofbiz/ofbiz-framework/trunk/tools/demo-backup/fox.xconf.patch

Added: ofbiz/branches/release16.11/tools/demo-backup/fox.xconf.patch
URL: http://svn.apache.org/viewvc/ofbiz/branches/release16.11/tools/demo-backup/fox.xconf.patch?rev=1785055&view=auto
==============================================================================
--- ofbiz/branches/release16.11/tools/demo-backup/fox.xconf.patch (added)
+++ ofbiz/branches/release16.11/tools/demo-backup/fox.xconf.patch Wed Mar  1 22:17:36 2017
@@ -0,0 +1,13 @@
+Index: framework/webapp/config/fop.xconf
+===================================================================
+--- framework/webapp/config/fop.xconf   (revision 1785051)
++++ framework/webapp/config/fop.xconf   (working copy)
+@@ -31,7 +31,7 @@
+ <fop version="1.0">
+
+   <!-- Base URL for resolving relative URLs -->
+-  <base>http://localhost:8080</base>
++  <base>https://demo-stable.ofbiz.apache.org</base>
+
+   <!-- Source resolution in dpi (dots/pixels per inch) for determining the size of pixels in SVG and bitmap images, default: 72dpi -->
+   <source-resolution>72</source-resolution>

Added: ofbiz/ofbiz-framework/trunk/tools/demo-backup/fox.xconf.patch
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/tools/demo-backup/fox.xconf.patch?rev=1785055&view=auto
==============================================================================
--- ofbiz/ofbiz-framework/trunk/tools/demo-backup/fox.xconf.patch (added)
+++ ofbiz/ofbiz-framework/trunk/tools/demo-backup/fox.xconf.patch Wed Mar  1 22:17:36 2017
@@ -0,0 +1,13 @@
+Index: framework/webapp/config/fop.xconf
+===================================================================
+--- framework/webapp/config/fop.xconf   (revision 1785051)
++++ framework/webapp/config/fop.xconf   (working copy)
+@@ -31,7 +31,7 @@
+ <fop version="1.0">
+
+   <!-- Base URL for resolving relative URLs -->
+-  <base>http://localhost:8080</base>
++  <base>https://demo-trunk.ofbiz.apache.org</base>
+
+   <!-- Source resolution in dpi (dots/pixels per inch) for determining the size of pixels in SVG and bitmap images, default: 72dpi -->
+   <source-resolution>72</source-resolution>