svn commit: r1682159 - in /ofbiz/trunk/applications/marketing: data/SfaSystemPropertyData.xml 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: r1682159 - in /ofbiz/trunk/applications/marketing: data/SfaSystemPropertyData.xml ofbiz-component.xml

jleroux@apache.org
Author: jleroux
Date: Thu May 28 07:56:24 2015
New Revision: 1682159

URL: http://svn.apache.org/r1682159
Log:
A patch from Pierre Smits "Have configuration options for sfa" https://issues.apache.org/jira/browse/OFBIZ-6190 part of "Improve configurability of OFBiz regarding multi-tenancy" https://issues.apache.org/jira/browse/OFBIZ-6164

save.outgoing.directory is being used in vcard.java

Added:
    ofbiz/trunk/applications/marketing/data/SfaSystemPropertyData.xml   (with props)
Modified:
    ofbiz/trunk/applications/marketing/ofbiz-component.xml

Added: ofbiz/trunk/applications/marketing/data/SfaSystemPropertyData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/data/SfaSystemPropertyData.xml?rev=1682159&view=auto
==============================================================================
--- ofbiz/trunk/applications/marketing/data/SfaSystemPropertyData.xml (added)
+++ ofbiz/trunk/applications/marketing/data/SfaSystemPropertyData.xml Thu May 28 07:56:24 2015
@@ -0,0 +1,28 @@
+<?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.
+-->
+<entity-engine-xml>
+<!--
+if the save.outgoing.directory is specified the file will be saved there else it will be saved under OFBIZ_HOME
+sfa.properties setting is: #save.outgoing.directory=
+-->
+    <SystemProperty systemResourceId="sfa" systemPropertyId="save.outgoing.directory" systemPropertyValue=""
+    description="If the save.outgoing.directory is specified the file will be saved there, else it will be saved under OFBIZ_HOME"
+    />
+</entity-engine-xml>
\ No newline at end of file

Propchange: ofbiz/trunk/applications/marketing/data/SfaSystemPropertyData.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/applications/marketing/data/SfaSystemPropertyData.xml
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/trunk/applications/marketing/data/SfaSystemPropertyData.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: ofbiz/trunk/applications/marketing/ofbiz-component.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/ofbiz-component.xml?rev=1682159&r1=1682158&r2=1682159&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/ofbiz-component.xml (original)
+++ ofbiz/trunk/applications/marketing/ofbiz-component.xml Thu May 28 07:56:24 2015
@@ -30,7 +30,9 @@ under the License.
     <entity-resource type="data" reader-name="demo" loader="main" location="data/MarketingSecurityGroupDemoData.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" location="data/MarketingHelpData.xml"/>
     <entity-resource type="data" reader-name="seed" loader="main" location="data/SfaPortletData.xml"/>
+    <entity-resource type="data" reader-name="demo" loader="main" location="data/SfaSystemPropertyData.xml"/>
     <entity-resource type="data" reader-name="demo" loader="main" location="data/sfaDemoData.xml"/>
+    
     <service-resource type="model" loader="main" location="servicedef/services.xml"/>
     <service-resource type="model" loader="main" location="servicedef/services_opportunity.xml"/>
     <service-resource type="eca" loader="main" location="servicedef/secas.xml"/>