No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

projet.xml 665B

12345678910111213141516171819202122232425
  1. <projet>
  2. <nomProjet> nomProjet </nomProjet>
  3. <librairies>
  4. <lib>
  5. <nomLib> nomLib1 </nomLib>
  6. <version> version1 </version>
  7. <description> description1 </description>
  8. </lib>
  9. <lib>
  10. <nomLib> nomLib1 </nomLib>
  11. <version> version1 </version>
  12. <description> description1 </description>
  13. </lib>
  14. </librairies>
  15. <servers>
  16. <server>
  17. <nomServer> Nom1 </nomServer>
  18. <url> Url1 </url>
  19. </server>
  20. <server>
  21. <nomServer> Nom1 </nomServer>
  22. <url> Url1 </url>
  23. </server>
  24. </server>
  25. </projet>