|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?><plugin> |
|
|
|
|
<id>com.tptj.demo.hg.table.data.define.v10</id> |
|
|
|
|
<name><![CDATA[ table data ]]></name> |
|
|
|
|
<id>com.tptj.demo.hg.connection.v10</id> |
|
|
|
|
<name><![CDATA[ connection demo ]]></name> |
|
|
|
|
<active>yes</active> |
|
|
|
|
<version>1.0</version> |
|
|
|
|
<env-version>10.0</env-version> |
|
|
|
@ -8,13 +8,13 @@
|
|
|
|
|
<jartime>2019-07-18</jartime> |
|
|
|
|
<description><![CDATA[ ]]></description> |
|
|
|
|
<change-notes><![CDATA[]]></change-notes> |
|
|
|
|
<main-package>com.tptj.demo.hg.table.data</main-package> |
|
|
|
|
<function-recorder class="com.tptj.demo.hg.table.data.DemoTableData"/> |
|
|
|
|
<main-package>com.tptj.demo.hg.connection</main-package> |
|
|
|
|
<function-recorder class="com.tptj.demo.hg.connection.data.DemoData"/> |
|
|
|
|
<extra-designer> |
|
|
|
|
<ServerTableDataDefineProvider class="com.tptj.demo.hg.table.data.server.Demo"/> |
|
|
|
|
<TableDataDefineProvider class="com.tptj.demo.hg.table.data.Demo"/> |
|
|
|
|
<ConnectionProvider class="com.tptj.demo.hg.connection.Demo"/> |
|
|
|
|
<TableDataDefineProvider class="com.tptj.demo.hg.connection.DemoTableDataDefine"/> |
|
|
|
|
</extra-designer> |
|
|
|
|
<extra-decision> |
|
|
|
|
<UniversalServerTableDataProvider class="com.tptj.demo.hg.table.data.server.WebDemo"/> |
|
|
|
|
<UniversalConnectionProvider class="com.tptj.demo.hg.connection.decision.WebDemo"/> |
|
|
|
|
</extra-decision> |
|
|
|
|
</plugin> |