From 8c10bb9629fb9ea1323ed83c068259e5e649d8e3 Mon Sep 17 00:00:00 2001 From: "thibault.capt" <thibault.capt@hes-so.ch> Date: Sun, 30 Oct 2022 19:05:57 +0100 Subject: [PATCH] create jar --- .idea/artifacts/tp_math_jar.xml | 11 +++++++++++ .idea/misc.xml | 2 +- META-INF/MANIFEST.MF | 3 +++ 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .idea/artifacts/tp_math_jar.xml create mode 100644 META-INF/MANIFEST.MF diff --git a/.idea/artifacts/tp_math_jar.xml b/.idea/artifacts/tp_math_jar.xml new file mode 100644 index 0000000..85d49bb --- /dev/null +++ b/.idea/artifacts/tp_math_jar.xml @@ -0,0 +1,11 @@ +<component name="ArtifactManager"> + <artifact type="jar" name="tp-math:jar"> + <output-path>$PROJECT_DIR$/out/artifacts/tp_math_jar</output-path> + <root id="archive" name="tp-math.jar"> + <element id="directory" name="META-INF"> + <element id="file-copy" path="$PROJECT_DIR$/META-INF/MANIFEST.MF" /> + </element> + <element id="module-output" name="tp-math" /> + </root> + </artifact> +</component> \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index a818314..07115cd 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <project version="4"> - <component name="ProjectRootManager" version="2" project-jdk-name="17" project-jdk-type="JavaSDK"> + <component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="17" project-jdk-type="JavaSDK"> <output url="file://$PROJECT_DIR$/out" /> </component> </project> \ No newline at end of file diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF new file mode 100644 index 0000000..5ee19cb --- /dev/null +++ b/META-INF/MANIFEST.MF @@ -0,0 +1,3 @@ +Manifest-Version: 1.0 +Main-Class: Main + -- GitLab