]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/hdf.hdf5lib/pom.xml
Upgraded HDF5 library to 1.10.2 and added linux support
[simantics/platform.git] / bundles / hdf.hdf5lib / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3         <modelVersion>4.0.0</modelVersion>
4         <artifactId>hdf.hdf5lib</artifactId>
5         <packaging>eclipse-plugin</packaging>
6         <version>1.10.2</version>
7
8         <parent>
9                 <groupId>org.simantics</groupId>
10                 <artifactId>org.simantics.root.bundles</artifactId>
11                 <version>1.0.0-SNAPSHOT</version>
12                 <relativePath>..</relativePath>
13         </parent>
14
15         <build>
16                 <plugins>
17                         <plugin>
18                                 <groupId>org.eclipse.tycho</groupId>
19                                 <artifactId>target-platform-configuration</artifactId>
20                                 <configuration>
21                                         <environments>
22                                                 <environment>
23                                                         <os>win32</os>
24                                                         <arch>x86_64</arch>
25                                                 </environment>
26                                                 <environment>
27                                                         <os>linux</os>
28                                                         <arch>x86_64</arch>
29                                                 </environment>
30                                         </environments>
31                                 </configuration>
32                         </plugin>
33                 </plugins>
34         </build>
35
36 </project>