zheng
7 years ago
commit
1c8761c161
3 changed files with 55 additions and 0 deletions
@ -0,0 +1,41 @@ |
|||||||
|
<?xml version="1.0" encoding="UTF-8"?> |
||||||
|
<module type="JAVA_MODULE" version="4"> |
||||||
|
<component name="NewModuleRootManager"> |
||||||
|
<output url="file://$MODULE_DIR$/../env/webroot/WEB-INF/classes/production/plugin-demochart" /> |
||||||
|
<output-test url="file://$MODULE_DIR$/../env/webroot/WEB-INF/classes/test/plugin-demochart" /> |
||||||
|
<exclude-output /> |
||||||
|
<content url="file://$MODULE_DIR$"> |
||||||
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> |
||||||
|
</content> |
||||||
|
<orderEntry type="inheritedJdk" /> |
||||||
|
<orderEntry type="sourceFolder" forTests="false" /> |
||||||
|
<orderEntry type="library" name="lib-core" level="project" /> |
||||||
|
<orderEntry type="library" name="lib-design" level="project" /> |
||||||
|
<orderEntry type="library" name="lib-others" level="project" /> |
||||||
|
<orderEntry type="module" module-name="base-platform" /> |
||||||
|
<orderEntry type="module" module-name="chart-base" /> |
||||||
|
<orderEntry type="module" module-name="chart-chartattr" /> |
||||||
|
<orderEntry type="module" module-name="chart-chartdata" /> |
||||||
|
<orderEntry type="module" module-name="chart-chartglyph" /> |
||||||
|
<orderEntry type="module" module-name="chart-web" /> |
||||||
|
<orderEntry type="module" module-name="designer" /> |
||||||
|
<orderEntry type="module" module-name="designer_base" /> |
||||||
|
<orderEntry type="module" module-name="designer_chart" /> |
||||||
|
<orderEntry type="module" module-name="designer_form" /> |
||||||
|
<orderEntry type="module" module-name="engine" /> |
||||||
|
<orderEntry type="module" module-name="engine-cross" /> |
||||||
|
<orderEntry type="module" module-name="engine-enhancement" /> |
||||||
|
<orderEntry type="module" module-name="engine-file" /> |
||||||
|
<orderEntry type="module" module-name="engine-page" /> |
||||||
|
<orderEntry type="module" module-name="engine-remote" /> |
||||||
|
<orderEntry type="module" module-name="engine-view" /> |
||||||
|
<orderEntry type="module" module-name="engine-write" /> |
||||||
|
<orderEntry type="module" module-name="fmobile" /> |
||||||
|
<orderEntry type="module" module-name="form" /> |
||||||
|
<orderEntry type="module" module-name="fsbakrestore" /> |
||||||
|
<orderEntry type="module" module-name="fschedule" /> |
||||||
|
<orderEntry type="module" module-name="fservice" /> |
||||||
|
<orderEntry type="module" module-name="fsmonitor" /> |
||||||
|
<orderEntry type="module" module-name="fsworkflow" /> |
||||||
|
</component> |
||||||
|
</module> |
@ -0,0 +1,7 @@ |
|||||||
|
package com.fr.plugin.extended.chart.demo; |
||||||
|
|
||||||
|
/** |
||||||
|
* Created by shine on 2018/3/24. |
||||||
|
*/ |
||||||
|
public class DemoBar2DChart { |
||||||
|
} |
Loading…
Reference in new issue