diff --git a/.gitignore b/.gitignore index 6f8f0e5..65e62d7 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,6 @@ hs_err_pid* #test.java test/test.java + +#jdk-1.8 +test/Click-Shutdown/jdk-1.8/ \ No newline at end of file diff --git a/test/Click-Shutdown/.idea/.gitignore b/test/Click-Shutdown/.idea/.gitignore new file mode 100644 index 0000000..35410ca --- /dev/null +++ b/test/Click-Shutdown/.idea/.gitignore @@ -0,0 +1,8 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/test/Click-Shutdown/.idea/misc.xml b/test/Click-Shutdown/.idea/misc.xml new file mode 100644 index 0000000..27a7091 --- /dev/null +++ b/test/Click-Shutdown/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/test/Click-Shutdown/.idea/modules.xml b/test/Click-Shutdown/.idea/modules.xml new file mode 100644 index 0000000..aa9d7af --- /dev/null +++ b/test/Click-Shutdown/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/test/Click-Shutdown/.idea/vcs.xml b/test/Click-Shutdown/.idea/vcs.xml new file mode 100644 index 0000000..b2bdec2 --- /dev/null +++ b/test/Click-Shutdown/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/test/Click-Shutdown/Click-Shutdown.iml b/test/Click-Shutdown/Click-Shutdown.iml new file mode 100644 index 0000000..c90834f --- /dev/null +++ b/test/Click-Shutdown/Click-Shutdown.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/test/Click-Shutdown/out/production/Click-Shutdown/com/msksbr/click_2_shutdown/manifest.txt b/test/Click-Shutdown/out/production/Click-Shutdown/com/msksbr/click_2_shutdown/manifest.txt new file mode 100644 index 0000000..b2f23ee --- /dev/null +++ b/test/Click-Shutdown/out/production/Click-Shutdown/com/msksbr/click_2_shutdown/manifest.txt @@ -0,0 +1 @@ +Main-Class: com.msksbr.click_2_shutdown.Main \ No newline at end of file diff --git a/test/GUItest/.idea/.gitignore b/test/GUItest/.idea/.gitignore new file mode 100644 index 0000000..35410ca --- /dev/null +++ b/test/GUItest/.idea/.gitignore @@ -0,0 +1,8 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/test/GUItest/.idea/misc.xml b/test/GUItest/.idea/misc.xml new file mode 100644 index 0000000..208e2c3 --- /dev/null +++ b/test/GUItest/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/test/GUItest/.idea/modules.xml b/test/GUItest/.idea/modules.xml new file mode 100644 index 0000000..011f220 --- /dev/null +++ b/test/GUItest/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/test/GUItest/.idea/vcs.xml b/test/GUItest/.idea/vcs.xml new file mode 100644 index 0000000..b2bdec2 --- /dev/null +++ b/test/GUItest/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/test/GUItest/GUItest.iml b/test/GUItest/GUItest.iml new file mode 100644 index 0000000..c90834f --- /dev/null +++ b/test/GUItest/GUItest.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file