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
763 B
20 lines
763 B
6 years ago
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||
|
<plugin>
|
||
|
<id>com.fr.plugin.present.demo</id>
|
||
|
<name><![CDATA[自定义形态]]></name>
|
||
|
<active>yes</active>
|
||
|
<version>1.0</version>
|
||
|
<env-version>8.0</env-version>
|
||
|
<jartime>2015-08-09</jartime>
|
||
|
<vendor>蜘蛛侠</vendor>
|
||
|
<description><![CDATA[除内置形态外的自定义形态]]></description>
|
||
|
<change-notes><![CDATA[无]]></change-notes>
|
||
|
<extra-core>
|
||
|
<LocaleFinder class="com.fr.plugin.present.PresentKindLocaleFinder"/>
|
||
|
</extra-core>
|
||
|
<extra-report/>
|
||
|
<extra-designer>
|
||
|
<PresentKindProvider class="com.fr.plugin.present.PresentKindBridge"/>
|
||
|
</extra-designer>
|
||
|
<function-recorder class="com.fr.plugin.present.fun.MyPresent"/>
|
||
|
</plugin>
|