]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.eclipse.swt.win32.win32.x86_64/pom.xml
Merge branch 'bug-623' into release/1.43.0
[simantics/platform.git] / bundles / org.eclipse.swt.win32.win32.x86_64 / 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>org.eclipse.swt.win32.win32.x86_64</artifactId>
5         <groupId>org.eclipse</groupId>
6         <packaging>eclipse-plugin</packaging>
7         <version>3.113.0.v20191204-0601</version>
8
9         <parent>
10                 <groupId>org.simantics</groupId>
11                 <artifactId>org.simantics.root.bundles</artifactId>
12                 <version>1.0.0-SNAPSHOT</version>
13                 <relativePath>..</relativePath>
14         </parent>
15
16         <build>
17                 <plugins>
18                         <plugin>
19                                 <groupId>org.eclipse.tycho</groupId>
20                                 <artifactId>target-platform-configuration</artifactId>
21                                 <configuration>
22                                         <environments>
23                                                 <environment>
24                                                         <os>win32</os>
25                                                         <ws>win32</ws>
26                                                         <arch>x86_64</arch>
27                                                 </environment>
28                                         </environments>
29                                 </configuration>
30                         </plugin>
31                 </plugins>
32         </build>
33
34 </project>