]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.msvc.runtime.x86/pom.xml
Redirect document commandRelation and commandExecutorRelation terminals
[simantics/platform.git] / bundles / org.simantics.msvc.runtime.x86 / 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.simantics.msvc.runtime.x86</artifactId>
5         <packaging>eclipse-plugin</packaging>
6         <version>10.0.40219-SNAPSHOT</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</arch>
25                                                 </environment>
26                                         </environments>
27                                 </configuration>
28                         </plugin>
29                 </plugins>
30         </build>
31
32 </project>