Revert "Oh j'ai fait aucune modification oh la la"

This reverts commit 5a7e9ac16f.
This commit is contained in:
alejeune 2022-09-27 14:33:57 +02:00
parent 5a7e9ac16f
commit e87fe993fb
3 changed files with 0 additions and 71 deletions

View file

@ -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"
}
]
}
}

View file

@ -1,25 +0,0 @@
<projet>
<nomProjet> nomProjet </nomProjet>
<librairies>
<lib>
<nomLib> nomLib1 </nomLib>
<version> version1 </version>
<description> description1 </description>
</lib>
<lib>
<nomLib> nomLib1 </nomLib>
<version> version1 </version>
<description> description1 </description>
</lib>
</librairies>
<servers>
<server>
<nomServer> Nom1 </nomServer>
<url> Url1 </url>
</server>
<server>
<nomServer> Nom1 </nomServer>
<url> Url1 </url>
</server>
</server>
</projet>

View file

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