diff --git a/_install/dependency.xml b/_install/dependency.xml index f0370de294c845276ee550eb3fe12f1765d66d28..d24f9bfa74b3181222f9908611966ce519f2674a 100755 --- a/_install/dependency.xml +++ b/_install/dependency.xml @@ -1,51 +1,51 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- VAS --> -<installer> - <schema> - <name>s_vitis</name> - <dependenciesCollection> - <dependency> - <name>postgres</name> - <version>9.3</version> - <nature>extern-pre</nature> - </dependency> - </dependenciesCollection> - </schema> - <dependenciesCollection> - <dependency> - <name>apache</name> - <version>2.4.13</version> - <nature>extern-pre</nature> - </dependency> - <dependency> - <name>pre-install</name> - <nature>extern-pre</nature> - </dependency> - <dependency> - <name>php</name> - <nature>extern-post</nature> - <location>php-7.2.8</location> - </dependency> - <!-- Dépendances de PHP --> - <dependency> - <name>vcredist</name> - <nature>extern-pre</nature> - <location>vcredist-15-64</location> - </dependency> - <!-- Fin des dépendances de PHP --> - <dependency> - <name>post-install</name> - <nature>extern-post</nature> - </dependency> - <dependency> - <name>websocket</name> - <nature>extern-post</nature> - <location>websocket</location> - </dependency> - <dependency> - <name>pgutils</name> - <nature>extern-post</nature> - <location>pgutils</location> - </dependency> - </dependenciesCollection> -</installer> +<?xml version="1.0" encoding="UTF-8"?> +<!-- Vitis --> +<installer> + <schema> + <name>s_vitis</name> + <dependenciesCollection> + <dependency> + <name>postgres</name> + <version>9.3</version> + <nature>extern-pre</nature> + </dependency> + </dependenciesCollection> + </schema> + <dependenciesCollection> + <dependency> + <name>apache</name> + <version>2.4.13</version> + <nature>extern-pre</nature> + </dependency> + <dependency> + <name>pre-install</name> + <nature>extern-pre</nature> + </dependency> + <dependency> + <name>php</name> + <nature>extern-post</nature> + <location>php-7.2.8</location> + </dependency> + <!-- Dépendances de PHP --> + <dependency> + <name>vcredist</name> + <nature>extern-pre</nature> + <location>vcredist-15-64</location> + </dependency> + <!-- Fin des dépendances de PHP --> + <dependency> + <name>post-install</name> + <nature>extern-post</nature> + </dependency> + <dependency> + <name>websocket</name> + <nature>extern-post</nature> + <location>websocket</location> + </dependency> + <dependency> + <name>pgutils</name> + <nature>extern-post</nature> + <location>pgutils</location> + </dependency> + </dependenciesCollection> +</installer>