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:20:59 UTC

svn commit: r1340943 - /ofbiz/trunk/framework/webapp/dtd/site-conf.xsd

Author: jleroux
Date: Mon May 21 09:20:58 2012
New Revision: 1340943

URL: http://svn.apache.org/viewvc?rev=1340943&view=rev
Log:
Forgot this trick, thanks to Si Chen cookbook...

Modified:
    ofbiz/trunk/framework/webapp/dtd/site-conf.xsd

Modified: ofbiz/trunk/framework/webapp/dtd/site-conf.xsd
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webapp/dtd/site-conf.xsd?rev=1340943&r1=1340942&r2=1340943&view=diff
==============================================================================
--- ofbiz/trunk/framework/webapp/dtd/site-conf.xsd (original)
+++ ofbiz/trunk/framework/webapp/dtd/site-conf.xsd Mon May 21 09:20:58 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>