diff --git a/_install/dependency.xml b/_install/dependency.xml index 5a8587c86fa59abc6e65c8280eb95cacaf05b157..38255f67acfc2ca9f5a96dbfeef9250245f995ca 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>