From 9d6588268f037ae9a74fa3a9818b083bc3f39263 Mon Sep 17 00:00:00 2001 From: mzr <1562242162@qq.com> Date: Thu, 6 Mar 2025 19:27:04 +0800 Subject: [PATCH] init --- .classpath | 24 ++++++++++++++++++++++++ .project | 29 +++++++++++++++++++++++++++++ META-INF/module.xml | 7 +++++++ uapbd/component.xml | 3 +++ 4 files changed, 63 insertions(+) create mode 100644 .classpath create mode 100644 .project create mode 100644 META-INF/module.xml create mode 100644 uapbd/component.xml diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..31d97cb --- /dev/null +++ b/.classpath @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.project b/.project new file mode 100644 index 0000000..7cc17b6 --- /dev/null +++ b/.project @@ -0,0 +1,29 @@ + + + taikai-gj + + + + + + org.eclipse.jdt.core.javabuilder + + + + + com.yonyou.studio.udt.core.builder + + + + + com.yonyou.ria.g2.riabuilder + + + + + + org.eclipse.jdt.core.javanature + com.yonyou.ria.g2.rianature + com.yonyou.studio.udt.core.nature + + diff --git a/META-INF/module.xml b/META-INF/module.xml new file mode 100644 index 0000000..019f882 --- /dev/null +++ b/META-INF/module.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/uapbd/component.xml b/uapbd/component.xml new file mode 100644 index 0000000..e97715f --- /dev/null +++ b/uapbd/component.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file