2012-11-29 03:52:54 +07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2012-12-06 05:59:06 +07:00
|
|
|
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.adempiere.base.attachment.store.attachmentfile">
|
2012-11-29 03:52:54 +07:00
|
|
|
<implementation class="org.compiere.model.AttachmentFileSystem"/>
|
|
|
|
<service>
|
|
|
|
<provide interface="org.compiere.model.IAttachmentStore"/>
|
|
|
|
</service>
|
|
|
|
<property name="method" type="String" value="FileSystem"/>
|
|
|
|
</scr:component>
|