From e87fe993fbea167cd7f6d386dac50e882948f176 Mon Sep 17 00:00:00 2001 From: alejeune Date: Tue, 27 Sep 2022 14:33:57 +0200 Subject: [PATCH] Revert "Oh j'ai fait aucune modification oh la la" This reverts commit 5a7e9ac16f808cc7920965825ee0510353530072. --- projet.json | 28 ---------------------------- projet.xml | 25 ------------------------- projet.yaml | 18 ------------------ 3 files changed, 71 deletions(-) delete mode 100644 projet.json delete mode 100644 projet.xml delete mode 100644 projet.yaml diff --git a/projet.json b/projet.json deleted file mode 100644 index a267818..0000000 --- a/projet.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "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 deleted file mode 100644 index df7c2e8..0000000 --- a/projet.xml +++ /dev/null @@ -1,25 +0,0 @@ - - nomProjet - - - nomLib1 - version1 - description1 - - - nomLib1 - version1 - description1 - - - - - Nom1 - Url1 - - - Nom1 - Url1 - - - diff --git a/projet.yaml b/projet.yaml deleted file mode 100644 index b2a14bd..0000000 --- a/projet.yaml +++ /dev/null @@ -1,18 +0,0 @@ - -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 - - -