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 - - -