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.
20 lines
759 B
20 lines
759 B
4 years ago
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||
|
<plugin>
|
||
|
<id>com.fr.plugin.demo.data.transfer.process</id>
|
||
|
<name><![CDATA[迁移过程示例插件]]></name>
|
||
|
<active>yes</active>
|
||
|
<hidden>no</hidden>
|
||
|
<version>1.0.0</version>
|
||
|
<env-version>10.0</env-version>
|
||
|
<jartime>2021-02-01</jartime>
|
||
|
<vendor>lidongy</vendor>
|
||
|
<description><![CDATA[迁移过程示例插件]]></description>
|
||
|
<change-notes><![CDATA[
|
||
|
<p>[2021-03-31]第一版</p>
|
||
|
]]></change-notes>
|
||
|
<extra-decision>
|
||
|
<DataTransferProcessProvider
|
||
|
class="com.fr.plugin.demo.data.transfer.DemoTransferProcess"/>
|
||
|
</extra-decision>
|
||
|
<function-recorder class="com.fr.plugin.demo.data.transfer.DemoTransferProcess"/>
|
||
|
</plugin>
|