From a42d25a1432657ac80ea26132cf88268b8898dd0 Mon Sep 17 00:00:00 2001 From: zw Date: Thu, 4 May 2017 23:01:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E6=96=B9=E8=A7=84=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zw/.classpath | 6 ++++++ zw/.gitignore | 1 + zw/.project | 17 +++++++++++++++++ 3 files changed, 24 insertions(+) create mode 100644 zw/.classpath create mode 100644 zw/.gitignore create mode 100644 zw/.project diff --git a/zw/.classpath b/zw/.classpath new file mode 100644 index 0000000000..d171cd4c12 --- /dev/null +++ b/zw/.classpath @@ -0,0 +1,6 @@ + + + + + + diff --git a/zw/.gitignore b/zw/.gitignore new file mode 100644 index 0000000000..ae3c172604 --- /dev/null +++ b/zw/.gitignore @@ -0,0 +1 @@ +/bin/ diff --git a/zw/.project b/zw/.project new file mode 100644 index 0000000000..fd0e5218e2 --- /dev/null +++ b/zw/.project @@ -0,0 +1,17 @@ + + + gittest + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + +