Made the project artifact friendly

Can now be build using IntelliJ artifacts
This commit is contained in:
2021-02-25 09:52:12 +01:00
parent 8fc1867d9e
commit 81c17b2cc1
14 changed files with 61 additions and 246 deletions

14
.idea/artifacts/Client_jar.xml generated Normal file
View File

@@ -0,0 +1,14 @@
<component name="ArtifactManager">
<artifact name="Client:jar">
<output-path>$PROJECT_DIR$/out/artifacts/Client_jar</output-path>
<root id="root">
<element id="archive" name="Client.jar">
<element id="directory" name="META-INF">
<element id="file-copy" path="$PROJECT_DIR$/src/META-INF/MANIFEST.MF" />
</element>
<element id="module-output" name="Client" />
</element>
<element id="library" level="project" name="JavaFx" />
</root>
</artifact>
</component>