From b0a83a1995f07380c5aef5506947a0b8784835fa Mon Sep 17 00:00:00 2001 From: RichieJi Date: Tue, 12 Dec 2017 09:17:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.xml | 117 ++++++++++++++++++ lib/report/.gitkeep | 0 plugin.xml | 24 ++++ readme.md | 1 + .../formula/ScriptFormulaLocalFinder.java | 5 + 5 files changed, 147 insertions(+) create mode 100644 build.xml create mode 100644 lib/report/.gitkeep create mode 100644 plugin.xml create mode 100644 readme.md create mode 100644 src/com/fr/solution/plugin/design/formula/ScriptFormulaLocalFinder.java diff --git a/build.xml b/build.xml new file mode 100644 index 0000000..c4a2e65 --- /dev/null +++ b/build.xml @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lib/report/.gitkeep b/lib/report/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/plugin.xml b/plugin.xml new file mode 100644 index 0000000..ee8251f --- /dev/null +++ b/plugin.xml @@ -0,0 +1,24 @@ + + + com.fr.solution.plugin + com.fr.solotion.plugin.designer.formula.editor + + yes + 3.0 + 9.0 + 2017-10-10 + fanruan.richie + + + ]]> + + + + + + + + + + \ No newline at end of file diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..d3f1950 --- /dev/null +++ b/readme.md @@ -0,0 +1 @@ +# 脚本公式编辑器插件 diff --git a/src/com/fr/solution/plugin/design/formula/ScriptFormulaLocalFinder.java b/src/com/fr/solution/plugin/design/formula/ScriptFormulaLocalFinder.java new file mode 100644 index 0000000..41c7bb8 --- /dev/null +++ b/src/com/fr/solution/plugin/design/formula/ScriptFormulaLocalFinder.java @@ -0,0 +1,5 @@ +package com.fr.solution.plugin.design.formula; + +public class ScriptFormulaLocalFinder { + +} \ No newline at end of file