From ac1a338065869173dbed8e7138baaa419e72236d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A5=8A=E6=85=B6=E5=A0=82?= Date: Sat, 31 Mar 2018 10:34:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=89=93=E5=8C=85=20jar=20?= =?UTF-8?q?=E7=9A=84=E8=A8=AD=E5=AE=9A=20https://stackoverflow.com/questio?= =?UTF-8?q?ns/2025607/how-to-create-a-jar-file-or-export-jar-on-intellij-l?= =?UTF-8?q?ike-eclipse-java-archive-e=20For=20Intellij=20IDEA=20version=20?= =?UTF-8?q?11.0.2=20File=20|=20Project=20Structure=20|=20Artifacts=20then?= =?UTF-8?q?=20you=20should=20press=20alt+insert=20or=20click=20the=20plus?= =?UTF-8?q?=20icon=20and=20create=20new=20artifact=20choose=20-->=20jar=20?= =?UTF-8?q?-->=20From=20modules=20with=20dependencies.=20Next=20goto=20Bui?= =?UTF-8?q?ld=20|=20Build=20artifacts=20-->=20choose=20your=20artifact.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 29 ++++++++- .idea/artifacts/Lottery_jar.xml | 13 ++++ .idea/workspace.xml | 108 +++++++++----------------------- README.md | 29 +++++++++ src/META-INF/MANIFEST.MF | 3 + 5 files changed, 104 insertions(+), 78 deletions(-) create mode 100644 .idea/artifacts/Lottery_jar.xml create mode 100644 README.md create mode 100644 src/META-INF/MANIFEST.MF diff --git a/.gitignore b/.gitignore index 1fcb152..dcae767 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,28 @@ -out +out/ + +.idea/vcs.xml +.idea/workspace.xml +.idea/inspectionProfiles/ + +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* diff --git a/.idea/artifacts/Lottery_jar.xml b/.idea/artifacts/Lottery_jar.xml new file mode 100644 index 0000000..909667c --- /dev/null +++ b/.idea/artifacts/Lottery_jar.xml @@ -0,0 +1,13 @@ + + + $PROJECT_DIR$/out/artifacts/Lottery_jar + + + + + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 9452007..3b8506d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,7 +1,17 @@ + + + + + - + + + + + + + + - + @@ -88,67 +102,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -168,9 +121,9 @@ - - - + + + @@ -264,8 +217,7 @@ - - + @@ -276,17 +228,17 @@ - + - + - + @@ -479,7 +431,7 @@ - + @@ -490,10 +442,12 @@ + Lottery:jar @@ -536,7 +490,7 @@ - Raffle + Lottery