From a7b754eb0a913e3c5d87ffc007025c22d940b333 Mon Sep 17 00:00:00 2001 From: Armand Bahi <armand.bahi@veremes.com> Date: Tue, 9 Oct 2018 12:19:49 +0000 Subject: [PATCH] Update _install/dependency.xml --- _install/dependency.xml | 102 ++++++++++++++++++++-------------------- 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/_install/dependency.xml b/_install/dependency.xml index f0370de2..d24f9bfa 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> -- GitLab