]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - features/org.simantics.data.feature/feature.xml
Fixed org.simantics.data feature to include two missing dependencies
[simantics/platform.git] / features / org.simantics.data.feature / feature.xml
index 071a93b4774d33513553c25fd0b87cbc35ef7747..86408f00ab1f3b3a9392c0f0e1ce1c7da2296e38 100644 (file)
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Copyright (c) 2007, 2010 Association for Decentralized Information Management
     in Industry THTH ry.
@@ -9,30 +9,44 @@
    
     Contributors:
         VTT Technical Research Centre of Finland - initial API and implementation
- -->\r
-<feature\r
-      id="org.simantics.data"\r
-      label="Simantics Data Access Framework"\r
-      version="1.1.3.qualifier"\r
-      provider-name="VTT Technical Research Centre of Finland">\r
-\r
-   <description url="http://www.example.com/description">\r
-      [Enter Feature Description here.]\r
-   </description>\r
-\r
-   <copyright url="http://www.example.com/copyright">\r
-      [Enter Copyright Description here.]\r
-   </copyright>\r
-\r
-   <license url="http://www.example.com/license">\r
-      [Enter License Description here.]\r
-   </license>\r
-\r
-   <plugin\r
-         id="org.simantics.databoard"\r
-         download-size="0"\r
-         install-size="0"\r
-         version="0.0.0"\r
-         unpack="false"/>\r
-\r
-</feature>\r
+ -->
+<feature
+      id="org.simantics.data"
+      label="Simantics Data Access Framework"
+      version="1.1.4.qualifier"
+      provider-name="VTT Technical Research Centre of Finland">
+
+   <description url="http://www.example.com/description">
+      [Enter Feature Description here.]
+   </description>
+
+   <copyright url="http://www.example.com/copyright">
+      [Enter Copyright Description here.]
+   </copyright>
+
+   <license url="http://www.example.com/license">
+      [Enter License Description here.]
+   </license>
+
+   <plugin
+         id="org.simantics.databoard"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.apache.commons.collections"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="gnu.trove3"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+</feature>