From 32d654614765349aeb130bb75e6f7e1f443a079d Mon Sep 17 00:00:00 2001 From: Notmoo Date: Mon, 24 Jul 2017 19:22:32 +0200 Subject: [PATCH] Ajout module Server au workspace java --- Workspace/.idea/compiler.xml | 3 ++- Workspace/.idea/modules.xml | 1 + Workspace/pom.xml | 1 + Workspace/server/pom.xml | 15 +++++++++++++++ 4 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 Workspace/server/pom.xml diff --git a/Workspace/.idea/compiler.xml b/Workspace/.idea/compiler.xml index e4c04dd0..63c22bca 100644 --- a/Workspace/.idea/compiler.xml +++ b/Workspace/.idea/compiler.xml @@ -8,12 +8,13 @@ + - + diff --git a/Workspace/.idea/modules.xml b/Workspace/.idea/modules.xml index 464e4d5d..1796f0ba 100644 --- a/Workspace/.idea/modules.xml +++ b/Workspace/.idea/modules.xml @@ -5,6 +5,7 @@ + \ No newline at end of file diff --git a/Workspace/pom.xml b/Workspace/pom.xml index b882372d..015073f8 100644 --- a/Workspace/pom.xml +++ b/Workspace/pom.xml @@ -10,6 +10,7 @@ core client + server pom diff --git a/Workspace/server/pom.xml b/Workspace/server/pom.xml new file mode 100644 index 00000000..6d6622dc --- /dev/null +++ b/Workspace/server/pom.xml @@ -0,0 +1,15 @@ + + + + Main + com.pqt + 1.0-SNAPSHOT + + 4.0.0 + + server + + + \ No newline at end of file