From 52e9f3be60657a40575f79883e9d753dc5ae4fd4 Mon Sep 17 00:00:00 2001 From: richie Date: Mon, 23 Apr 2018 14:26:19 +0800 Subject: [PATCH] =?UTF-8?q?maven=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- design-i18n-chart/pom.xml | 14 ++++++++++++++ design-i18n-report/pom.xml | 14 ++++++++++++++ pom.xml | 29 +++++++++++++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 design-i18n-chart/pom.xml create mode 100644 design-i18n-report/pom.xml create mode 100644 pom.xml diff --git a/design-i18n-chart/pom.xml b/design-i18n-chart/pom.xml new file mode 100644 index 0000000..bab14ac --- /dev/null +++ b/design-i18n-chart/pom.xml @@ -0,0 +1,14 @@ + + + 4.0.0 + + com.fr.report + designer-i18n + 10.0-FEATURE-SNAPSHOT + + com.fr.core + designer-i18n-chart + 10.0-FEATURE-SNAPSHOT + \ No newline at end of file diff --git a/design-i18n-report/pom.xml b/design-i18n-report/pom.xml new file mode 100644 index 0000000..40a7194 --- /dev/null +++ b/design-i18n-report/pom.xml @@ -0,0 +1,14 @@ + + + 4.0.0 + + com.fr.report + designer-i18n + 10.0-FEATURE-SNAPSHOT + + com.fr.core + designer-i18n-report + 10.0-FEATURE-SNAPSHOT + \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..c45465c --- /dev/null +++ b/pom.xml @@ -0,0 +1,29 @@ + + + 4.0.0 + + + com.fr.report + fine-report-designer + 10.0-FEATURE-SNAPSHOT + ../design-settings/fine-report-designer + + + + design-i18n-report + design-i18n-chart + + + + com.fr.core + basic-base-application-sdk + 10.0-FEATURE-SNAPSHOT + + + com.fr.report + designer-i18n + 10.0-FEATURE-SNAPSHOT + pom + \ No newline at end of file