Revert "Oh j'ai fait aucune modification oh la la"
This reverts commit 5a7e9ac16f.
This commit is contained in:
parent
5a7e9ac16f
commit
e87fe993fb
3 changed files with 0 additions and 71 deletions
28
projet.json
28
projet.json
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
25
projet.xml
25
projet.xml
|
|
@ -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>
|
||||
18
projet.yaml
18
projet.yaml
|
|
@ -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
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in a new issue