]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk.win32.win32.x86_64/pom.xml
Removed 3D modelling preferences page description which is equals title
[simantics/3d.git] / vtk.win32.win32.x86_64 / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project
3         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4         xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
5         <modelVersion>4.0.0</modelVersion>
6
7         <parent>
8                 <groupId>org.simantics.g3d</groupId>
9                 <artifactId>org.simantics.g3d.root</artifactId>
10                 <version>1.0.0-SNAPSHOT</version>
11         </parent>
12
13         <artifactId>vtk.win32.win32.x86_64</artifactId>
14         <packaging>eclipse-plugin</packaging>
15         <version>8.2.0-SNAPSHOT</version>
16
17         <build>
18                 <plugins>
19                         <plugin>
20                                 <groupId>org.eclipse.tycho</groupId>
21                                 <artifactId>target-platform-configuration</artifactId>
22                                 <configuration>
23                                         <environments>
24                                                 <environment>
25                                                         <os>win32</os>
26                                                         <ws>win32</ws>
27                                                         <arch>x86_64</arch>
28                                                 </environment>
29                                         </environments>
30                                 </configuration>
31                         </plugin>
32                 </plugins>
33         </build>
34
35 </project>