From 7743bd81906dbb6a4d0dc4fae5eb34af2334e9ae Mon Sep 17 00:00:00 2001 From: Armand Bahi <armand.bahi@veremes.com> Date: Fri, 5 Oct 2018 14:58:17 +0000 Subject: [PATCH] Update dependency.xml --- _install/dependency.xml | 100 ++++++++++++++++++++-------------------- 1 file changed, 50 insertions(+), 50 deletions(-) diff --git a/_install/dependency.xml b/_install/dependency.xml index 05a99ca2..b4f37377 100755 --- a/_install/dependency.xml +++ b/_install/dependency.xml @@ -1,50 +1,50 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- WS vMap --> -<installer> - <schema> - <name>s_vm4ms</name> - <dependenciesCollection> - <dependency> - <nature>schema</nature> - <name>s_vitis</name> - <object>framework</object> - </dependency> - </dependenciesCollection> - </schema> - <dependenciesCollection> - <dependency> - <name>vm4ms-pre-install</name> - <nature>extern-pre</nature> - <object>vm4ms</object> - </dependency> - <dependency> - <name>vm4ms-post-install</name> - <nature>extern-post</nature> - <object>vm4ms</object> - </dependency> - <dependency> - <nature>framework</nature> - </dependency> - <dependency> - <nature>web_services</nature> - <name>module_vmap</name> - </dependency> - <dependency> - <name>mapserver</name> - <nature>extern-post</nature> - <location>mapserver-7.0.7.1</location> - </dependency> - <!-- Dépendances de mapserver --> - <dependency> - <name>vcredist-mapserver</name> - <nature>extern-pre</nature> - <location>vcredist-10-86</location> - </dependency> - <dependency> - <name>vcredist-gdal</name> - <nature>extern-pre</nature> - <location>vcredist-11</location> - </dependency> - <!-- Fin des dépendances de mapserver --> - </dependenciesCollection> -</installer> +<?xml version="1.0" encoding="UTF-8"?> +<!-- WS vMap --> +<installer> + <schema> + <name>s_vm4ms</name> + <dependenciesCollection> + <dependency> + <nature>schema</nature> + <name>s_vitis</name> + <object>framework</object> + </dependency> + </dependenciesCollection> + </schema> + <dependenciesCollection> + <dependency> + <name>vm4ms-pre-install</name> + <nature>extern-pre</nature> + <object>vm4ms</object> + </dependency> + <dependency> + <name>vm4ms-post-install</name> + <nature>extern-post</nature> + <object>vm4ms</object> + </dependency> + <dependency> + <nature>framework</nature> + </dependency> + <dependency> + <nature>modules</nature> + <name>module_vmap</name> + </dependency> + <dependency> + <name>mapserver</name> + <nature>extern-post</nature> + <location>mapserver-7.0.7.1</location> + </dependency> + <!-- Dépendances de mapserver --> + <dependency> + <name>vcredist-mapserver</name> + <nature>extern-pre</nature> + <location>vcredist-10-86</location> + </dependency> + <dependency> + <name>vcredist-gdal</name> + <nature>extern-pre</nature> + <location>vcredist-11</location> + </dependency> + <!-- Fin des dépendances de mapserver --> + </dependenciesCollection> +</installer> -- GitLab