From 39123a416adf75c82a163411971ac99403163a06 Mon Sep 17 00:00:00 2001 From: xiaoxia Date: Thu, 20 Dec 2018 10:14:08 +0800 Subject: [PATCH] init MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加配置文件 --- build.xml | 116 +++++++++++++++++++++++++++++++++++++++++++++++++++++ plugin.xml | 15 +++++++ pom.xml | 18 +++++++++ 3 files changed, 149 insertions(+) create mode 100644 build.xml create mode 100644 plugin.xml create mode 100644 pom.xml diff --git a/build.xml b/build.xml new file mode 100644 index 0000000..b2bcc29 --- /dev/null +++ b/build.xml @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plugin.xml b/plugin.xml new file mode 100644 index 0000000..ddc1429 --- /dev/null +++ b/plugin.xml @@ -0,0 +1,15 @@ + + com.fr.tabledata.modify + + yes + 1.0 + 10.0 + author + 2018-01-01 + + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..698e0c5 --- /dev/null +++ b/pom.xml @@ -0,0 +1,18 @@ + + + 4.0.0 + + + com.fr.plugin + starter + 10.0 + + jar + demo-datamodel-modify + + + ${project.basedir}/../webroot/WEB-INF/plugins/demo-datamodel-modify-1.0/classes + + \ No newline at end of file