Ajout d'une betise sur depot distant

This commit is contained in:
alejeune 2022-09-30 11:12:57 +02:00
parent 90905f4136
commit f3bf3d8604

28
projetTest.json Normal file
View file

@ -0,0 +1,28 @@
error moche {
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"
}
]
}
}