Ajout d'une betise sur depot distant
This commit is contained in:
parent
90905f4136
commit
f3bf3d8604
1 changed files with 28 additions and 0 deletions
28
projetTest.json
Normal file
28
projetTest.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue