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.
18 lines
737 B
18 lines
737 B
6 years ago
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?><plugin>
|
||
|
<id>com.fr.plugin.demo.web.request</id>
|
||
|
<name><![CDATA[web请求示例]]></name>
|
||
|
<active>yes</active>
|
||
|
<version>1.0</version>
|
||
|
<env-version>10.0</env-version>
|
||
|
<jartime>2018-11-05</jartime>
|
||
|
<vendor>author</vendor>
|
||
|
<description><![CDATA[web请求示例插件。]]></description>
|
||
|
<change-notes><![CDATA[
|
||
|
[2018-11-06]完善示例插件。<br/>
|
||
|
[2018-11-05]初始化插件。<br/>
|
||
|
]]></change-notes>
|
||
|
<extra-decision>
|
||
|
<HttpHandlerProvider class="com.fr.plugin.demo.web.request.DemoRequestHandler"/>
|
||
|
<URLAliasProvider class="com.fr.plugin.demo.web.request.DemoURLAliasProvider"/>
|
||
|
</extra-decision>
|
||
|
</plugin>
|