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

View File

@@ -1,22 +0,0 @@
<component name="ArtifactManager">
<artifact type="javafx" name="Client">
<output-path>$PROJECT_DIR$/out/artifacts/Client</output-path>
<properties id="javafx-properties">
<options>
<option name="appClass" value="game.TicTacToe_Client" />
<option name="description" value="" />
<option name="height" value="" />
<option name="htmlPlaceholderId" value="" />
<option name="title" value="" />
<option name="vendor" value="" />
<option name="version" value="" />
<option name="width" value="" />
</options>
</properties>
<root id="root">
<element id="archive" name="Client.jar">
<element id="module-output" name="Client" />
</element>
</root>
</artifact>
</component>

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>

16
.idea/libraries/JavaFx.xml generated Normal file
View File

@@ -0,0 +1,16 @@
<component name="libraryTable">
<library name="JavaFx">
<CLASSES>
<root url="file://$USER_HOME$/Libs/javafx-sdk-11.0.2/lib" />
</CLASSES>
<JAVADOC />
<NATIVE>
<root url="file://$USER_HOME$/Libs/javafx-sdk-11.0.2/lib" />
</NATIVE>
<SOURCES>
<root url="file://$USER_HOME$/Libs/javafx-sdk-11.0.2/lib" />
</SOURCES>
<jarDirectory url="file://$USER_HOME$/Libs/javafx-sdk-11.0.2/lib" recursive="false" />
<jarDirectory url="file://$USER_HOME$/Libs/javafx-sdk-11.0.2/lib" recursive="false" type="SOURCES" />
</library>
</component>

2
.idea/misc.xml generated
View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="true" project-jdk-name="11" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>