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 2012/05/21 11:21:55 UTC

svn commit: r1340947 - in /ofbiz/branches/release10.04: ./ framework/webapp/dtd/site-conf.xsd

Author: jleroux
Date: Mon May 21 09:21:54 2012
New Revision: 1340947

URL: http://svn.apache.org/viewvc?rev=1340947&view=rev
Log:
"Applied fix from trunk for revision: 1340943" 
------------------------------------------------------------------------
r1340943 | jleroux | 2012-05-21 11:20:58 +0200 (lun., 21 mai 2012) | 1 line

Forgot this trick, thanks to Si Chen cookbook...
------------------------------------------------------------------------


Modified:
    ofbiz/branches/release10.04/   (props changed)
    ofbiz/branches/release10.04/framework/webapp/dtd/site-conf.xsd

Propchange: ofbiz/branches/release10.04/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1340943

Modified: ofbiz/branches/release10.04/framework/webapp/dtd/site-conf.xsd
URL: http://svn.apache.org/viewvc/ofbiz/branches/release10.04/framework/webapp/dtd/site-conf.xsd?rev=1340947&r1=1340946&r2=1340947&view=diff
==============================================================================
--- ofbiz/branches/release10.04/framework/webapp/dtd/site-conf.xsd (original)
+++ ofbiz/branches/release10.04/framework/webapp/dtd/site-conf.xsd Mon May 21 09:21:54 2012
@@ -375,7 +375,8 @@ under the License.
         <xs:attribute name="path" type="xs:string">
             <xs:annotation>
                 <xs:documentation>
-                    The path to the class or XML file containing this event, leave empty for services.
+                    The path to the class or XML file containing this event.
+                    leave empty for services, except if you want to run it as a job, then use "async"
                 </xs:documentation>
             </xs:annotation>
         </xs:attribute>