]> gerrit.simantics Code Review - simantics/fmil.git/blob - org.simantics.fmil.win32/pom.xml
Add gitignore that ignores vaadin preferences
[simantics/fmil.git] / org.simantics.fmil.win32 / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <project\r
3         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"\r
4         xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r
5         <modelVersion>4.0.0</modelVersion>\r
6 \r
7         <parent>\r
8                 <groupId>org.simantics.fmi</groupId>\r
9                 <artifactId>org.simantics.fmil.parent</artifactId>\r
10                 <version>0.0.1-SNAPSHOT</version>\r
11                 <relativePath>../org.simantics.fmil.parent</relativePath>\r
12         </parent>\r
13 \r
14         <artifactId>org.simantics.fmil.win32</artifactId>\r
15         <packaging>eclipse-plugin</packaging>\r
16         <version>1.0.0-SNAPSHOT</version>\r
17 \r
18         <build>\r
19                 <plugins>\r
20                         <plugin>\r
21                                 <groupId>org.eclipse.tycho</groupId>\r
22                                 <artifactId>target-platform-configuration</artifactId>\r
23                                 <configuration>\r
24                                         <environments>\r
25                                                 <environment>\r
26                                                         <os>win32</os>\r
27                                                         <arch>x86</arch>\r
28                                                 </environment>\r
29                                         </environments>\r
30                                 </configuration>\r
31                         </plugin>\r
32                 </plugins>\r
33         </build>\r
34 \r
35 </project>