From 2d2ab26a3ed57f3b41037ccaad28171ca0d656f9 Mon Sep 17 00:00:00 2001 From: richie Date: Fri, 12 Jun 2020 15:10:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=92=E4=BB=B6gradle=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 ++- build.xml | 128 ------------------------------------------------ pom.xml | 38 -------------- settings.gradle | 5 ++ 4 files changed, 9 insertions(+), 168 deletions(-) delete mode 100644 build.xml delete mode 100644 pom.xml create mode 100644 settings.gradle diff --git a/.gitignore b/.gitignore index 0446c30..29c9cac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,10 @@ *.iml .idea/ lib/report/*.jar +target/ .DS_Store -.classpath .gradle build -local.properties \ No newline at end of file +local.properties +classes/ +transform-classes/ \ No newline at end of file diff --git a/build.xml b/build.xml deleted file mode 100644 index 586ab53..0000000 --- a/build.xml +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/pom.xml b/pom.xml deleted file mode 100644 index cfbc810..0000000 --- a/pom.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - 4.0.0 - - com.fr.plugin - starter - 10.0 - - demo-chart-pie - jar - - - com.fanruan.api - finekit - 1.0 - system - ${project.basedir}/lib/finekit-10.0.jar - - - - - - ${project.basedir}/../finereport-maven/start/webapps/webroot/WEB-INF/plugins/plugin-com.fr.plugin.demoChart-1.0.0/classes - - - - org.apache.maven.plugins - maven-compiler-plugin - - 8 - 8 - - - - - \ No newline at end of file diff --git a/settings.gradle b/settings.gradle new file mode 100644 index 0000000..346c10e --- /dev/null +++ b/settings.gradle @@ -0,0 +1,5 @@ +/* + * This file was generated by the Gradle 'init' task. + */ + +rootProject.name = 'demo-chart-pie'