You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.3 KiB
29 lines
1.3 KiB
3 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<plugin>
|
||
|
<id>com.fr.plugin.idfh.v10</id>
|
||
|
<name><![CDATA[定时调度数据接口处理]]></name>
|
||
|
<active>yes</active>
|
||
|
<version>1.3.2</version>
|
||
|
<env-version>10.0</env-version>
|
||
|
<jartime>2018-07-31</jartime>
|
||
|
<vendor>fr.open</vendor>
|
||
|
<description><![CDATA[定时调度数据接口处理,实现提交数据给HTTP接口功能。]]></description>
|
||
|
<change-notes><![CDATA[
|
||
|
版本1.0主要功能:<br/>
|
||
|
定时调度数据接口处理,实现提交数据给HTTP接口功能。<br/>
|
||
|
]]></change-notes>
|
||
|
<main-package>com.fr.plugin.idfh</main-package>
|
||
|
<prefer-packages>
|
||
|
<prefer-package>com.fanruan.api</prefer-package>
|
||
|
</prefer-packages>
|
||
|
<lifecycle-monitor class="com.fr.plugin.idfh.interfaces.ActionLifeCycleMonitor"/>
|
||
|
<extra-core>
|
||
|
<LocaleFinder class="com.fr.plugin.idfh.LocaleFinder"/>
|
||
|
</extra-core>
|
||
|
<extra-decision>
|
||
|
<WebResourceProvider class="com.fr.plugin.idfh.interfaces.HttpWebResourceProvider"/>
|
||
|
<DecisionDBAccessProvider class="com.fr.plugin.idfh.interfaces.HttpDecisionDBAccess"/>
|
||
|
<OutputFormulaProvider class="com.fr.plugin.idfh.interfaces.HttpFormulaProvider"/>
|
||
|
</extra-decision>
|
||
|
<function-recorder class="com.fr.plugin.idfh.interfaces.HttpWebResourceProvider"/>
|
||
|
</plugin>
|