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

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

28
projet.json Normal file
View file

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

25
projet.xml Normal file
View file

@ -0,0 +1,25 @@
<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>

18
projet.yaml Normal file
View file

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