]> gerrit.simantics Code Review - simantics/python.git/blob - org.simantics.pythonlink.win32.x86_64/pom.xml
Mavenized Simantics Python bindings projects.
[simantics/python.git] / org.simantics.pythonlink.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.python</groupId>
9                 <artifactId>org.simantics.pythonlink.parent</artifactId>
10                 <version>1.0.0-SNAPSHOT</version>
11                 <relativePath>../org.simantics.pythonlink.parent</relativePath>
12         </parent>
13
14         <artifactId>org.simantics.pythonlink.win32.x86_64</artifactId>
15         <packaging>eclipse-plugin</packaging>
16         <version>1.0.0-SNAPSHOT</version>
17
18         <build>
19                 <plugins>
20                         <plugin>
21                                 <groupId>org.eclipse.tycho</groupId>
22                                 <artifactId>target-platform-configuration</artifactId>
23                                 <configuration>
24                                         <environments>
25                                                 <environment>
26                                                         <os>win32</os>
27                                                         <arch>x86_64</arch>
28                                                 </environment>
29                                         </environments>
30                                 </configuration>
31                         </plugin>
32                 </plugins>
33         </build>
34
35 </project>