From aeb1d315f52125c03c36ad603fc11f644e68d6a0 Mon Sep 17 00:00:00 2001 From: Armand Bahi <armand.bahi@veremes.com> Date: Fri, 5 Oct 2018 12:44:50 +0000 Subject: [PATCH] Update dependency.xml --- _install/dependency.xml | 58 ++++++++++++++++++++--------------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/_install/dependency.xml b/_install/dependency.xml index 5a8587c8..38255f67 100644 --- a/_install/dependency.xml +++ b/_install/dependency.xml @@ -1,29 +1,29 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- WS vMap --> -<installer> - <schema> - <name>s_vmap</name> - <dependenciesCollection> - <dependency> - <nature>schema</nature> - <name>s_vitis</name> - <object>vas</object> - </dependency> - <dependency> - <name>postgis</name> - <version>2.0</version> - <nature>extern-pre</nature> - </dependency> - </dependenciesCollection> - </schema> - <dependenciesCollection> - <dependency> - <nature>framework</nature> - </dependency> - <dependency> - <name>phantomjs</name> - <nature>extern-post</nature> - <location>phantomjs-2.1.1</location> - </dependency> - </dependenciesCollection> -</installer> +<?xml version="1.0" encoding="UTF-8"?> +<!-- WS vMap --> +<installer> + <schema> + <name>s_vmap</name> + <dependenciesCollection> + <dependency> + <nature>schema</nature> + <name>s_vitis</name> + <object>framework</object> + </dependency> + <dependency> + <name>postgis</name> + <version>2.0</version> + <nature>extern-pre</nature> + </dependency> + </dependenciesCollection> + </schema> + <dependenciesCollection> + <dependency> + <nature>framework</nature> + </dependency> + <dependency> + <name>phantomjs</name> + <nature>extern-post</nature> + <location>phantomjs-2.1.1</location> + </dependency> + </dependenciesCollection> +</installer> -- GitLab