|
|
|
@ -10,23 +10,6 @@
|
|
|
|
|
</parent> |
|
|
|
|
<packaging>jar</packaging> |
|
|
|
|
<artifactId>demo-paramter-combo-grid</artifactId> |
|
|
|
|
<dependencies> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.fr.report</groupId> |
|
|
|
|
<artifactId>fine-report-designer</artifactId> |
|
|
|
|
<version>10.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.fr.report</groupId> |
|
|
|
|
<artifactId>designer-base</artifactId> |
|
|
|
|
<version>10.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>com.fr.report</groupId> |
|
|
|
|
<artifactId>designer-realize</artifactId> |
|
|
|
|
<version>10.0</version> |
|
|
|
|
</dependency> |
|
|
|
|
</dependencies> |
|
|
|
|
<build> |
|
|
|
|
<!---如果要更改调试插件,改这里的配置就可以了--> |
|
|
|
|
<outputDirectory>${project.basedir}/../webroot/WEB-INF/plugins/plugin-com.fr.plugin.demo.paramter.combo.grid-1.0/classes</outputDirectory> |
|
|
|
|