From 2433e43f65ee89586c93a5c06e2b734164634c75 Mon Sep 17 00:00:00 2001 From: mzr <1562242162@qq.com> Date: Mon, 9 Dec 2024 14:02:24 +0800 Subject: [PATCH] first commit --- .classpath | 20 ++++++++++++++++++++ .project | 29 +++++++++++++++++++++++++++++ META-INF/module.xml | 7 +++++++ bin/.project | 17 +++++++++++++++++ bin/META-INF/module.xml | 7 +++++++ pu/component.xml | 3 +++ 6 files changed, 83 insertions(+) create mode 100644 .classpath create mode 100644 .project create mode 100644 META-INF/module.xml create mode 100644 bin/.project create mode 100644 bin/META-INF/module.xml create mode 100644 pu/component.xml diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..d008acb --- /dev/null +++ b/.classpath @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/.project b/.project new file mode 100644 index 0000000..231effb --- /dev/null +++ b/.project @@ -0,0 +1,29 @@ + + + tkjt + + + + + + 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..11b94bc --- /dev/null +++ b/META-INF/module.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/bin/.project b/bin/.project new file mode 100644 index 0000000..b796eeb --- /dev/null +++ b/bin/.project @@ -0,0 +1,17 @@ + + + tkjt + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/bin/META-INF/module.xml b/bin/META-INF/module.xml new file mode 100644 index 0000000..11b94bc --- /dev/null +++ b/bin/META-INF/module.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/pu/component.xml b/pu/component.xml new file mode 100644 index 0000000..22b4a2f --- /dev/null +++ b/pu/component.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file