You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2010/06/03 16:18:25 UTC

svn commit: r951005 - /ofbiz/trunk/applications/content/entitydef/eecas.xml

Author: jleroux
Date: Thu Jun  3 14:18:25 2010
New Revision: 951005

URL: http://svn.apache.org/viewvc?rev=951005&view=rev
Log:
Oops, looks like I forgot this file in trunk at r950866, R10.04 at r950867, R9.04 at r950868 (related to OFBIZ-3782)

Bother :/

Added:
    ofbiz/trunk/applications/content/entitydef/eecas.xml   (with props)

Added: ofbiz/trunk/applications/content/entitydef/eecas.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/entitydef/eecas.xml?rev=951005&view=auto
==============================================================================
--- ofbiz/trunk/applications/content/entitydef/eecas.xml (added)
+++ ofbiz/trunk/applications/content/entitydef/eecas.xml Thu Jun  3 14:18:25 2010
@@ -0,0 +1,29 @@
+<?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-eca xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+        xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/entity-eca.xsd">
+
+    <!-- If the text in the database has changed for the data resource, we need to clear out anything depending on this cached value -->
+    <eca entity="ElectronicText" operation="store-remove" event="return">
+        <action service="clearAssociatedRenderCache" mode="sync" />
+    </eca>
+
+</entity-eca>

Propchange: ofbiz/trunk/applications/content/entitydef/eecas.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/applications/content/entitydef/eecas.xml
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/trunk/applications/content/entitydef/eecas.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml