From d73a2982226a56386c6cd1f1a1b7b31b51569a75 Mon Sep 17 00:00:00 2001 From: alejeune Date: Tue, 27 Sep 2022 14:44:40 +0200 Subject: [PATCH] Revert "Revert "Oh j'ai fait aucune modification oh la la"" This reverts commit e87fe993fbea167cd7f6d386dac50e882948f176. --- projet.json | 28 ++++++++++++++++++++++++++++ projet.xml | 25 +++++++++++++++++++++++++ projet.yaml | 18 ++++++++++++++++++ 3 files changed, 71 insertions(+) create mode 100644 projet.json create mode 100644 projet.xml create mode 100644 projet.yaml diff --git a/projet.json b/projet.json new file mode 100644 index 0000000..a267818 --- /dev/null +++ b/projet.json @@ -0,0 +1,28 @@ +{ + "projet" : + { + "nomProjet" : "nomProjet", + "librairies" : [ + { + "nomLib" : "nomLib1", + "version" : 1.5, + "description" : "description1" + }, + { + "nomLib" : "nomLib2", + "version" : 1.6, + "description" : "description2" + } + ], + "servers" : [ + { + "nomServer" : "nomServer1", + "url" : "urlbidon.com" + }, + { + "nomServer" : "nomServer2", + "url" : "urlbidon2.com" + } + ] + } +} diff --git a/projet.xml b/projet.xml new file mode 100644 index 0000000..df7c2e8 --- /dev/null +++ b/projet.xml @@ -0,0 +1,25 @@ + + nomProjet + + + nomLib1 + version1 + description1 + + + nomLib1 + version1 + description1 + + + + + Nom1 + Url1 + + + Nom1 + Url1 + + + diff --git a/projet.yaml b/projet.yaml new file mode 100644 index 0000000..b2a14bd --- /dev/null +++ b/projet.yaml @@ -0,0 +1,18 @@ + +projet : +- nomProjet : nomProjet + librairies : + - nomLib : nomLib1 + version : 1.5 + description : description1 + - nomLib : nomLib2 + version : 1.6 + description : description2 + servers : + - nomServer : nomServer1 + url : urlbidon.com + - nomServer : nomServer2 + url : urlbidon2.com + + +