svn commit: r1674451 - /ofbiz/trunk/applications/content/ofbiz-component.xml

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

svn commit: r1674451 - /ofbiz/trunk/applications/content/ofbiz-component.xml

adrianc
Author: adrianc
Date: Sat Apr 18 07:33:29 2015
New Revision: 1674451

URL: http://svn.apache.org/r1674451
Log:
Fix OFBiz looking for web.xml in wrong place - https://issues.apache.org/jira/browse/OFBIZ-6259.

Modified:
    ofbiz/trunk/applications/content/ofbiz-component.xml

Modified: ofbiz/trunk/applications/content/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/ofbiz-component.xml?rev=1674451&r1=1674450&r2=1674451&view=diff
==============================================================================
--- ofbiz/trunk/applications/content/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/content/ofbiz-component.xml Sat Apr 18 07:33:29 2015
@@ -74,7 +74,7 @@ under the License.
     <webapp name="contentimages"
         title="Content Images"
         server="default-server"
-        location="webapp/content/images"
+        location="webapp/contentimages"
         mount-point="/contentimages/"
         app-bar-display="false"/>