Minor extension point documentation fix.

This commit is contained in:
Heng Sin Low 2010-12-20 14:51:53 +08:00
parent 9cb417eeaf
commit 91e5cd345b
1 changed files with 14 additions and 2 deletions

View File

@ -83,7 +83,19 @@
<meta.section type="examples"/>
</appinfo>
<documentation>
[Enter extension point usage example here.]
&lt;pre&gt;
&lt;extension
id=&quot;org.compiere.model.PP_Authorize&quot;
name=&quot;Authorize.net&quot;
point=&quot;org.compiere.model.PaymentProcessor&quot;&gt;
&lt;processor
class=&quot;org.compiere.model.PP_Authorize&quot;
priority=&quot;0&quot;&gt;
&lt;/processor&gt;
&lt;/extension&gt;
C_PaymentProcessor.PayProcessorClass=&quot;org.compiere.model.PP_Authorize&quot;
&lt;/pre&gt;
</documentation>
</annotation>
@ -110,7 +122,7 @@
<meta.section type="copyright"/>
</appinfo>
<documentation>
This file is part of Adempiere ERP Bazaar http://www.adempiere.org.
This file is part of Adempiere ERP Bazaar http://www.adempiere.org.
Copyright (C) Jorg Viola.
Copyright (C) Contributors.